v1.2.0
New feature : more detailed changes on each changes. Now, instead of a Totem\ Change
object (or Totem\ChangeInterface
to be more precise), you'll get a Totem\AbstractChange
), which can be one of the following :
Totem\Change\Addition
if the data was addedTotem\Change\Modification
if the data was modifiedTotem\Change\Removal
if the data was removed
Some enhancements were also brought up on the Snapshot
parts, and the constraint on the ArraySnapshot
(that each keys in two snapshots must be the same if you want to compare two arrays) is now gone.