Pow v1.0.3 Release Notes

Release Date: 2019-03-09 // about 5 years ago
  • ๐Ÿ”„ Changes

    • โž• Added PowInvitation extension #113
    • โž• Added support in Pow.Ecto.Schema for Ecto associations fields #126
    • Added support for adding custom methods with Pow.Extension.Ecto.Schema through __using__ /1 macro in extension ecto schema module #113
    • Help information raised with invalid schema arguments for pow.install, pow.ecto.install, pow.ecto.gen.migration, and pow.ecto.gen.schema mix tasks #128
    • PowEmailConfirmation now redirects unconfirmed users to after_registration_path/1 or after_sign_in_path/1 rather than pow_session_path(conn, :new) #119

    ๐Ÿ› Bug fixes

    • Correct shell instructions for mix pow.install task with custom schema #123
    • ๐Ÿ›  Fixed bug in Pow.Extension.Phoenix.Router.Base and Pow.Extension.Phoenix.Messages where the full extension name wasn't used to namespace methods #120

    ๐Ÿ—„ Deprecations

    • ๐Ÿ—„ Deprecated Pow.Extension.Config.underscore_extension/1 #120
    • ๐Ÿ—„ Deprecated PowResetPassword.Ecto.Context.password_changeset/2 #127
    • ๐Ÿ†• Deprecated Pow.Ecto.Schema.filter_new_fields/2 #129
    • Deprecated :messages_backend_fallback setting for extension controllers #115
    • โœ‚ Removed deprecated macro router_helpers/1 in Pow.Phoenix.Controller #120