Skip to content

Commit 044be55

Browse files
committed
🔖 release v1.3.3
## 1.3.3 - [CHORE] refactor `QS.decode` logic for improved readability and efficiency
1 parent fe945f2 commit 044be55

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
## 1.3.3
2+
3+
- [CHORE] refactor `QS.decode` logic for improved readability and efficiency
4+
15
## 1.3.2
26

37
- [FIX] fix `Utils.unescape` for `%` characters ([#28](https://github.com/techouse/qs/pull/28))
48

59
## 1.3.1
610

7-
- [FEAT] use `Utils.combine` more in `QS.decode`
11+
- [FEAT] use `Utils.combine` more in `QS.decode`
812
- [CHORE] add more tests
913
- [CHORE] fix linter warnings
1014

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qs_dart
22
description: A query string encoding and decoding library for Dart. Ported from qs for JavaScript.
3-
version: 1.3.2
3+
version: 1.3.3
44
homepage: https://techouse.github.io/qs/
55
repository: https://github.com/techouse/qs
66
documentation: https://pub.dev/documentation/qs_dart/latest/

0 commit comments

Comments
 (0)