- Loosen version support requirement to include Mongoid 7.3, 8.0, and above.
- Add Rubocop to CI.
- Fix minor Rubocop issues.
- Drop support for Ruby < 2.7.
- Support only Mongoid 7.3 and later.
- In conformity with Mongoid 7.3+ behavior, dependencies are not destroyed when calling delete/delete!
- Do not allow Mongoid 7.3 and later, due to breaking changes.
- Switch to Github Actions from Travis CI.
- Add Rubocop and fix issues.
- Drop support for Ruby < 2.4.
- Mongoid 7.0 support.
- Drop support for Mongoid 6 and Ruby < 2.3.
- Mongoid 6.0 support.
- Drop support for Mongoid 4/5 and Ruby < 2.2.2.
- #38: Added support for Mongoid 5 - @dblock
- #29: Added
before_remove
,after_remove
andaround_remove
callbacks - @marcelloma - #34: Allow configuring of the paranoid field naming on a global basis - @ak47
- Initial public release - @simi