Skip to content

Releases: nalundgaard/jsn

Fix equal/3,4 functions, document select/2,3

04 Oct 03:53
Compare
Choose a tag to compare
  • The equal/3,4 functions were missing maps support due to a missing function clause.
  • Add select/2,3 function documentation to README

rebar 2.x fix, add select/2,3, improved errors

26 Sep 20:35
Compare
Choose a tag to compare
  • fix rebar 2.x compatibility (#11)
  • adds select(#13)
  • improved errors (#14)

Add support for map format

24 Aug 18:41
Compare
Choose a tag to compare
  • Introduce support for new map format
  • Deprecate Erlang 17 and lower
  • Deprecate jsn:sort/1, jsn:sort_keys/1, and jsn:sort_equal/2

Deprecate jsn:encode/decode, fix OTP dependency

24 Aug 18:39
Compare
Choose a tag to compare
  • Add hex metadata to .app.src
  • Deprecate encode/decode
  • Include jsonx as OTP application dependency for rebar3 release compatibility

Erlang 20 Compatibility

23 Aug 01:35
Compare
Choose a tag to compare

Adds Erlang 20 support:

  • Adds support for building with Erlang 20, with compiler warnings addressed (primarily in test module)
  • Relaxes require_otp_vsn so that it will not explicitly exclude future Erlang versions

Erlang 19 Compatibility

22 Aug 17:37
Compare
Choose a tag to compare

Adds Erlang 19 support:

  • Spec format fixes, primarily, as well as a few spec clarifications.

Initial Release

05 Feb 16:57
Compare
Choose a tag to compare

Initial release of the jsn library