diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a3d6c..6a65eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.9 + +- [FIX] incorrect parsing of nested params with closing square bracket `]` in the property name ([#12](https://github.com/techouse/qs/pull/12)) + ## 1.0.8+1 - [CHORE] update readme / documentation diff --git a/pubspec.yaml b/pubspec.yaml index 1f856db..a8285da 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.0.8+1 +version: 1.0.9 repository: https://github.com/techouse/qs environment: @@ -18,7 +18,7 @@ dev_dependencies: euc: ^1.0.6+8 lints: ^3.0.0 path: ^1.9.0 - test: ^1.25.3 + test: ^1.25.4 topics: - url