From 832b23385c17cf0b31b5e832296bc7c5b472d48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Sat, 18 May 2024 19:41:27 +0100 Subject: [PATCH] :bookmark: release v1.2.0 ## 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 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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