Skip to content

Commit

Permalink
🔖 release v1.0.9 (#13)
Browse files Browse the repository at this point in the history
## 1.0.9

- [FIX] incorrect parsing of nested params with closing square bracket `]` in the property name (#12)
  • Loading branch information
techouse committed Apr 27, 2024
1 parent 6a6a3df commit c85c8a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0.8+1
version: 1.0.9
repository: https://github.com/techouse/qs

environment:
Expand All @@ -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
Expand Down

0 comments on commit c85c8a0

Please sign in to comment.