SpineEventEngine / web

Spine web server and JS client library.
https://spine.io
Apache License 2.0
1 stars 3 forks source link

[1.x] Allow to observe Entity deletions via client-side `onRemoved` callback #197

Closed armiol closed 1 year ago

armiol commented 1 year ago

This changeset addresses #156.

This functionality is now available after core-java#1504 is merged.

The library version is set to 1.9.0-SNAPSHOT.12.

codecov[bot] commented 1 year ago

Codecov Report

Merging #197 (8155709) into v1 (f75bd3a) will decrease coverage by 0.19%. The diff coverage is 0.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v1 #197 +/- ## ============================================ - Coverage 62.40% 62.22% -0.19% Complexity 215 215 ============================================ Files 96 96 Lines 2761 2769 +8 Branches 47 48 +1 ============================================ Hits 1723 1723 - Misses 1027 1035 +8 Partials 11 11 ```