- 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
- Dropped Ruby < 2.4
- Mongoid 7.0 support
- Drop Mongoid 6 and Ruby < 2.3
- Mongoid 6.0 support
- Drop 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.