File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 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+
16## 1.3.3+1
27
38- [ CHORE] fix URL-formatting in readme
Original file line number Diff line number Diff line change 11name : qs_dart
22description : 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
44homepage : https://techouse.github.io/qs/
55repository : https://github.com/techouse/qs
66documentation : https://pub.dev/documentation/qs_dart/latest/
@@ -10,10 +10,10 @@ environment:
1010
1111dependencies :
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
1818dev_dependencies :
1919 cli_script : ^1.0.0
You can’t perform that action at this time.
0 commit comments