Skip to content

Commit

Permalink
🔖 release v1.0.3 (#3)
Browse files Browse the repository at this point in the history
* 🔖 release v1.0.3

## 1.0.3

- [FIX] fix `Utils.isNonNullishPrimitive` method to enable encoding Enums
  • Loading branch information
techouse authored Apr 4, 2024
1 parent b166e56 commit 20ff033
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3

- [FIX] fix `Utils.isNonNullishPrimitive` method to enable encoding Enums

## 1.0.2

- [FEAT] add equatability to Undefined
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: qs_dart
description: A query string encoding and decoding library for Dart. Ported from qs for JavaScript.
version: 1.0.2
version: 1.0.3
repository: https://github.com/techouse/qs

environment:
Expand Down

0 comments on commit 20ff033

Please sign in to comment.