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 0ee6aea commit 2e490f9Copy full SHA for 2e490f9
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.3.8
2
+
3
+- [FIX] enforce non-nullable `serializeDate` in `EncodeOptions`
4
+- [CHORE] update `serializeDate` related tests
5
6
## 1.3.7+1
7
8
- [CHORE] re-release 1.3.7 due to a Github Actions issue
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.7+1
+version: 1.3.8
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
documentation: https://pub.dev/documentation/qs_dart/latest/
0 commit comments