Skip to content

Releases: thoughtbot/clearance

v0.10.4

11 Sep 20:03
Compare
Choose a tag to compare

Added

  • Use HTML5 email fields.

Changed

  • Emails forced to be downcased (particularly for iPhone user case).

Fixed

  • Password reset requires a password.

Removed

  • Formtastic views generator removed.

Full Changelog

v0.10.3.2

11 Sep 20:03
Compare
Choose a tag to compare

Fixed

  • Fix gemspec to include all necessary files.

Full Changelog

v0.10.3.1

11 Sep 20:03
Compare
Choose a tag to compare

Fixed

  • Ensure everything within features inside any engine directory is included in
    the gemspec.

Full Changelog

v0.10.3

11 Sep 20:03
Compare
Choose a tag to compare

Fixed

  • Include features/engines in gemspec file list so generator works as
    expected.

Full Changelog

v0.10.0

11 Sep 20:04
Compare
Choose a tag to compare

Added

  • Better email validation regular expression.

Removed

  • Removed email confirmation step, was mostly a hassle and can always be added
    back in at the application level (instead of engine level) if necessary.
  • Removed disable_with on forms since it does not allow IE users to submit
    forms. Read more.

Full Changelog

v0.9.1

11 Sep 20:05
Compare
Choose a tag to compare

Added

  • This release supports Rails 3, capybara, and shoulda 2.10+.

Full Changelog

v0.9.0

11 Sep 20:06
Compare
Choose a tag to compare

Added

  • Allow customization of cookie duration.

Changed

  • Removed unnecessary db index.

Full Changelog

v0.8.8

11 Sep 20:06
Compare
Choose a tag to compare

Fixed

  • Fixed sign_in and sign_out not setting current_user.

Full Changelog

v0.8.7

11 Sep 20:06
Compare
Choose a tag to compare

Fixed

  • Fixed global sign out bug.
  • Allow Rails apps to before_filter :authenticate the entire app
    in ApplicationController and still have password recovery work without
    overriding any controllers.
  • Rails 3 fix for ActionController/ActionDispatch change.

Full Changelog

v0.8.6

11 Sep 20:07
Compare
Choose a tag to compare

Added

  • Allow overridden user models to skip email/password validations
    conditionally. This makes username/facebook integration easier.

Fixed

  • Clearance features capitalization should match view text.
  • Skip :authenticate before_filter in controllers so apps can easily
    authenticate a whole site without subclassing.
  • Added randomness to token and salt generation,
  • Reset the remember_token on sign out instead of sign in. Allows for the same
    user to sign in from two locations at once.
  • Append the version number to generated update migrations.

Full Changelog