yet_another_json_isolate 3.0.0-dev.2 copy "yet_another_json_isolate: ^3.0.0-dev.2" to clipboard
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.1.1 #

  • FIX: raise min Dart SDK to 3.4.0 across all packages (#1409). (311f883f)

2.1.0 #

  • FEAT: Add debugName parameter to YAJsonIsolate. (#1118). (23ffc0e9)

2.0.3 #

  • FIX(yet_another_json_isolate): Conditional export now works correctly with Dart 3.5+ (#1048). (6c80a745)

2.0.2 #

  • FIX: Upgrade web_socket_channel for supporting web: ^1.0.0 and therefore WASM compilation on web (#992). (7da68565)

2.0.1 #

  • FIX: Make sure the package can be built on Flutter web (#990). (742b761c)

2.0.0 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

2.0.0-dev.0 #

Note: This release has breaking changes.

1.1.1 #

  • REFACTOR: bump minimum Dart SDK version to 2.17.0 (#510). (ed927ee0)

1.1.0 #

  • FEAT: update dependency constraints to sdk < 4.0.0 (#474). (7894bc70)

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 init to initialize on web

1.0.0 #

  • Initial version.
15
likes
160
points
881k
downloads

Documentation

API reference

Publisher

verified publishersupabase.io

Weekly Downloads

Package for JSON parsing off the main isolate, processing small payloads inline and large payloads on short lived isolates without copying results.

Homepage
Repository (GitHub)
View/report issues

Topics

#json #isolate #parsing #async

License

MIT (license)

More

Packages that depend on yet_another_json_isolate