- Rename internal instance variables.
Avoid the conflict with
static_cacheSequel's plugin - Drop Ruby 2.3, 2.4, 2.5, 2.6, 2.7, 3.0 and 3.1 support.
- Add Ruby 3.2, 3.3, 3.4 and 4.0 support.
- Update
sequelruntime dependency. - Make tests coverage 100%.
- Improve version locks of dependencies.
- Update development dependencies.
- Resolve new RuboCop offenses.
- Improve CI config.
- Add
cachingoption for plugin. Cache enum values in plugin by default. - Add
predicate_methodsoption. Supportstrue,false,%i[]orSymbol. Default isfalse. - Switch from Minitest (-Bacon) to RSpec.
- Add documentation for public methods.
- Initial release.