This file keeps track of changes between releases for the ruolo project which adheres to semantic versioning.
BREAKING: Drop support for Ruby <2.6.
Correct sample database constraints to remove a useless regular expression escape.
Add set_roles
method to the user mixin to synchronize desired roles for an
individual user.
Add a role?
method to the user mixin to check for given roles instead of
permissions.
Initial cleanup of original code: add tests and documentation.
- Drop support for ruby 2.4.x.
Initial release.