@thi.ng/geom-tessellate 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 -90
  2. package/package.json +12 -13
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
@@ -60,92 +62,3 @@ and/or version bumps of transitive dependencies.
60
62
  #### ♻️ Refactoring
61
63
 
62
64
  - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
63
-
64
- ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-tessellate@2.1.0) (2021-11-17)
65
-
66
- #### 🚀 Features
67
-
68
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
69
- Improving the overall build ergonomics
70
- - introduced a tools workspaces
71
- - imported it in all needed packages/examples
72
- - inclusive project root
73
-
74
- #### ♻️ Refactoring
75
-
76
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
77
- this commit reverts (partly) changes made in:
78
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
79
- overall purpose is better testament ergonomics:
80
- instead of having to pass NODE_OPTIONS with every invocation
81
- having a binary to handle this for us.
82
-
83
- ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-tessellate@2.0.1) (2021-10-13)
84
-
85
- #### ♻️ Refactoring
86
-
87
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
88
- - add .js suffix for all relative imports
89
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
90
-
91
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-tessellate@2.0.0) (2021-10-12)
92
-
93
- #### 🛑 Breaking changes
94
-
95
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
96
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
97
- - only ESM modules will be published from now on
98
- - CJS obsolete due to ESM support in recent versions of node:
99
- - i.e. launch NodeJS via:
100
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
101
- - in the node REPL use `await import(...)` instead of `require()`
102
- - UMD obsolete due to widespread browser support for ESM
103
- Also:
104
- - normalize/restructure/reorg all package.json files
105
- - cleanup all build scripts, remove obsolete
106
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
107
-
108
- #### ♻️ Refactoring
109
-
110
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
111
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
112
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
113
- - update imports ([69abd58](https://github.com/thi-ng/umbrella/commit/69abd58))
114
- - update imports (transducers) ([25b674f](https://github.com/thi-ng/umbrella/commit/25b674f))
115
-
116
- ### [0.2.51](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-tessellate@0.2.51) (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
- - update type-only imports ([dc88789](https://github.com/thi-ng/umbrella/commit/dc88789))
122
-
123
- ### [0.2.13](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-tessellate@0.2.13) (2020-02-25)
124
-
125
- #### ♻️ Refactoring
126
-
127
- - update imports ([6c5ea57](https://github.com/thi-ng/umbrella/commit/6c5ea57))
128
-
129
- ### [0.2.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-tessellate@0.2.9) (2019-11-09)
130
-
131
- #### ♻️ Refactoring
132
-
133
- - update wrapSides/tween call sites in various pkgs ([ee8200c](https://github.com/thi-ng/umbrella/commit/ee8200c))
134
-
135
- ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-tessellate@0.2.0) (2019-07-07)
136
-
137
- #### 🚀 Features
138
-
139
- - enable TS strict compiler flags (refactor) ([8d610c3](https://github.com/thi-ng/umbrella/commit/8d610c3))
140
-
141
- ### [0.1.12](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-tessellate@0.1.12) (2019-04-02)
142
-
143
- #### 🩹 Bug fixes
144
-
145
- - TS3.4 type inference ([800c1c7](https://github.com/thi-ng/umbrella/commit/800c1c7))
146
-
147
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-tessellate@0.1.0) (2019-02-05)
148
-
149
- #### ♻️ Refactoring
150
-
151
- - update imports (zip) ([7f4e398](https://github.com/thi-ng/umbrella/commit/7f4e398))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-tessellate",
3
- "version": "3.0.28",
3
+ "version": "3.0.30",
4
4
  "description": "2D/3D convex polygon tessellators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -41,21 +41,20 @@
41
41
  "tool:viz": "bun tools/visualize.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@thi.ng/api": "^8.11.16",
45
- "@thi.ng/checks": "^3.6.19",
46
- "@thi.ng/geom-accel": "^4.1.21",
47
- "@thi.ng/geom-isec": "^4.0.28",
48
- "@thi.ng/geom-poly-utils": "^3.0.28",
49
- "@thi.ng/math": "^5.11.16",
50
- "@thi.ng/morton": "^3.1.103",
51
- "@thi.ng/transducers": "^9.2.14",
52
- "@thi.ng/vectors": "^7.12.16"
44
+ "@thi.ng/api": "^8.11.18",
45
+ "@thi.ng/checks": "^3.6.21",
46
+ "@thi.ng/geom-accel": "^4.1.23",
47
+ "@thi.ng/geom-isec": "^4.0.30",
48
+ "@thi.ng/geom-poly-utils": "^3.0.30",
49
+ "@thi.ng/math": "^5.11.18",
50
+ "@thi.ng/morton": "^3.1.105",
51
+ "@thi.ng/transducers": "^9.2.16",
52
+ "@thi.ng/vectors": "^7.12.18"
53
53
  },
54
54
  "devDependencies": {
55
- "@microsoft/api-extractor": "^7.48.1",
56
55
  "esbuild": "^0.24.2",
57
56
  "typedoc": "^0.27.6",
58
- "typescript": "^5.7.2"
57
+ "typescript": "^5.7.3"
59
58
  },
60
59
  "keywords": [
61
60
  "2d",
@@ -124,5 +123,5 @@
124
123
  "parent": "@thi.ng/geom",
125
124
  "year": 2013
126
125
  },
127
- "gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\n"
126
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
128
127
  }