@immugio/three-math-extensions 0.2.16 → 0.2.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -2
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
9
9
|
|
|
10
|
-
## [0.2.
|
|
10
|
+
## [0.2.17](https://github.com/Immugio/three-math-extensions/compare/16.15.10...0.2.17)
|
|
11
11
|
|
|
12
12
|
### Commits
|
|
13
13
|
|
|
@@ -16,6 +16,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
16
16
|
- Update jest packages [`af23b4f`](https://github.com/Immugio/three-math-extensions/commit/af23b4f08154bba3407f05b773865215e7e1cba8)
|
|
17
17
|
- Add Rectangle, update Polygon [`58ee875`](https://github.com/Immugio/three-math-extensions/commit/58ee87539af8f9ade186e5250cba9e01926da514)
|
|
18
18
|
- Add isPointInPolygon [`a59eb4b`](https://github.com/Immugio/three-math-extensions/commit/a59eb4be026f17a3106070ae626a0588cd4f4411)
|
|
19
|
+
- Packages update [`c2ef857`](https://github.com/Immugio/three-math-extensions/commit/c2ef857c01792e64c1558424fdd2f401f72720d0)
|
|
19
20
|
- Improve Line2D.closestPointToPoint, add Vec2.signedAngle [`151f214`](https://github.com/Immugio/three-math-extensions/commit/151f21462e0358057ad8e9d75d5782563a1061f6)
|
|
20
21
|
- Improve documentation [`d0fcb51`](https://github.com/Immugio/three-math-extensions/commit/d0fcb5132f127b4382ac5f7291575a061b8ec121)
|
|
21
22
|
- Add isContinuousClosedShape, add Line2D.groupConnectedLines [`4ef8c2f`](https://github.com/Immugio/three-math-extensions/commit/4ef8c2fe83fdc71dd87fee4cbc478ddf0a086442)
|
|
@@ -48,7 +49,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
48
49
|
- Documentation update [`d5c7a07`](https://github.com/Immugio/three-math-extensions/commit/d5c7a0765f6097f5d3a3be01967d4059f19682fb)
|
|
49
50
|
- Excluded files from build [`ec70614`](https://github.com/Immugio/three-math-extensions/commit/ec70614bc7df7a98f854c7a6693365118e04faf7)
|
|
50
51
|
|
|
51
|
-
## [16.15.10](https://github.com/Immugio/three-math-extensions/compare/0.2.
|
|
52
|
+
## [16.15.10](https://github.com/Immugio/three-math-extensions/compare/0.2.16...16.15.10) - 2023-01-02
|
|
53
|
+
|
|
54
|
+
## [0.2.16](https://github.com/Immugio/three-math-extensions/compare/0.2.15...0.2.16) - 2023-11-21
|
|
55
|
+
|
|
56
|
+
### Commits
|
|
57
|
+
|
|
58
|
+
- Add functionality for incrementing x, y, z coordinates [`b292dcc`](https://github.com/Immugio/three-math-extensions/commit/b292dcc4e8f7f0f2a63e1810c482d96ca6bebebe)
|
|
59
|
+
- Use double quotes [`c1f19db`](https://github.com/Immugio/three-math-extensions/commit/c1f19db2d0886a6ff5555bdbf353dfca20a70f0a)
|
|
52
60
|
|
|
53
61
|
## [0.2.15](https://github.com/Immugio/three-math-extensions/compare/0.2.14...0.2.15) - 2023-10-12
|
|
54
62
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@immugio/three-math-extensions",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.17",
|
|
4
4
|
"description": "Set of utilities for 2d and 3d line math built on top of three.js",
|
|
5
5
|
"author": "Jan Mikeska <janmikeska@gmail.com>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -33,21 +33,21 @@
|
|
|
33
33
|
"postversion": "git push && git push --tags"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@types/jest": "^29.5.
|
|
37
|
-
"@types/offscreencanvas": "2019.7.
|
|
38
|
-
"@types/three": "0.
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
36
|
+
"@types/jest": "^29.5.11",
|
|
37
|
+
"@types/offscreencanvas": "2019.7.3",
|
|
38
|
+
"@types/three": "0.160.0",
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
40
40
|
"auto-changelog": "^2.4.0",
|
|
41
41
|
"jest": "^29.7.0",
|
|
42
42
|
"rimraf": "^5.0.5",
|
|
43
43
|
"ts-jest": "^29.1.1",
|
|
44
|
-
"typedoc": "^0.25.
|
|
45
|
-
"typedoc-plugin-markdown": "^3.
|
|
46
|
-
"typescript": "5.
|
|
47
|
-
"eslint": "^8.
|
|
44
|
+
"typedoc": "^0.25.4",
|
|
45
|
+
"typedoc-plugin-markdown": "^3.17.1",
|
|
46
|
+
"typescript": "5.3.3",
|
|
47
|
+
"eslint": "^8.56.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"three": "0.
|
|
50
|
+
"three": "0.160.0"
|
|
51
51
|
},
|
|
52
52
|
"repository": {
|
|
53
53
|
"type": "git",
|