Releases: cblage/elixir-json
Releases · cblage/elixir-json
v1.4.0
v1.1.0
Elixir JSON v1.0.3
- Fixes warnings with latest Elixir version
- Better documentation
Elixir JSON v1.0.2
- Should fix incompatibility with certain Docker environments
Elixir JSON v1.0.1
- Fixes warnings in latest version of Elixir
Elixir JSON 1.0.0 - Bacon
- Major code restructure
- No longer returns
"[Elixir.Any]"
as the encoded version of something theres no protocol for, instead returnsKernel.inspect(x)
Elixir JSON v0.3.3
Fixed decoding issues with surrogate UTF-8 pairs thanks to @hectorip!
Elixir JSON v0.3.2
- Updated to support Elixir 1.0.0
Elixir JSON v0.3.0
- 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
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).