Skip to content

Commit

Permalink
🔖 release v1.2.1
Browse files Browse the repository at this point in the history
## 1.2.1

- [FIX] Fix `QS.decode` output when both `strictNullHandling` and `allowEmptyLists` are set to `true` ([#21](#21))
  • Loading branch information
techouse committed Jul 16, 2024
1 parent d565c16 commit 9544d3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<String, dynamic>` instead of `Map<dynamic, dynamic>` ([#17](https://github.com/techouse/qs/pull/17))
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit 9544d3a

Please sign in to comment.