Skip to content

Commit 294148e

Browse files
committed
feat: complete rewrite
fixes issue #4 fixes issue #6 fixes issue #32 fixes issue #33 fixes issue #42 fixes issue #59 fixes issue #60 fixes issue #68 fixes issue #70 fixes issue #72 fixes issue #73
1 parent a6856fb commit 294148e

34 files changed

Lines changed: 2269 additions & 2790 deletions

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ ubuntu-latest, macos-latest, windows-latest ]
16-
sdk: [ stable ]
16+
sdk: [ stable, dev ]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: dart-lang/setup-dart@v1

.travis.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 7.0.0
2+
Complete rewrite of the library, now compatible with `dart:convert`.
3+
Automatic delimiter detection and BOM support.
4+
Optimized for performance and memory usage.
5+
If you need compatibility with the older API, please continue using version 6.
6+
17
# 6.0.0
28
If inside an unquoted string, text-delimiters are ignored instead of swallowed.
39
This (partially?) fixes issue #70.

0 commit comments

Comments
 (0)