Skip to content

Commit

Permalink
🔖 release v1.3.0 (#27)
Browse files Browse the repository at this point in the history
* 🔖 release v1.3.0

## 1.3.0

- [FEAT] add `DecodeOptions.throwOnLimitExceeded` option ([#26](#26))
- [CHORE] remove dead code in `Utils`
- [CHORE] add more tests
- [CHORE] update dependencies
  • Loading branch information
techouse authored Nov 23, 2024
1 parent 90f545f commit c6bf3e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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

0 comments on commit c6bf3e2

Please sign in to comment.