addict v0.3.0 Release Notes
Release Date: 2016-07-19 // about 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
- Example App with lot's of improvements (thanks @steveklebanoff!). Issue #95
- ๐ง Configuration hooks, such as post action hooks now must be defined in the
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 returningtrue
๐ Changes:
- Switched logout route from
POST /logout
toDELETE /logout
โ Addi(c)tions:
- ๐ More docs