Skip to content

Releases: cblage/elixir-json

v1.4.0

Choose a tag to compare

@cblage cblage released this 30 Dec 20:24
  • Fix warnings
  • Now requires Elixir 1.7

v1.1.0

Choose a tag to compare

@cblage cblage released this 10 Apr 09:26

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

Elixir JSON v1.0.3

Choose a tag to compare

@cblage cblage released this 17 Mar 09:21
  • Fixes warnings with latest Elixir version
  • Better documentation

Elixir JSON v1.0.2

Choose a tag to compare

@cblage cblage released this 23 May 07:31
  • Should fix incompatibility with certain Docker environments

Elixir JSON v1.0.1

Choose a tag to compare

@cblage cblage released this 23 May 07:31
  • Fixes warnings in latest version of Elixir

Elixir JSON 1.0.0 - Bacon

Choose a tag to compare

@cblage cblage released this 15 Sep 02:35
  • 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

Choose a tag to compare

@cblage cblage released this 28 Jan 18:24

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

Elixir JSON v0.3.2

Choose a tag to compare

@cblage cblage released this 03 Oct 12:32
  • Updated to support Elixir 1.0.0

Elixir JSON v0.3.0

Choose a tag to compare

@cblage cblage released this 02 Aug 15:40
  • 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

Choose a tag to compare

@cblage cblage released this 24 Jun 03:06

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).