diff --git a/CHANGELOG.md b/CHANGELOG.md index 7327c38..3e62544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.3.0 + +- [FEAT] add `DecodeOptions.throwOnLimitExceeded` option ([#26](https://github.com/techouse/qs/pull/26)) +- [CHORE] remove dead code in `Utils` +- [CHORE] add more tests +- [CHORE] update dependencies + ## 1.2.4 - [CHORE] update [lints](https://pub.dev/packages/lints) to 5.0.0 (was 4.0.0) diff --git a/pubspec.yaml b/pubspec.yaml index 894c67d..3c264fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qs_dart description: A query string encoding and decoding library for Dart. Ported from qs for JavaScript. -version: 1.2.4 +version: 1.3.0 homepage: https://techouse.github.io/qs/ repository: https://github.com/techouse/qs documentation: https://pub.dev/documentation/qs_dart/latest/ @@ -13,12 +13,12 @@ dependencies: equatable: ^2.0.5 meta: ^1.9.1 recursive_regex: ^1.0.0 - weak_map: ">=3.0.1 <5.0.0" + weak_map: ^4.0.0 dev_dependencies: cli_script: ^1.0.0 euc: ^1.0.6+8 - lints: ">=3.0.0 <6.0.0" + lints: ^5.0.0 path: ^1.9.0 test: ^1.25.5