All Versions
10
Latest Version
Avg Release Cycle
191 days
Latest Release
1828 days ago

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 returns Kernel.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