Releases: crownedgrouse/jason
Releases · crownedgrouse/jason
1.2.2 Release
- Use short option for float_to_list/2 if available (starting OTP-25)
- Tested on OTP-25
- Silent an eisdir error in test suite
1.2.0 Release
Add option aliases
allowing users to create argonaut helper modules for their own records definitions coming from records renamed in an .hrl file created by jason. Those modules can be dumped on disk once created.
1.1.0 Release
Add option {binary, [k | v | kv]}
for returning respectively keys, values or both as binary.