diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cdefd..0760c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.0 + +- [FEAT] `QS.decode` returns `Map` instead of `Map` ([#17](https://github.com/techouse/qs/pull/17)) +- [FEAT] add `Uri` extension ([#18](https://github.com/techouse/qs/pull/18)) +- [FIX] fix decoding encoded square brackets in key names + ## 1.1.0 - [FEAT] `DateSerializer` now returns `String` or `null` diff --git a/pubspec.yaml b/pubspec.yaml index e2820e9..258e8a4 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.1.0 +version: 1.2.0 homepage: https://techouse.github.io/qs/ repository: https://github.com/techouse/qs documentation: https://pub.dev/documentation/qs_dart/latest/ @@ -20,7 +20,7 @@ dev_dependencies: euc: ^1.0.6+8 lints: ">=3.0.0 <5.0.0" path: ^1.9.0 - test: ^1.25.4 + test: ^1.25.5 topics: - url