@thi.ng/geom-subdiv-curve 3.0.28 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -86
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-04T21:07:38Z
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
@@ -50,88 +52,3 @@ and/or version bumps of transitive dependencies.
50
52
  #### ♻️ Refactoring
51
53
 
52
54
  - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
53
-
54
- ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-subdiv-curve@2.1.0) (2021-11-17)
55
-
56
- #### 🚀 Features
57
-
58
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
59
- Improving the overall build ergonomics
60
- - introduced a tools workspaces
61
- - imported it in all needed packages/examples
62
- - inclusive project root
63
-
64
- #### ♻️ Refactoring
65
-
66
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
67
- this commit reverts (partly) changes made in:
68
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
69
- overall purpose is better testament ergonomics:
70
- instead of having to pass NODE_OPTIONS with every invocation
71
- having a binary to handle this for us.
72
-
73
- ### [2.0.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-subdiv-curve@2.0.9) (2021-11-10)
74
-
75
- #### ♻️ Refactoring
76
-
77
- - update all countdown loops ([a5f374b](https://github.com/thi-ng/umbrella/commit/a5f374b))
78
-
79
- ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-subdiv-curve@2.0.1) (2021-10-13)
80
-
81
- #### ♻️ Refactoring
82
-
83
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
84
- - add .js suffix for all relative imports
85
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
86
-
87
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-subdiv-curve@2.0.0) (2021-10-12)
88
-
89
- #### 🛑 Breaking changes
90
-
91
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
92
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
93
- - only ESM modules will be published from now on
94
- - CJS obsolete due to ESM support in recent versions of node:
95
- - i.e. launch NodeJS via:
96
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
97
- - in the node REPL use `await import(...)` instead of `require()`
98
- - UMD obsolete due to widespread browser support for ESM
99
- Also:
100
- - normalize/restructure/reorg all package.json files
101
- - cleanup all build scripts, remove obsolete
102
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
103
-
104
- #### ♻️ Refactoring
105
-
106
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
107
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
108
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
109
- - update imports ([a647d4d](https://github.com/thi-ng/umbrella/commit/a647d4d))
110
- - update imports (transducers) ([25b674f](https://github.com/thi-ng/umbrella/commit/25b674f))
111
-
112
- ### [0.1.67](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-subdiv-curve@0.1.67) (2020-12-07)
113
-
114
- #### ♻️ Refactoring
115
-
116
- - update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
117
- - update type-only imports in remaining pkgs ([b22aa30](https://github.com/thi-ng/umbrella/commit/b22aa30))
118
-
119
- ### [0.1.63](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-subdiv-curve@0.1.63) (2020-09-22)
120
-
121
- #### ♻️ Refactoring
122
-
123
- - update MID_OPEN, THIRDS_OPEN ([933920d](https://github.com/thi-ng/umbrella/commit/933920d))
124
- - update subdivide() ([be79f2e](https://github.com/thi-ng/umbrella/commit/be79f2e))
125
- - use mapcatIndexed() to simplify composed xform
126
-
127
- ### [0.1.30](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-subdiv-curve@0.1.30) (2020-02-25)
128
-
129
- #### ♻️ Refactoring
130
-
131
- - update imports ([ccc39e1](https://github.com/thi-ng/umbrella/commit/ccc39e1))
132
-
133
- ### [0.1.26](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-subdiv-curve@0.1.26) (2019-11-09)
134
-
135
- #### ♻️ Refactoring
136
-
137
- - update wrapSides/tween call sites in various pkgs ([ee8200c](https://github.com/thi-ng/umbrella/commit/ee8200c))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-subdiv-curve",
3
- "version": "3.0.28",
3
+ "version": "3.0.30",
4
4
  "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -41,14 +41,13 @@
41
41
  "tool:viz": "bun tools/visualize.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@thi.ng/transducers": "^9.2.14",
45
- "@thi.ng/vectors": "^7.12.16"
44
+ "@thi.ng/transducers": "^9.2.16",
45
+ "@thi.ng/vectors": "^7.12.18"
46
46
  },
47
47
  "devDependencies": {
48
- "@microsoft/api-extractor": "^7.48.1",
49
48
  "esbuild": "^0.24.2",
50
49
  "typedoc": "^0.27.6",
51
- "typescript": "^5.7.2"
50
+ "typescript": "^5.7.3"
52
51
  },
53
52
  "keywords": [
54
53
  "2d",
@@ -94,5 +93,5 @@
94
93
  "geom-splines"
95
94
  ]
96
95
  },
97
- "gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\n"
96
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
98
97
  }