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.
- TODO
v4.0.0 - 2022-08-31
- Fix rails 6 active model error deprecations (#22)
- Added Mongoid 8 support
- Dropped support for Mongoid 4, 5 and 6
v3.0.1 - 2020-09-29
- Started 🔎 tracking changes in a changelog!
- Mongoid 7 support
- Ruby 2.4 support by using
send
instead ofpublic_send
[#18]
- Mongoid 3 support
- Updated style to fix Rubocop issues (as per included .rubocop.yml configuration file)
- Removed .lock files as these are not supposed to be included with gem source code
v3.0.0 - 2020-09-29 [YANKED]
- Yanked due to wrong dependencies in gemspec.