- Support Rails 6,1. 7.0, 7.1.
- Support Ruby >= 3.0.
- Drop support for Rails <= 6.0.
- Drop support for Ruby 2.
- Drop support for classic loader.
- The functionality to extend the view_paths has been discontinued.
- The functionality to extend the models has been discontinued.
- Support Rails 5.0, 5.1, 5,2, 6.0, 6,1.
- Drop support of Rails 4.x.
- Rails7 not supported yet.
- Chanko::Config.eager_load has been replaced by a direct reference to Rails.configuration.eager_load.
- Fix cache resolver error on Rails 6.
- Support Rails 7.0.
- Drop support for old Ruby versions.
- Support Rails 5.1.
- Delete circular symlink in gem package
- No changes in library code
- Support Rails 5.
- Drop support of ruby 1.9.x and 2.0.0.
- Drop support of Rails 3.x.
- Improve documentation about expanding class methods.
- Fix run_default again. 2.0.6 still has run_default bug. Use unstack block instad of depth counting.
- Fix stack control of run_default.
- Guarantee thread-safety of unit stack for Rails 4
- Allow to change Chanko::Config.eager_load after loading chanko
- Custom eager-loading support on production env