All Versions
95
Latest Version
Avg Release Cycle
114 days
Latest Release
691 days ago

Changelog History
Page 7

  • v0.9.1 Changes

    June 29, 2010

    โž• Added

    • ๐Ÿš€ This release supports Rails 3, capybara, and shoulda 2.10+.
  • v0.9.0 Changes

    June 11, 2010

    โž• Added

    • ๐Ÿ‘ Allow customization of cookie duration.

    ๐Ÿ”„ Changed

    • โœ‚ Removed unnecessary db index.
  • v0.8.8 Changes

    February 25, 2010

    ๐Ÿ›  Fixed

    • Fixed sign_in and sign_out not setting current_user.
  • v0.8.7 Changes

    February 21, 2010

    ๐Ÿ›  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.
  • v0.8.6 Changes

    February 17, 2010

    โž• 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.
  • v0.8.5 Changes

    January 20, 2010

    ๐Ÿ”„ Changed

    • โœ‚ Removed attr_accessible from Clearance::User.
    • โœ‚ Remove dependency on root_path, use '/' instead.
    • Use Clearance.configure block to set mailer sender instead of DO_NOT_REPLY constant.

    ๐Ÿ›  Fixed

    • Replaced routing hack with Clearance::Routes.draw(map) to give more control to the application developer.
    • ๐Ÿ›  Fixed bug in password reset feature.
  • v0.8.4 Changes

    December 08, 2009

    ๐Ÿ›  Fixed

    • โœ‚ Remove unnecessary require 'factory_girl' in generator.
  • v0.8.3 Changes

    September 21, 2009

    ๐Ÿ›  Fixed

    • Avoid possible collisions in the remember me token.
  • v0.8.2 Changes

    September 01, 2009

    โž• Added

    • current_user= accessor method.
    • ๐Ÿ‘‰ Set current_user in sign_in.
  • v0.8.1 Changes

    August 31, 2009

    ๐Ÿ”„ Changed

    • Removed unnecessary remember_token_expires_at column.

    โœ‚ Removed

    • โœ‚ Removed remember? and forget_me! user instance methods.