mongoid-history v0.8.3 Release Notes

Release Date: 2020-06-17 // almost 4 years ago
    • #236: Fix Ruby 2.7 keyword argument warnings - @vasilysn.
    • #237: Fix tracking subclasses with additional fields - @getaroom.
    • #239: Optimize modified_attributes_for_create 6-7x - @getaroom.
    • #240: Mongoid::History.disable and disable_tracking now restore the original state - @getaroom.
    • #240: Added Mongoid::History.enable, Mongoid::History.enable!, Mongoid::History.disable!, enable_tracking, enable_tracking!, and disable_tracking! - @getaroom.

Previous changes from v0.8.2

    • #233: Bug fix-Track ALL embedded relations when used with fields and filtered attributes on embedded objects - @jagdeepsingh.
    • #232: Bug/187 track changes from embedded documents (not deeply nested) - @Startouf.
    • #227: Store options in inheritable class attributes - @jnfeinstein.
    • #229, #225: Fixed inheritance of history_trackable_options - @jnfeinstein.