All Versions
11
Latest Version
Avg Release Cycle
163 days
Latest Release
1238 days ago

Changelog History
Page 1

  • v1.2.2 Changes

    December 02, 2020

    ๐Ÿ—„ Resolves minor deprecation warnings on newer Elixir versions

  • v1.2.1 Changes

    October 02, 2018

    โšก๏ธ Various maintenance updates for latest Elixir versions

  • v1.2.0 Changes

    December 23, 2017

    โœ‚ Removes some deprecations and ensures builds against latest Elixir/OTP versions

  • v1.1.4 Changes

    January 05, 2017

    โž• Adds compatibility with Elixir v1.4.0 (by removing a whole bunch of compiler warnings and updating some dependencies).

  • v1.1.3 Changes

    January 05, 2017

    Provides a new grace function start/3 to allow table creation without linking to a process.

  • v1.1.2 Changes

    January 05, 2017

    โž• Adds the ability to customize the name used to start the internal tables.

  • v1.1.1 Changes

    September 07, 2016

    Resolves an issue causing an ETS crash when starting the same table twice - this now returns an :already_started error, like you'd expect from a Supervisor.

  • v1.1.0 Changes

    September 07, 2016

    ๐Ÿšš Moved to using a more traditional Supervision tree, rather than hand crafted monitors (which were probably prone to failure). The project is now more of a typical OTP structure.

  • v1.0.3 Changes

    June 16, 2016

    Ensure that Logger is started as required, and neatened up executions in a :quiet environment.

  • v1.0.2 Changes

    June 16, 2016

    ๐Ÿ›  Fixes an issue where an heir may be undefined.