Skip to content

Releases: sile/jsone

v1.8.1

21 Sep 05:47
Compare
Choose a tag to compare

What's Changed

  • Fix jsone:try_encode({{json_utf8, IncompleteUtf8}}) raises a try_clause exception by @sile in #81

Full Changelog: 1.8.0...1.8.1

v1.8.0

10 Feb 13:19
Compare
Choose a tag to compare

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

v1.7.0

01 Nov 05:41
Compare
Choose a tag to compare

What's Changed

  • Add jsone:term_to_json_string/1 as the default value of map_unknown_value option. by @sile in #65
  • Reduce floating point errors in decoding by @kusano in #66
  • Add jsone:ip_address_to_json_string/1 function by @sile in #67

New Contributors

Full Changelog: 1.6.1...1.7.0