addict v0.3.0 Release Notes
Release Date: 2016-07-19 // over 7 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