We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d673b commit 7f34c03Copy full SHA for 7f34c03
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+## 1.3.3+1
2
+
3
+- [CHORE] fix URL-formatting in readme
4
5
## 1.3.3
6
-- [CHORE] refactor `QS.decode` logic for improved readability and efficiency
7
+- [CHORE] refactor `QS.encode` logic for improved readability and efficiency
8
9
## 1.3.2
10
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.3
+version: 1.3.3+1
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
documentation: https://pub.dev/documentation/qs_dart/latest/
0 commit comments