@thi.ng/matrices 2.4.28 → 2.4.30
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 +3 -160
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2025-01-
|
|
3
|
+
- **Last updated**: 2025-01-23T13:39:11Z
|
|
4
4
|
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
|
|
5
5
|
|
|
6
6
|
All notable changes to this project will be documented in this file.
|
|
7
|
+
Only versions published since **2022-01-01** are listed here.
|
|
8
|
+
Please consult the Git history for older version information.
|
|
7
9
|
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
|
|
8
10
|
|
|
9
11
|
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
|
|
@@ -55,162 +57,3 @@ and/or version bumps of transitive dependencies.
|
|
|
55
57
|
#### ⏱ Performance improvements
|
|
56
58
|
|
|
57
59
|
- update vector fns ([39565cb](https://github.com/thi-ng/umbrella/commit/39565cb))
|
|
58
|
-
|
|
59
|
-
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@2.1.0) (2021-11-17)
|
|
60
|
-
|
|
61
|
-
#### 🚀 Features
|
|
62
|
-
|
|
63
|
-
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
64
|
-
Improving the overall build ergonomics
|
|
65
|
-
- introduced a tools workspaces
|
|
66
|
-
- imported it in all needed packages/examples
|
|
67
|
-
- inclusive project root
|
|
68
|
-
|
|
69
|
-
#### ♻️ Refactoring
|
|
70
|
-
|
|
71
|
-
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
|
|
72
|
-
this commit reverts (partly) changes made in:
|
|
73
|
-
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
|
|
74
|
-
overall purpose is better testament ergonomics:
|
|
75
|
-
instead of having to pass NODE_OPTIONS with every invocation
|
|
76
|
-
having a binary to handle this for us.
|
|
77
|
-
|
|
78
|
-
### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@2.0.1) (2021-10-13)
|
|
79
|
-
|
|
80
|
-
#### ♻️ Refactoring
|
|
81
|
-
|
|
82
|
-
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
83
|
-
- add .js suffix for all relative imports
|
|
84
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
85
|
-
|
|
86
|
-
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@2.0.0) (2021-10-12)
|
|
87
|
-
|
|
88
|
-
#### 🛑 Breaking changes
|
|
89
|
-
|
|
90
|
-
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
91
|
-
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
92
|
-
- only ESM modules will be published from now on
|
|
93
|
-
- CJS obsolete due to ESM support in recent versions of node:
|
|
94
|
-
- i.e. launch NodeJS via:
|
|
95
|
-
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
96
|
-
- in the node REPL use `await import(...)` instead of `require()`
|
|
97
|
-
- UMD obsolete due to widespread browser support for ESM
|
|
98
|
-
Also:
|
|
99
|
-
- normalize/restructure/reorg all package.json files
|
|
100
|
-
- cleanup all build scripts, remove obsolete
|
|
101
|
-
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
102
|
-
|
|
103
|
-
#### ♻️ Refactoring
|
|
104
|
-
|
|
105
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
106
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
107
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
108
|
-
- internal restructure/imports ([766afe9](https://github.com/thi-ng/umbrella/commit/766afe9))
|
|
109
|
-
|
|
110
|
-
### [0.6.58](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.6.58) (2021-04-24)
|
|
111
|
-
|
|
112
|
-
#### ♻️ Refactoring
|
|
113
|
-
|
|
114
|
-
- simplify mat44n() ([60b9e7e](https://github.com/thi-ng/umbrella/commit/60b9e7e))
|
|
115
|
-
|
|
116
|
-
### [0.6.37](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.6.37) (2020-12-07)
|
|
117
|
-
|
|
118
|
-
#### ♻️ Refactoring
|
|
119
|
-
|
|
120
|
-
- update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
|
|
121
|
-
|
|
122
|
-
### [0.6.33](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.6.33) (2020-09-22)
|
|
123
|
-
|
|
124
|
-
#### ♻️ Refactoring
|
|
125
|
-
|
|
126
|
-
- add/update types, minor refactor ([096b7c7](https://github.com/thi-ng/umbrella/commit/096b7c7))
|
|
127
|
-
|
|
128
|
-
### [0.6.32](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.6.32) (2020-09-13)
|
|
129
|
-
|
|
130
|
-
#### ♻️ Refactoring
|
|
131
|
-
|
|
132
|
-
- update imports ([4bc3c6d](https://github.com/thi-ng/umbrella/commit/4bc3c6d))
|
|
133
|
-
|
|
134
|
-
## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.6.0) (2020-02-25)
|
|
135
|
-
|
|
136
|
-
#### 🚀 Features
|
|
137
|
-
|
|
138
|
-
- add project3(), refactor unproject(), mulV344() ([61c36fc](https://github.com/thi-ng/umbrella/commit/61c36fc))
|
|
139
|
-
|
|
140
|
-
#### 🩹 Bug fixes
|
|
141
|
-
|
|
142
|
-
- ([#205](https://github.com/thi-ng/umbrella/issues/205)) fix `w` calc in mulV344() ([46c1061](https://github.com/thi-ng/umbrella/commit/46c1061))
|
|
143
|
-
|
|
144
|
-
#### ♻️ Refactoring
|
|
145
|
-
|
|
146
|
-
- update imports, internal restruct ([5a8fba7](https://github.com/thi-ng/umbrella/commit/5a8fba7))
|
|
147
|
-
|
|
148
|
-
### [0.5.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.5.3) (2019-07-31)
|
|
149
|
-
|
|
150
|
-
#### ♻️ Refactoring
|
|
151
|
-
|
|
152
|
-
- update mat23to44, mat33to44 ([7dac1e6](https://github.com/thi-ng/umbrella/commit/7dac1e6))
|
|
153
|
-
|
|
154
|
-
### [0.5.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.5.1) (2019-07-08)
|
|
155
|
-
|
|
156
|
-
#### 🩹 Bug fixes
|
|
157
|
-
|
|
158
|
-
- mixQ result handling ([cc9ab35](https://github.com/thi-ng/umbrella/commit/cc9ab35))
|
|
159
|
-
|
|
160
|
-
## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.5.0) (2019-07-07)
|
|
161
|
-
|
|
162
|
-
#### 🚀 Features
|
|
163
|
-
|
|
164
|
-
- enable TS strict compiler flags (refactor) ([7b1c81a](https://github.com/thi-ng/umbrella/commit/7b1c81a))
|
|
165
|
-
- add matXXn & matXXv fns ([7a2ef82](https://github.com/thi-ng/umbrella/commit/7a2ef82))
|
|
166
|
-
- add matXXn, matXXv, mulXXvm fns ([9359bbc](https://github.com/thi-ng/umbrella/commit/9359bbc))
|
|
167
|
-
|
|
168
|
-
#### 🩹 Bug fixes
|
|
169
|
-
|
|
170
|
-
- update maddN call sites ([#95](https://github.com/thi-ng/umbrella/issues/95)) ([4a985c5](https://github.com/thi-ng/umbrella/commit/4a985c5))
|
|
171
|
-
|
|
172
|
-
#### ♻️ Refactoring
|
|
173
|
-
|
|
174
|
-
- address TS strictNullChecks flag ([7ee8361](https://github.com/thi-ng/umbrella/commit/7ee8361))
|
|
175
|
-
- update various fns to unify api (1st arg can be null)
|
|
176
|
-
- add explicit types to workaround typedoc bug ([099a651](https://github.com/thi-ng/umbrella/commit/099a651))
|
|
177
|
-
|
|
178
|
-
## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.4.0) (2019-05-22)
|
|
179
|
-
|
|
180
|
-
#### 🚀 Features
|
|
181
|
-
|
|
182
|
-
- add outerProduct for vec 2/3/4 ([2a9d076](https://github.com/thi-ng/umbrella/commit/2a9d076))
|
|
183
|
-
|
|
184
|
-
### [0.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.3.1) (2019-04-09)
|
|
185
|
-
|
|
186
|
-
#### 🚀 Features
|
|
187
|
-
|
|
188
|
-
- rename normal44 => normal33, add new normal44 (w/ M44 result) ([d54f746](https://github.com/thi-ng/umbrella/commit/d54f746))
|
|
189
|
-
|
|
190
|
-
## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.3.0) (2019-04-07)
|
|
191
|
-
|
|
192
|
-
#### 🚀 Features
|
|
193
|
-
|
|
194
|
-
- add transform23/44 fns ([dab6839](https://github.com/thi-ng/umbrella/commit/dab6839))
|
|
195
|
-
|
|
196
|
-
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.2.0) (2019-04-02)
|
|
197
|
-
|
|
198
|
-
#### 🚀 Features
|
|
199
|
-
|
|
200
|
-
- add MatXXLike type aliases ([a2ace9f](https://github.com/thi-ng/umbrella/commit/a2ace9f))
|
|
201
|
-
|
|
202
|
-
### [0.1.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.1.6) (2019-02-19)
|
|
203
|
-
|
|
204
|
-
#### 🩹 Bug fixes
|
|
205
|
-
|
|
206
|
-
- Fix identity44 dispatch ([6812b2b](https://github.com/thi-ng/umbrella/commit/6812b2b))
|
|
207
|
-
|
|
208
|
-
#### ♻️ Refactoring
|
|
209
|
-
|
|
210
|
-
- freeze IDENT* consts ([3591899](https://github.com/thi-ng/umbrella/commit/3591899))
|
|
211
|
-
|
|
212
|
-
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/matrices@0.1.0) (2019-01-21)
|
|
213
|
-
|
|
214
|
-
#### 🚀 Features
|
|
215
|
-
|
|
216
|
-
- add m22 & m23 matrix converters ([2aceab9](https://github.com/thi-ng/umbrella/commit/2aceab9))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/matrices",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.30",
|
|
4
4
|
"description": "Matrix & quaternion operations for 2D/3D geometry processing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,16 +40,15 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/checks": "^3.6.
|
|
45
|
-
"@thi.ng/math": "^5.11.
|
|
46
|
-
"@thi.ng/vectors": "^7.12.
|
|
43
|
+
"@thi.ng/api": "^8.11.18",
|
|
44
|
+
"@thi.ng/checks": "^3.6.21",
|
|
45
|
+
"@thi.ng/math": "^5.11.18",
|
|
46
|
+
"@thi.ng/vectors": "^7.12.18"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@microsoft/api-extractor": "^7.48.1",
|
|
50
49
|
"esbuild": "^0.24.2",
|
|
51
50
|
"typedoc": "^0.27.6",
|
|
52
|
-
"typescript": "^5.7.
|
|
51
|
+
"typescript": "^5.7.3"
|
|
53
52
|
},
|
|
54
53
|
"keywords": [
|
|
55
54
|
"2d",
|
|
@@ -279,5 +278,5 @@
|
|
|
279
278
|
],
|
|
280
279
|
"year": 2018
|
|
281
280
|
},
|
|
282
|
-
"gitHead": "
|
|
281
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
283
282
|
}
|