We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f015e6 commit 0893dedCopy full SHA for 0893ded
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.3.2
2
+
3
+- [FIX] fix `Utils.unescape` for `%` characters ([#28](https://github.com/techouse/qs/pull/28))
4
5
## 1.3.1
6
7
- [FEAT] use `Utils.combine` more in `QS.decode`
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.1
+version: 1.3.2
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
documentation: https://pub.dev/documentation/qs_dart/latest/
0 commit comments