Releases: sile/jsone
Releases · sile/jsone
v1.9.0
What's Changed
- Fix the issue where map encoding tests fail stochastically on OTP-27. by @sile in #85
- Handle variable timezone offsets in dates due daylight saving by @abalazsik in #86
- Remove
Enable HiPE
section from README by @sile in #87
New Contributors
- @abalazsik made their first contribution in #86
Full Changelog: 1.8.1...1.9.0
v1.8.1
v1.8.0
What's Changed
- Raise an error if a decode target JSON is followed by extra garbage chars. by @sile in #69
- Introduce
efmt
code formatter by @sile in #71 - Fix typos by @kianmeng in #72
- Don't insert newlines when encoding unknown terms using
jsone:term_to_json_string/1
by @sile in #78 - add 'short' to jsone:float_format_option by @zzydxm in #80
New Contributors
Full Changelog: 1.7.0...1.8.0