Releases: nylo-core/flutter-small-json
Releases · nylo-core/flutter-small-json
Release list
v1.0.4
- Added the
vibe_checkdev dependency (^1.0.1) and switched static analysis
to its Nylo rule set (package:vibe_check/nylo.yaml) with the analyzer
plugin enabled. - Added explicit type annotations to local variables across the library,
tests, example and tooling. No behaviour or public API changes.
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Initial release.
SmallJsonInterceptorfor Dio: advertises support viaX-Small-Json, decodesapplication/vnd.smalljson+jsonresponses in place (including error responses), rewrites the content type back toapplication/json, and surfaces corrupt envelopes asDioExceptions.SmallJsonCodecimplementing SmallJson wire format v1: packed mode everywhere, deflate mode ondart:ioplatforms (web advertises packed-only automatically).- Strict envelope validation with typed exceptions.
- Cross-implementation test vectors shared with the
nylo/smalljsonLaravel package, verified in both directions.