From 9544d3a1c1d5eac7064ea895d92f446b74057ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Tue, 16 Jul 2024 22:25:36 +0100 Subject: [PATCH] :bookmark: release v1.2.1 ## 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)) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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/