Totem
Totem copied to clipboard
Changeset calculator between two states of a data
Which wold be used to snapshot data with a notion of priority. This would remove the call to any `normalize` in built-in snapshots and thus remove this method for the...
Because 5.4 is now EOL for a while. Should bump to 5.6 (.. or 7 ?). As we are trying to stick close to [http://semver.org](Semantic Versionning), this should be considered...
I'm not a huge fan to inject a `setClass` into the `AbstractSnapshot`. I think it should be a `SetInterface` object, as an DIC would like to have. Just writing this...
As the `PropertyPath` is already required due to Collections, it could be useful to have the property path for each property changes
To compare values between two states, an appropriate tool to replace hard coded comparision could be [sebastian bergmann's comparator](https://github.com/sebastianbergmann/comparator)