[WIP] ## vx.x.x
- YOUR CONTRIBUTIONS HERE
- removing dry-rb
- add rails-settings-cached as dependency
- add support for ruby 3.1 and new Rails
- use dry-validation < 1.0
- fix reference to deprecated Dry Types
- fix dependency issue with dry-validation
- added the ability to connect to another engine (config.engine_name parameter)
- renamed method inline_main_app_routes! -> inline_engine_routes!
- show flash success message after saving settings
- specify default selected value for select tags
- default options for select tag, without specify it in locale config
- default layout is
application
- support last version of rails-settings-cached (defaults moved to YAML config file)
- fix dry-rb and Rails 5 integration
- add help block support for select tag
- total refactoring with dry-rb
- remove bootstrap_sass dependency
- setting collection method dependent on Rails version
- Fix false boolean values
- Fix checkboxes group: values can be symbols
- Add help blocks to checkboxes fields
- Add support for ActionController::Parameters and ActiveSupport::Duration
- fix validation messages
- relax saas-rails dependency
- bootstrap 3.0 support
- Case with nil value settings
- Option to customize settings class name
- remove less
- total refactoring settings helper
- select options labels and values from locale
- compatible with rails 4
- compatible with latest rails-settings-cached