All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix usage of non-default attribute names in devise last seen configuration #10.
- Remove
activerecord
from gemspec, this gem was added but are not used in the gem context.
- Add
Devise.last_seen_at_interval
option to allow customization of the interval - Add
Devise.last_seen_at_attribute
option to allow customization of the attribute name
- Basic feature that updates a pre-existent timestamp column after warden set_user.
- Add validation to not save a user in invalid state.
- Add integration tests
- Created the changelog file