Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 1.2 KB

0.5.0 (2021/07/24)

  • Support only Mongoid 7.3 and later.
  • In conformity with Mongoid 7.3+ behavior, dependencies are not destroyed when calling delete/delete!

0.4.1 (2021/07/24)

  • 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

0.4.0 (2019/05/29)

  • Mongoid 7.0 support
  • Drop Mongoid 6 and Ruby < 2.3

0.3.0 (2017/01/05)

  • Mongoid 6.0 support
  • Drop Mongoid 4/5 and Ruby < 2.2.2

0.2.1 (2015/09/28)

  • #40: Don't override mongoid original update - @simi.

0.2.0 (2015/09/22)

  • #38: Added support for Mongoid 5 - @dblock.
  • #29: Added before_remove, after_remove and around_remove callbacks - @marcelloma.
  • #34: Allow configuring of the paranoid field naming on a global basis - @ak47.

0.1.2 (2014/07/11)

  • Initial public release - @simi.