Skip to content

v1.2.0

Compare
Choose a tag to compare
@Taluu Taluu released this 16 Nov 12:46
· 95 commits to master since this release

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 added
  • Totem\Change\Modification if the data was modified
  • Totem\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.