Skip to content

Commit

Permalink
🔖 release v1.3.1
Browse files Browse the repository at this point in the history
## 1.3.1

- [FEAT] use `Utils.combine` more in `QS.decode`
- [CHORE] add more tests
- [CHORE] fix linter warnings
  • Loading branch information
techouse committed Jan 21, 2025
1 parent 787d0f8 commit f319c10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.1

- [FEAT] use `Utils.combine` more in `QS.decode`
- [CHORE] add more tests
- [CHORE] fix linter warnings

## 1.3.0

- [FEAT] add `DecodeOptions.throwOnLimitExceeded` option ([#26](https://github.com/techouse/qs/pull/26))
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.3.0
version: 1.3.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 f319c10

Please sign in to comment.