LionWeb-io / lionweb-repository

Reference implementation of LionWeb repository
Apache License 2.0
2 stars 1 forks source link

Need to take order of children, references and annotations into account. #8

Closed joswarmer closed 8 months ago

joswarmer commented 9 months ago

Currently a change in the order of the children, references or annotations is not seen as a change and will not result in a database update. As the order of these is significant this should result in a database change..

The repository uses the LionWeb JSON Diff from the lionweb-typescript project. This diff need to be extended to also see order changes as a diff.

joswarmer commented 9 months ago

Added this functionality in branch fix/issues8-*

joswarmer commented 8 months ago

Done