Sha256: 22eba71c07309a391eea43a8809a1eba7ef19e6b441c0aa7b6e58319a2e69d59

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

# Authenticate Changelog

## [0.3.0] - February 24, 2016

Moved normalize_email and find_normalized_email methods to base User module.
Added full suite of controller and feature tests.
Bug fixes: 
* failed login count fix was off by one.
* password validation now done only in correct circumstances

[0.3.0]: https://github.com/tomichj/authenticate/compare/v0.2.2...v0.3.0



## [0.2.3] - February 13, 2016

Small bugfix for :username authentication.
Improved documentation, started adding wiki pages.

[0.2.3]: https://github.com/tomichj/authenticate/compare/v0.2.2...v0.2.3



## [0.2.2] - February 9, 2016

Password length range requirements added, defaults to 8..128.
Generators and app now respect model class more completely, including in routes.

[0.2.2]: https://github.com/tomichj/authenticate/compare/v0.2.1...v0.2.2



## [0.2.1] - February 9, 2016

Fixed potential password_reset nil pointer.
Continued adding I18n support.
Minor documentation improvments.

[0.2.1]: https://github.com/tomichj/authenticate/compare/v0.2.0...v0.2.1



## [0.2.0] - February 2, 2016

Added app/ including controllers, views, routes, mailers.

[0.2.0]: https://github.com/tomichj/authenticate/compare/v0.1.0...v0.2.0



## 0.1.0 - January 23, 2016

Initial Release, barely functioning

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authenticate-0.3.0 CHANGELOG.md