Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.41 KB

0.6.0 (2023/09/18)

  • 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.

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.
  • Drop support for Ruby < 2.4.

0.4.0 (2019/05/29)

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

0.3.0 (2017/01/05)

  • Mongoid 6.0 support.
  • Drop support for 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