All Versions
10
Latest Version
Avg Release Cycle
45 days
Latest Release
3228 days ago

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

  • 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 returning true

    🔄 Changes:

    • Switched logout route from POST /logout to DELETE /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, 2016

    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! 👯

  • 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