Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 892 Bytes

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 892 Bytes

Changelog

0.2.2 (13 January 2016)

  • Updates related to compiling cleanly on most recent versions of Elixir (1.2), thanks to @jeffweiss.

0.2.1 (8 September 2014)

  • Update dependencies for Elixir 1.0 release.

0.2.0 (5 September 2014)

  • Initial release.
  • Does everything the Ruby version does, typically faster!
    • Most operations are at least ~50% faster in microbenchmarks.
    • Notable exception are the .find_by_* family of functions, which appear to run ~50% slower. (Slow is relative of course, in this case, it means ~0.4ms/op on my hardware.)
  • Should be API compatible with the most recent release of the Ruby version of the library. Setting the version number accordingly. Minor releases will be versioned independently, but will make an attempt to keep major version numbers consistent to feature set across different platforms.