Skip to content

Commit 8081ecb

Browse files
committed
🔖 release v1.2.2
## 1.2.2 - [FEAT] add `DecodeOptions.strictDepth` option to throw when input is beyond depth ([#22](#22))
1 parent 51e289a commit 8081ecb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.2
2+
3+
- [FEAT] add `DecodeOptions.strictDepth` option to throw when input is beyond depth ([#22](https://github.com/techouse/qs/pull/22))
4+
15
## 1.2.1
26

37
- [FIX] Fix `QS.decode` output when both `strictNullHandling` and `allowEmptyLists` are set to `true` ([#21](https://github.com/techouse/qs/pull/21))

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qs_dart
22
description: A query string encoding and decoding library for Dart. Ported from qs for JavaScript.
3-
version: 1.2.1
3+
version: 1.2.2
44
homepage: https://techouse.github.io/qs/
55
repository: https://github.com/techouse/qs
66
documentation: https://pub.dev/documentation/qs_dart/latest/

0 commit comments

Comments
 (0)