We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2779b37 commit 3a93d03Copy full SHA for 3a93d03
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.3.9
2
+
3
+- [FIX] make `encode.objKeys` late final to ensure immutability
4
5
## 1.3.8
6
7
- [FIX] enforce non-nullable `serializeDate` in `EncodeOptions`
pubspec.yaml
@@ -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.8
+version: 1.3.9
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
documentation: https://pub.dev/documentation/qs_dart/latest/
0 commit comments