Skip to content

Commit

Permalink
🔖 release v1.2.0 (#19)
Browse files Browse the repository at this point in the history
## 1.2.0

- #17
- #18
- fix decoding encoded square brackets in key names
  • Loading branch information
techouse committed May 18, 2024
1 parent 9c07beb commit aaa311b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.0

- [FEAT] `QS.decode` returns `Map<String, dynamic>` instead of `Map<dynamic, dynamic>` ([#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`
Expand Down
4 changes: 2 additions & 2 deletions 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.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/
Expand All @@ -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
Expand Down

0 comments on commit aaa311b

Please sign in to comment.