Skip to content

Releases: cblage/elixir-json

v1.4.0

30 Dec 20:24
Compare
Choose a tag to compare
  • Fix warnings
  • Now requires Elixir 1.7

v1.1.0

10 Apr 09:26
Compare
Choose a tag to compare

Major internal refactor and simplification. Stole Jasons benchmark code. :D

Elixir JSON v1.0.3

17 Mar 09:21
Compare
Choose a tag to compare
  • Fixes warnings with latest Elixir version
  • Better documentation

Elixir JSON v1.0.2

23 May 07:31
Compare
Choose a tag to compare
  • Should fix incompatibility with certain Docker environments

Elixir JSON v1.0.1

23 May 07:31
Compare
Choose a tag to compare
  • Fixes warnings in latest version of Elixir

Elixir JSON 1.0.0 - Bacon

15 Sep 02:35
Compare
Choose a tag to compare
  • Major code restructure
  • No longer returns "[Elixir.Any]" as the encoded version of something theres no protocol for, instead returns Kernel.inspect(x)

Elixir JSON v0.3.3

28 Jan 18:24
Compare
Choose a tag to compare

Fixed decoding issues with surrogate UTF-8 pairs thanks to @hectorip!

Elixir JSON v0.3.2

03 Oct 12:32
Compare
Choose a tag to compare
  • Updated to support Elixir 1.0.0

Elixir JSON v0.3.0

02 Aug 15:40
Compare
Choose a tag to compare
  • Big refactoring of the codebase
  • Now using ex_doc to generate documentation
  • No longer escaping / forward slashes unnecessarily thanks to @lsimoneau !
  • Now decodes JSON objects into Maps instead of HashDicts

Elixir JSON v0.2.10

24 Jun 03:06
Compare
Choose a tag to compare

Elixir v0.14 compatibility thanks to @awetzel! Not backwards compatible with Elixir v0.13 or prior (please use Elixir JSON v0.2.9 if that's needed).