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.
- Adds missing methods to ActiveRecord generator to fix issue #16.
- Adds a missing manifest.js to Dummy application.
- Fixes devise_error_messages! deprecation warning by using the new partial.
- Fixes sqlite3.represent_boolean_as_integer deprecation warning in specs.
- Appraisal suite.
- Mongoid specs.
- Refactors #validate_otp_token_with_drift from #15.
- Upgraded rotp dependency to
~> 5.1
.
- Relaxed Rails dependency to
~> 6.1
. - Upgraded symmetric-encryption dependency to 4.3.0
- Upgraded rotp dependency to
~> 4.0
.
- Test suite migrated to RSpec.
- Relaxed Devise dependency to
~> 4.0
.
- Initial release.