Releases: trenpixster/addict
Releases · trenpixster/addict
Compatibility with Ecto 2 (and Phoenix 1.2) and ex_rm
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
Bug fixing and enhancements
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
Version 0.2.4
[Fix] Removed static references to CSS and JS on boilerplate code
Bug fixing
- 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
Fix issues dealing with associations
Strip associations from user struct When preparing the user for serialization the associations are now stripped given that the associations preloading might not be required.
Fixes issue with configs generating task, improve metadata
0.2.1 Add missing metadata
Many changes, much nice.
Tackled a serious of issues with this, please take a look at README for the new flows.
And it has configuration and template generators now! 👯
Updating Ecto and Phoenix required versions
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
Enhancements and docs
Added several enhancements and an example_app using addict