Skip to content

Commit ce9a447

Browse files
committed
🔖 release v1.7.4
## 1.7.4 * [FIX] restore Dart 3.0.0 test compatibility by materializing `ByteBuffer` fixtures via `_byteBufferFrom` instead of relying on `List<int>.buffer` * [CHORE] widen the `lints` dev dependency range to support versions from 3.0.0 up to 7.0.0
1 parent dfe746e commit ce9a447

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.7.4
2+
3+
* [FIX] restore Dart 3.0.0 test compatibility by materializing `ByteBuffer` fixtures via `_byteBufferFrom` instead of relying on `List<int>.buffer`
4+
* [CHORE] widen the `lints` dev dependency range to support versions from 3.0.0 up to 7.0.0
5+
16
## 1.7.3
27

38
* [PERF] speed up decode for flat and mixed query workloads via structured-key pre-scan, flat-query early return, and parse/merge bypass when safe

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.7.3
3+
version: 1.7.4
44
homepage: https://techouse.github.io/qs/
55
repository: https://github.com/techouse/qs
66
issue_tracker: https://github.com/techouse/qs/issues

0 commit comments

Comments
 (0)