Skip to content

v1.0.3

Choose a tag to compare

@danschultzer danschultzer released this 09 Mar 16:43

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