@thi.ng/hiccup-canvas 3.1.34 → 3.1.35
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 -92
- package/package.json +10 -11
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
|
|
@@ -129,94 +131,3 @@ and/or version bumps of transitive dependencies.
|
|
|
129
131
|
#### ♻️ Refactoring
|
|
130
132
|
|
|
131
133
|
- replace deprecated .substr() w/ .substring() ([0710509](https://github.com/thi-ng/umbrella/commit/0710509))
|
|
132
|
-
|
|
133
|
-
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@2.1.0) (2021-11-17)
|
|
134
|
-
|
|
135
|
-
#### 🚀 Features
|
|
136
|
-
|
|
137
|
-
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
138
|
-
Improving the overall build ergonomics
|
|
139
|
-
- introduced a tools workspaces
|
|
140
|
-
- imported it in all needed packages/examples
|
|
141
|
-
- inclusive project root
|
|
142
|
-
|
|
143
|
-
#### ♻️ Refactoring
|
|
144
|
-
|
|
145
|
-
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
|
|
146
|
-
this commit reverts (partly) changes made in:
|
|
147
|
-
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
|
|
148
|
-
overall purpose is better testament ergonomics:
|
|
149
|
-
instead of having to pass NODE_OPTIONS with every invocation
|
|
150
|
-
having a binary to handle this for us.
|
|
151
|
-
|
|
152
|
-
### [2.0.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@2.0.10) (2021-11-10)
|
|
153
|
-
|
|
154
|
-
#### ♻️ Refactoring
|
|
155
|
-
|
|
156
|
-
- update all countdown loops ([a5f374b](https://github.com/thi-ng/umbrella/commit/a5f374b))
|
|
157
|
-
|
|
158
|
-
### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@2.0.1) (2021-10-13)
|
|
159
|
-
|
|
160
|
-
#### ♻️ Refactoring
|
|
161
|
-
|
|
162
|
-
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
163
|
-
- add .js suffix for all relative imports
|
|
164
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
165
|
-
|
|
166
|
-
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@2.0.0) (2021-10-12)
|
|
167
|
-
|
|
168
|
-
#### 🛑 Breaking changes
|
|
169
|
-
|
|
170
|
-
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
171
|
-
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
172
|
-
- only ESM modules will be published from now on
|
|
173
|
-
- CJS obsolete due to ESM support in recent versions of node:
|
|
174
|
-
- i.e. launch NodeJS via:
|
|
175
|
-
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
176
|
-
- in the node REPL use `await import(...)` instead of `require()`
|
|
177
|
-
- UMD obsolete due to widespread browser support for ESM
|
|
178
|
-
Also:
|
|
179
|
-
- normalize/restructure/reorg all package.json files
|
|
180
|
-
- cleanup all build scripts, remove obsolete
|
|
181
|
-
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
182
|
-
|
|
183
|
-
#### ♻️ Refactoring
|
|
184
|
-
|
|
185
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
186
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
187
|
-
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
188
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
189
|
-
- minor pkg restructure ([459596c](https://github.com/thi-ng/umbrella/commit/459596c))
|
|
190
|
-
- rename internals ([043e3eb](https://github.com/thi-ng/umbrella/commit/043e3eb))
|
|
191
|
-
|
|
192
|
-
## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@1.2.0) (2021-04-03)
|
|
193
|
-
|
|
194
|
-
#### 🚀 Features
|
|
195
|
-
|
|
196
|
-
- add IToImageData support ([7cc4709](https://github.com/thi-ng/umbrella/commit/7cc4709))
|
|
197
|
-
- update image() to accept ImageData & IToImageData
|
|
198
|
-
- add [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/main/packages/pixel) as dev dependency
|
|
199
|
-
|
|
200
|
-
### [1.1.21](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@1.1.21) (2021-02-20)
|
|
201
|
-
|
|
202
|
-
#### ♻️ Refactoring
|
|
203
|
-
|
|
204
|
-
- update resolveColor() ([66e9a40](https://github.com/thi-ng/umbrella/commit/66e9a40))
|
|
205
|
-
- update color attrib resolution/conversion ([a9ca280](https://github.com/thi-ng/umbrella/commit/a9ca280))
|
|
206
|
-
|
|
207
|
-
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@1.1.0) (2020-07-17)
|
|
208
|
-
|
|
209
|
-
#### 🚀 Features
|
|
210
|
-
|
|
211
|
-
- add lines() ([817b54d](https://github.com/thi-ng/umbrella/commit/817b54d))
|
|
212
|
-
|
|
213
|
-
# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@1.0.0) (2020-06-05)
|
|
214
|
-
|
|
215
|
-
#### 🛑 Breaking changes
|
|
216
|
-
|
|
217
|
-
- extract as new package ([4b3c516](https://github.com/thi-ng/umbrella/commit/4b3c516))
|
|
218
|
-
- BREAKING CHANGE: extract as new package from former [@thi.ng/hdom-canvas](https://github.com/thi-ng/umbrella/tree/main/packages/hdom-canvas)
|
|
219
|
-
|
|
220
|
-
#### 🚀 Features
|
|
221
|
-
|
|
222
|
-
- add IToHiccup support in draw ([a59bb09](https://github.com/thi-ng/umbrella/commit/a59bb09))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hiccup-canvas",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.35",
|
|
4
4
|
"description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,19 +40,18 @@
|
|
|
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/color": "^5.7.
|
|
46
|
-
"@thi.ng/geom-arc": "^2.1.
|
|
47
|
-
"@thi.ng/math": "^5.11.
|
|
48
|
-
"@thi.ng/pixel": "^7.3.
|
|
49
|
-
"@thi.ng/vectors": "^7.12.
|
|
43
|
+
"@thi.ng/api": "^8.11.18",
|
|
44
|
+
"@thi.ng/checks": "^3.6.21",
|
|
45
|
+
"@thi.ng/color": "^5.7.21",
|
|
46
|
+
"@thi.ng/geom-arc": "^2.1.163",
|
|
47
|
+
"@thi.ng/math": "^5.11.18",
|
|
48
|
+
"@thi.ng/pixel": "^7.3.14",
|
|
49
|
+
"@thi.ng/vectors": "^7.12.18"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@microsoft/api-extractor": "^7.48.1",
|
|
53
52
|
"esbuild": "^0.24.2",
|
|
54
53
|
"typedoc": "^0.27.6",
|
|
55
|
-
"typescript": "^5.7.
|
|
54
|
+
"typescript": "^5.7.3"
|
|
56
55
|
},
|
|
57
56
|
"keywords": [
|
|
58
57
|
"2d",
|
|
@@ -138,5 +137,5 @@
|
|
|
138
137
|
],
|
|
139
138
|
"year": 2018
|
|
140
139
|
},
|
|
141
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
142
141
|
}
|