From 20ff033b0408ec82aff0a463dbb24f22e18829fc Mon Sep 17 00:00:00 2001 From: Klemen Tusar Date: Thu, 4 Apr 2024 21:04:23 +0200 Subject: [PATCH] :bookmark: release v1.0.3 (#3) * :bookmark: release v1.0.3 ## 1.0.3 - [FIX] fix `Utils.isNonNullishPrimitive` method to enable encoding Enums --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82c0c0..f3b9369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 + +- [FIX] fix `Utils.isNonNullishPrimitive` method to enable encoding Enums + ## 1.0.2 - [FEAT] add equatability to Undefined diff --git a/pubspec.yaml b/pubspec.yaml index ef75543..0a74dd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: