Skip to content

Commit c460e05

Browse files
chore(main): release sparkengineweb 0.16.0 (#597)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b799ba commit c460e05

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.3"
2+
".": "0.16.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.16.0](https://github.com/RuggeroVisintin/SparkEngineWeb/compare/sparkengineweb-v0.15.3...sparkengineweb-v0.16.0) (2025-08-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **ecs:** `TriggerEntity.onTriggerCB` and `BoundingBox.onCollisionCB` do not accept plain functions anymore. Use SerializableCallback.fromFunction Instead.
9+
10+
### Features
11+
12+
* **ecs:** add SerializableCallback to preserve serialized source code when needed (https://github.com/RuggeroVisintin/SparkEngineWeb/pull/596) ([6b799ba](https://github.com/RuggeroVisintin/SparkEngineWeb/commit/6b799ba49ef95dc22f96501ebad93cfa3939c5c8))
13+
314
## [0.15.3](https://github.com/RuggeroVisintin/SparkEngineWeb/compare/sparkengineweb-v0.15.2...sparkengineweb-v0.15.3) (2025-08-02)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparkengineweb",
3-
"version": "0.15.3",
3+
"version": "0.16.0",
44
"engines": {
55
"npm": "^10",
66
"node": "^20"

0 commit comments

Comments
 (0)