From f319c108a342c2082c69d13b47fda4fdaab43474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Tue, 21 Jan 2025 22:42:51 +0000 Subject: [PATCH] :bookmark: release v1.3.1 ## 1.3.1 - [FEAT] use `Utils.combine` more in `QS.decode` - [CHORE] add more tests - [CHORE] fix linter warnings --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e62544..885dff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.1 + +- [FEAT] use `Utils.combine` more in `QS.decode` +- [CHORE] add more tests +- [CHORE] fix linter warnings + ## 1.3.0 - [FEAT] add `DecodeOptions.throwOnLimitExceeded` option ([#26](https://github.com/techouse/qs/pull/26)) diff --git a/pubspec.yaml b/pubspec.yaml index f0e52ff..e619397 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.3.0 +version: 1.3.1 homepage: https://techouse.github.io/qs/ repository: https://github.com/techouse/qs documentation: https://pub.dev/documentation/qs_dart/latest/