All Versions
10
Latest Version
Avg Release Cycle
45 days
Latest Release
2980 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