rackla v1.0.0 Release Notes

Release Date: 2016-02-24 // about 8 years ago
    • Version bumped to 1.0.0 since the code has been stable for a long time.
    • Since the Dict module is going to be deprecated in Elixir, Rackla will now strictly use Keyword and Map.
    • Using remix for automatic reloading recompiling. Thanks @pap and @alanpeabody!
    • Added dialyxir to make easier use of dialyzer during development.
    • Fixed a couple of type annotations.
    • Updated all dependencies.