Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.3.0

- [FEAT] add `DecodeOptions.throwOnLimitExceeded` option ([#26](https://github.com/techouse/qs/pull/26))
- [CHORE] remove dead code in `Utils`
- [CHORE] add more tests
- [CHORE] update dependencies

## 1.2.4

- [CHORE] update [lints](https://pub.dev/packages/lints) to 5.0.0 (was 4.0.0)
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.2.4
version: 1.3.0
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
documentation: https://pub.dev/documentation/qs_dart/latest/
Expand All @@ -13,7 +13,7 @@ dependencies:
equatable: ^2.0.5
meta: ^1.9.1
recursive_regex: ^1.0.0
weak_map: ">=3.0.1 <5.0.0"
weak_map: ^4.0.0

dev_dependencies:
cli_script: ^1.0.0
Expand Down