Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 3.06 KB

File metadata and controls

55 lines (39 loc) · 3.06 KB

Next Release

  • #42 Fix: corrected creation of association chain when using nested embedded documents - @matekb.
  • #56 Fix: now possible to undo setting (creating) attributes that was previously unset - @matekb.

0.3.2 (1/24/2013)

  • #54 Use an index instead of the $elemMatch selector in history_tracks - @vecio.
  • #11 Added :modifier_field_inverse_of on track_history that defines the :inverse_of relationship of the modifier class - @matekb, @dblock.

0.3.1 (11/16/2012)

  • #45 Fix: intermittent hash ordering issue with history_tracks - @getaroom.
  • #50 Fix: tracking of array changes, undo and redo of field changes on non-embedded objects - @dblock.

0.3.0 (8/21/2012)

0.2.4 (8/21/2012)

  • #38 Fix: allow sub-models to be tracked by using collection_name as the scope - @acant.
  • #35 Fix: sweeper references record of change, not the record changed - @dblock.

0.2.3 (4/20/2012)

  • #23: Updated Trackable::association_hash to write through parent - @tcopple.
  • Fix: Trackable::association_hash nil meta value call - @tcopple.
  • #27: Added support for re-creation of destroyed embedded documents - @erlingwl

0.1.7 (12/9/2011)

  • Fix: tracking false values - @gottfrois.
  • Use a mongoid observer and controller around_filter to pick up modifying user from controller - @bensymonds.
  • More flexible dependency on mongoid - @sarcilav.
  • Fix: tracking broken in a multithreaded environment - @dblock.

0.1.0 (5/13/2011)

  • Added support for destroy - @dblock.
  • Added undo and redo - @aq1018.
  • Added support for temporarily disabling history tracking - @aq1018.
  • Record modifier for undo and redo actions - @aq1018.

0.0.1 (3/4/2011)