Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

46 lines (33 loc) · 1.78 KB

Changelog

v2.1.0

Enhancements

  • #7 - @KronicDeth
    • Update dependencies
      • credo 0.9.3 => 1.0.0
      • ex_doc 0.19.0 => 0.19.1

Bug Fixes

  • #7 - @KronicDeth
    • Remove ignored project files
    • Update distillery to 2.0.12 for Elixir 1.7..4 compatibility.

v2.0.0

Enhancements

Incompatible Changes

v1.0.0

Enhancements

  • #5 - @KronicDeth
    • Switch from exrm to distillery adds support for Elixir 1.5.
    • Add credo
      • Run credo checks on CodeClimate.
    • Add dialyxir
      • Run dialyxir on Travis CI.
    • Build matrix for Elixir 1.3 - 1.5.

Incompatible Changes

  • #5 - Switch from exrm to distillery drops support for Elixir < 1.3. - @KronicDeth

v0.1.1

Enhancements

  • #4 - Increase restart limit to 1000 restart per 4 seconds from the default 3 restarts per 5 seconds - @KronicDeth

v0.1.0

Incompatible Changes

  • #2 - IntellijElixir.Quoter implements handle_call instead of handle_info - @KronicDeth