File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.3.4
2
+
3
+ - [ FEAT] make ` QS.encode ` parameter for ` EncodeOptions ` optional
4
+ - [ FEAT] make ` QS.decode ` parameter for ` DecodeOptions ` optional
5
+
1
6
## 1.3.3+1
2
7
3
8
- [ CHORE] fix URL-formatting in readme
Original file line number Diff line number Diff line change 1
1
name : qs_dart
2
2
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
4
4
homepage : https://techouse.github.io/qs/
5
5
repository : https://github.com/techouse/qs
6
6
documentation : https://pub.dev/documentation/qs_dart/latest/
@@ -10,10 +10,10 @@ environment:
10
10
11
11
dependencies :
12
12
collection : ^1.18.0
13
- equatable : ^2.0.5
13
+ equatable : ^2.0.7
14
14
meta : ^1.9.1
15
15
recursive_regex : ^1.0.0
16
- weak_map : ^4.0.0
16
+ weak_map : ^4.0.1
17
17
18
18
dev_dependencies :
19
19
cli_script : ^1.0.0
You can’t perform that action at this time.
0 commit comments