Releases: michalmuskala/jason
Releases · michalmuskala/jason
v1.5.0-alpha.1
Enhancements
- Add optional dependency for
jason_native
.
Please refer to the repo for usage instructions
v1.4.0
v1.3.0
Enhancements
- Add the
Jason.OrderedObject
struct - Support decoding objects preserving all the keys with
objects: :ordered_objects
option - Support decoding floats to
Decimal
withfloats: :decimals
option - Add
~j
and~J
sigils in moduleJason.Sigil
to support writing JSON literals in code
Fixes
- Fix error reporting when decoding strings (it was possible to mis-attribute the offending byte)
- Verify fields given to
@derive
1.2.2
1.2.2 (08.09.2020)
Enhancements
- Support Decimal 2.