Skip to content

Commit 217459f

Browse files
committed
🔖 release v1.3.4
1 parent 0362580 commit 217459f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.3.4
2+
3+
- [FEAT] make `QS.encode` parameter for `EncodeOptions` optional
4+
- [FEAT] make `QS.decode` parameter for `DecodeOptions` optional
5+
16
## 1.3.3+1
27

38
- [CHORE] fix URL-formatting in readme

pubspec.yaml

+3-3
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.3+1
3+
version: 1.3.4
44
homepage: https://techouse.github.io/qs/
55
repository: https://github.com/techouse/qs
66
documentation: https://pub.dev/documentation/qs_dart/latest/
@@ -10,10 +10,10 @@ environment:
1010

1111
dependencies:
1212
collection: ^1.18.0
13-
equatable: ^2.0.5
13+
equatable: ^2.0.7
1414
meta: ^1.9.1
1515
recursive_regex: ^1.0.0
16-
weak_map: ^4.0.0
16+
weak_map: ^4.0.1
1717

1818
dev_dependencies:
1919
cli_script: ^1.0.0

0 commit comments

Comments
 (0)