All Versions
10
Latest Version
Avg Release Cycle
45 days
Latest Release
2980 days ago
Changelog History
Changelog History
-
v0.3.0 Changes
July 19, 2016โก๏ธ 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
-
v0.2.5 Changes
June 02, 2016๐ 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
-
v0.2.4 Changes
May 14, 2016๐ [Fix] Removed static references to CSS and JS on boilerplate code
-
v0.2.3 Changes
May 03, 2016- Ecto associations are now dropped from the generated user structure
- Boilerplate View now encloses all JS and CSS
- โ Added example custom validation to
ExampleApp
project
-
v0.2.2
April 21, 2016 -
v0.2.1
April 11, 2016 -
v0.2.0 Changes
April 07, 2016Tackled a serious of issues with this, please take a look at README for the new flows.
๐ง And it has configuration and template generators now! ๐ฏ -
v0.1.0 Changes
August 18, 2015๐ฅ Breaking changes:
- Ecto is now at 0.9
- Phoenix at 0.15
- โก๏ธ Updated to latest comeonin
- ๐ Fixed issue regarding user creation without e-mail provider
- ๐ Fixed issue resetting user password
-
v0.0.6
August 03, 2015 -
v0.0.5 Changes
June 07, 2015โ Added several enhancements and an example_app using addict