Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 1.28 KB

Unrelease

0.4.1

  • Add RouteConstraint examples to README and tests

0.4.0

  • [Breaking] Require Rails 7.1 and higher
  • Add reset password functionality @kylekeesling
  • Use password_challenge for update password @kylekeesling

0.3.0

  • Create zh-TW.yml for translate traditional chinese by @RobertChang0722 in excid3#8
  • Add french translations by @JulienItard in excid3#7
  • Add german translation by @drale2k in excid3#11
  • Add turkish translations by @beyzaakyol in excid3#12
  • Added dutch language support by @yorickvandervis in excid3#9
  • Add greek translation by @stefanos450 in excid3#17
  • Add model generator by @gathuku in excid3#4
  • Prevent session fixation attack by @gathuku in excid3#24

0.2.0

  • Adds authenticated and unauthenticated route helpers
  • Minimum password length of 12
  • Add revise_auth_controller? helper to check if controller is from revise_auth

0.1.1

  • Fixed render not finding view when updating password
  • Update translations

0.1.0

  • Initial release