We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe945f2 commit 044be55Copy full SHA for 044be55
CHANGELOG.md
@@ -1,10 +1,14 @@
1
+## 1.3.3
2
+
3
+- [CHORE] refactor `QS.decode` logic for improved readability and efficiency
4
5
## 1.3.2
6
7
- [FIX] fix `Utils.unescape` for `%` characters ([#28](https://github.com/techouse/qs/pull/28))
8
9
## 1.3.1
10
-- [FEAT] use `Utils.combine` more in `QS.decode`
11
+- [FEAT] use `Utils.combine` more in `QS.decode`
12
- [CHORE] add more tests
13
- [CHORE] fix linter warnings
14
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.2
+version: 1.3.3
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
documentation: https://pub.dev/documentation/qs_dart/latest/
0 commit comments