Skip to content

v.1.0.28

Compare
Choose a tag to compare
@danschultzer danschultzer released this 17 Mar 15:23
· 87 commits to main since this release

Enhancements

  • [Mix.Pow] Mix.Pow.parse_options/3 now merges option defaults with :otp_app, :generators configuration #668
  • [Mix.Pow.Mix.Tasks.Pow.Phoenix.Mailer.Gen.Templates] Now injects config/config.exs and WEB_PATH/WEB_APP.ex #674
  • [Mix.Pow.Mix.Tasks.Pow.Phoenix.Gen.Templates] Now injects config/config.exs #674
  • [Mix.Tasks.Pow.Phoenix.Install] Now injects config/config.exs, WEB_PATH/endpoint.ex, and WEB_PATH/router.ex #674
  • [Pow.Phoenix.Router] Updated to support Phoenix 1.7 breaking changes #687
  • [Pow.Phoenix.Template] Updated to support Phoenix 1.7 verified routes #687
  • [Pow.Phoenix.Routes] Updated to support Phoenix 1.7 verified routes #687
  • [Pow.Phoenix.ViewHelpers] Updated to handle Phoenix 1.7 components layout #687

Bug fixes

  • :phoenix removed from the compilers #684

Documentation

  • Updated api guide to correctly return updated conn for delete calls #670