Totem icon indicating copy to clipboard operation
Totem copied to clipboard

Changeset calculator between two states of a data

Results 5 Totem issues
Sort by recently updated
recently updated
newest added

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...

enhancement
DX
BC Break

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...

BC Break

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...

enhancement
DX
BC Break

As the `PropertyPath` is already required due to Collections, it could be useful to have the property path for each property changes

enhancement

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)

enhancement