Skip to content

v1.0.1

Compare
Choose a tag to compare
@danschultzer danschultzer released this 27 Jan 17:58

Changes

  • pow.extension.ecto.gen.migrations mix task will output warning when a migration file won't be generated for any particular extension #59
  • Leading and trailing whitespace is removed from the user id field value (in addition to forced lower case) #64
  • An exception is raised when pow_routes/0 or pow_extension_routes/0 are used inside router scopes with aliases #23
  • Mail view templates assigns now has [user: user, conn: conn] along with the template specific assigns #70
  • Mail view subject methods now gets the same assigns passed as mail view template assigns instead of only [conn: conn] #70
  • Added pow_registration_routes/0, pow_session_routes/0 and pow_scope/1 macros to the router module #71
  • Added guide on how to disable registration #71