addict v0.3.0 Release Notes

Release Date: 2016-07-19 // almost 8 years ago
  • โšก๏ธ This is a breaking update

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ”ง Configuration hooks, such as post action hooks now must be defined in the {Module, :function} format. Issue #77
    • Ecto 2 is now a hard dependency. This was required due to the coupling of this version and Phoenix 1.2. Issue #98

    ๐Ÿ†• New stuff

    • โž• Addict now allows customizable password encryption strategies (thanks @steveklebanoff!). Issue #93

    โœจ Enhancements


Previous changes from v0.2.5

  • ๐Ÿ›  Fixes:

    • ๐Ÿ”ง Unreliable detection of existing Addict configuration
    • Incorrect listing of GET /logout route
    • is_logged_in/1 Addict helper was always returning true

    ๐Ÿ”„ Changes:

    • Switched logout route from POST /logout to DELETE /logout

    โž• Addi(c)tions:

    • ๐Ÿ“„ More docs