yet_another_json_isolate 3.0.0-dev.2
yet_another_json_isolate: ^3.0.0-dev.2 copied to clipboard
Package for JSON parsing off the main isolate, processing small payloads inline and large payloads on short lived isolates without copying results.
3.0.0-dev.2 #
Note: This release has breaking changes.
- REFACTOR(yet_another_json_isolate): rename conditional import files to idiomatic names (#1777). (bb250795)
- PERF(yet_another_json_isolate): process small payloads inline and large ones on short-lived isolates (#1746). (7942c377)
- FIX(supabase_lints): enable lines_longer_than_80_chars and fix all violations (#1655). (a08b6577)
- DOCS(yet_another_json_isolate): enable public_member_api_docs (#1768). (8e736ecf)
- DOCS: fix inaccurate dartdoc comments across all packages (#1659). (090ee978)
- BREAKING REFACTOR: process JSON through the AsyncJsonCodec interface (#1751). (6969eb38)
- BREAKING REFACTOR: remove analyzer ignores by fixing the underlying code (#1675). (9f367d77)
- BREAKING REFACTOR: remove all deprecated APIs and dead public surface for v3 (#1661). (1ffa0deb)
- BREAKING FIX: release retained resources on dispose (#1668). (d21d8c03)
2.0.3 #
2.0.2 #
2.0.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
2.0.0-dev.0 #
1.0.4 #
- chore: move the repo into supabase-flutter monorepo
1.0.3 #
- fix: correctly check for web platform
1.0.2 #
- fix: lower async package version
1.0.1 #
- fix: rename
inittoinitializeon web
1.0.0 #
- Initial version.