Skip to content

Commit 2e490f9

Browse files
committed
🔖 release v1.3.8
## 1.3.8 - [FIX] enforce non-nullable `serializeDate` in `EncodeOptions` - [CHORE] update `serializeDate` related tests
1 parent 0ee6aea commit 2e490f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.3.8
2+
3+
- [FIX] enforce non-nullable `serializeDate` in `EncodeOptions`
4+
- [CHORE] update `serializeDate` related tests
5+
16
## 1.3.7+1
27

38
- [CHORE] re-release 1.3.7 due to a Github Actions issue

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.7+1
3+
version: 1.3.8
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)