Releases: nrktkt/ninny-json
Releases · nrktkt/ninny-json
0.5.1
What's Changed
- Missing numeric FromJson instances by @kag0 in https://github.com/kag0/ninny-json/pull/38
Full Changelog: kag0/ninny-json@0.5.0...0.5.1
Field name annotations
What's Changed
- Field name annotations by @kag0 in https://github.com/kag0/ninny-json/pull/37
Full Changelog: kag0/ninny-json@0.4.3...0.5.0
Partial Scala 3 support
0.4.3 Update scalafmt-core to 3.0.8 (#35)
Much faster parsing
Use jsoniter-scala for rendering (#31) * Use jsoniter-scala for rendering * suggested improvements
0.4.1
0.4.0: ToAndFromJson should output some json (#28)
ToAndFromJson
now extends ToSomeJson
so it can be breaking, although probably won't be noticed
Introduce long arrows
You can now use -->
instead of ->
in object building syntax for better compiler errors when the right hand side can't be converted to JSON.
0.3.0
0.2.12
script kit (#25) Co-authored-by: nathan <[email protected]>