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: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,28 @@
3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+
## 2024-12-14
7
+
8
+
### Changes
9
+
10
+
---
11
+
12
+
Packages with breaking changes:
13
+
14
+
-[`forge2d` - `v0.14.0`](#forge2d---v0140)
15
+
16
+
Packages with other changes:
17
+
18
+
- There are no other changes in this release.
19
+
20
+
---
21
+
22
+
#### `forge2d` - `v0.14.0`
23
+
24
+
-**REFACTOR**: remove dead code ([#97](https://github.com/flame-engine/forge2d/issues/97)). ([6a75e0d2](https://github.com/flame-engine/forge2d/commit/6a75e0d2d4452bed3bfe6dbe35f84af9acebff76))
25
+
-**BREAKING****REFACTOR**: Use vector_math 32 instead of 64 ([#96](https://github.com/flame-engine/forge2d/issues/96)). ([2d726279](https://github.com/flame-engine/forge2d/commit/2d72627937e6b8dca672ed4dbc2de16577400623))
Copy file name to clipboardExpand all lines: packages/forge2d/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## 0.14.0
2
+
3
+
> Note: This release has breaking changes.
4
+
5
+
-**REFACTOR**: remove dead code ([#97](https://github.com/flame-engine/forge2d/issues/97)). ([6a75e0d2](https://github.com/flame-engine/forge2d/commit/6a75e0d2d4452bed3bfe6dbe35f84af9acebff76))
6
+
-**BREAKING****REFACTOR**: Use vector_math 32 instead of 64 ([#96](https://github.com/flame-engine/forge2d/issues/96)). ([2d726279](https://github.com/flame-engine/forge2d/commit/2d72627937e6b8dca672ed4dbc2de16577400623))
7
+
1
8
## 0.13.1
2
9
3
10
-**REFACTOR**: Don't use static for Distance and Collision ([#92](https://github.com/flame-engine/forge2d/issues/92)). ([130994e1](https://github.com/flame-engine/forge2d/commit/130994e1f109071c690d4a8a970b28e106d9625e))
0 commit comments