diff --git a/CHANGELOG.md b/CHANGELOG.md index 0760c2c..c65d4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.1 + +- [FIX] Fix `QS.decode` output when both `strictNullHandling` and `allowEmptyLists` are set to `true` ([#21](https://github.com/techouse/qs/pull/21)) + ## 1.2.0 - [FEAT] `QS.decode` returns `Map` instead of `Map` ([#17](https://github.com/techouse/qs/pull/17)) diff --git a/pubspec.yaml b/pubspec.yaml index 258e8a4..41977d6 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.0 +version: 1.2.1 homepage: https://techouse.github.io/qs/ repository: https://github.com/techouse/qs documentation: https://pub.dev/documentation/qs_dart/latest/