You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/parser/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# @bscotch/gml-parser Changelog
2
2
3
+
## 1.14.0 (2025-03-31)
4
+
5
+
### Features
6
+
7
+
- Added collision events to detectable Object event types
8
+
9
+
### Fixes
10
+
11
+
- Deleting an object now ensures it is removed from collisions, and unset as a parent to other objects. Deleting a sprite now ensures any objects using that sprite are set to using no sprite.
0 commit comments