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, 2017Provides 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, 2016Resolves 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, 2016Ensure 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.