@thi.ng/scenegraph 1.0.74 → 1.0.75

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -101
  2. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
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
@@ -35,103 +37,3 @@ and/or version bumps of transitive dependencies.
35
37
  #### 🚀 Features
36
38
 
37
39
  - add ANode.mapLocalPointToGlobal(), update 2D/3D impls ([b1d30ef](https://github.com/thi-ng/umbrella/commit/b1d30ef))
38
-
39
- ## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@0.5.0) (2021-11-17)
40
-
41
- #### 🚀 Features
42
-
43
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
44
- Improving the overall build ergonomics
45
- - introduced a tools workspaces
46
- - imported it in all needed packages/examples
47
- - inclusive project root
48
-
49
- #### ♻️ Refactoring
50
-
51
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
52
- this commit reverts (partly) changes made in:
53
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
54
- overall purpose is better testament ergonomics:
55
- instead of having to pass NODE_OPTIONS with every invocation
56
- having a binary to handle this for us.
57
-
58
- ### [0.4.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@0.4.9) (2021-11-10)
59
-
60
- #### ♻️ Refactoring
61
-
62
- - update all countdown loops ([a5f374b](https://github.com/thi-ng/umbrella/commit/a5f374b))
63
-
64
- ### [0.4.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@0.4.1) (2021-10-13)
65
-
66
- #### ♻️ Refactoring
67
-
68
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
69
- - add .js suffix for all relative imports
70
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
71
-
72
- ## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@0.4.0) (2021-10-12)
73
-
74
- #### 🛑 Breaking changes
75
-
76
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
77
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
78
- - only ESM modules will be published from now on
79
- - CJS obsolete due to ESM support in recent versions of node:
80
- - i.e. launch NodeJS via:
81
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
82
- - in the node REPL use `await import(...)` instead of `require()`
83
- - UMD obsolete due to widespread browser support for ESM
84
- Also:
85
- - normalize/restructure/reorg all package.json files
86
- - cleanup all build scripts, remove obsolete
87
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
88
-
89
- #### ♻️ Refactoring
90
-
91
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
92
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
93
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
94
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
95
- - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
96
- - largely related to recent updates/restructuring of these packages:
97
- - api
98
- - defmulti
99
- - errors
100
- - logger
101
-
102
- ### [0.3.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@0.3.11) (2020-12-07)
103
-
104
- #### ♻️ Refactoring
105
-
106
- - update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
107
- - update type-only imports ([3b2eb85](https://github.com/thi-ng/umbrella/commit/3b2eb85))
108
-
109
- ### [0.3.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@0.3.7) (2020-09-22)
110
-
111
- #### ♻️ Refactoring
112
-
113
- - update toHiccup() impls ([1bdc0f1](https://github.com/thi-ng/umbrella/commit/1bdc0f1))
114
-
115
- ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@0.3.0) (2020-07-28)
116
-
117
- #### 🚀 Features
118
-
119
- - add ICopy impls for Node2/3 ([fd6ffdb](https://github.com/thi-ng/umbrella/commit/fd6ffdb))
120
-
121
- ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@0.2.0) (2020-07-17)
122
-
123
- #### 🚀 Features
124
-
125
- - update `.toHiccuo()` impls, update .scale type ([2f0a3cc](https://github.com/thi-ng/umbrella/commit/2f0a3cc))
126
- - add support for opt ctx arg
127
- - if body is fn, call fn w/ ctx
128
- - update `scale` type to `Vec | number` (to simplify uniform scaling)
129
- - add/update doc strings
130
-
131
- ### [0.1.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@0.1.3) (2020-02-25)
132
-
133
- #### ♻️ Refactoring
134
-
135
- - update mapGlobal/LocalPoint return types ([0275af0](https://github.com/thi-ng/umbrella/commit/0275af0))
136
- - allow potentially `undefined` results (e.g. if uninvertible matrix)
137
- - update imports ([0acdfc3](https://github.com/thi-ng/umbrella/commit/0acdfc3))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/scenegraph",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,17 +40,16 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.17",
44
- "@thi.ng/checks": "^3.6.20",
45
- "@thi.ng/errors": "^2.5.23",
46
- "@thi.ng/matrices": "^2.4.29",
47
- "@thi.ng/vectors": "^7.12.17"
43
+ "@thi.ng/api": "^8.11.18",
44
+ "@thi.ng/checks": "^3.6.21",
45
+ "@thi.ng/errors": "^2.5.24",
46
+ "@thi.ng/matrices": "^2.4.30",
47
+ "@thi.ng/vectors": "^7.12.18"
48
48
  },
49
49
  "devDependencies": {
50
- "@microsoft/api-extractor": "^7.48.1",
51
50
  "esbuild": "^0.24.2",
52
51
  "typedoc": "^0.27.6",
53
- "typescript": "^5.7.2"
52
+ "typescript": "^5.7.3"
54
53
  },
55
54
  "keywords": [
56
55
  "2d",
@@ -103,5 +102,5 @@
103
102
  ],
104
103
  "status": "alpha"
105
104
  },
106
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
105
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
107
106
  }