All Versions
10
Latest Version
Avg Release Cycle
191 days
Latest Release
1445 days ago
Changelog History
Changelog History
-
v1.3.0
April 16, 2019 -
v1.1.0 Changes
April 10, 2018๐จ Major internal refactor and simplification. Stole
Jasons
benchmark code. :D -
v1.0.3 Changes
March 17, 2018- ๐ Fixes warnings with latest Elixir version
- ๐ Better documentation
-
v1.0.2 Changes
May 23, 2017- ๐ณ Should fix incompatibility with certain Docker environments
-
v1.0.1 Changes
May 23, 2017- ๐ Fixes warnings in latest version of Elixir
-
v1.0.0 Changes
September 15, 2016- Major code restructure
- No longer returns
"[Elixir.Any]"
as the encoded version of something theres no protocol for, instead returnsKernel.inspect(x)
-
v0.3.3 Changes
January 28, 2016๐ Fixed decoding issues with surrogate UTF-8 pairs thanks to @hectorip!
-
v0.3.2 Changes
October 03, 2014- โก๏ธ Updated to support Elixir 1.0.0
-
v0.3.1
September 28, 2014 -
v0.3.0 Changes
August 02, 2014- ๐จ 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