coherence v0.3.0 Release Notes

Release Date: 2016-08-28 // over 7 years ago
  • ⬆️ See these 0.2.0 to 0.3.0 upgrade instructions to bring your existing app up to speed.

    • ✨ Enhancements

      • All controller redirects are now customizable
      • Logged in users trying to view pages meant for unauthenticated users now get redirected to logged_out_url (session new, register new, etc.)
      • Support resend confirmation instructions
      • Support custom changesets
      • Make routes more intuitive
      • --install-options mix task option
    • 🐛 Bug Fixes

      • rename database column confirmation_send_at to confirmation_sent_at
      • fix an coherence.clean --all doing a dry-run
      • fix router install instructions
      • install instructions include confirm! for seeds file
    • 🗄 Deprecations

      • coherence_routes :public is replaced with coherence_routes
      • coherence_routes :private is replaced with coherence_routes :protected
    • Backward incompatible changes

      • coherence_routes has changed from default :all to public routes
      • the rename of database column confirmation_send_at to confirmation_sent_at requires that you generate a new migration to alter the table.