Skip to content

Commit 8ddf86e

Browse files
Publish
1 parent 82a48e0 commit 8ddf86e

File tree

429 files changed

+5688
-4580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

429 files changed

+5688
-4580
lines changed

packages/adjacency/CHANGELOG.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2026-03-07T10:29:01Z
3+
- **Last updated**: 2026-04-02T10:52:05Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.
@@ -11,44 +11,62 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
1111
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
1212
and/or version bumps of transitive dependencies.
1313

14-
### [3.0.64](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@3.0.64) (2025-12-03)
14+
### [3.0.64](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@3.0.64/packages/adjacency) (2025-12-03)
1515

1616
#### ♻️ Refactoring
1717

1818
- update for-loops (use const where possible) ([5ceaf1a](https://codeberg.org/thi.ng/umbrella/commit/5ceaf1a))
1919

20-
# [3.0.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@3.0.0) (2024-07-22)
20+
# [3.0.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@3.0.0/packages/adjacency) (2024-07-22)
2121

2222
#### 🛑 Breaking changes
2323

24-
- migrate/remove DisjointSet ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([c4a9798](https://codeberg.org/thi.ng/umbrella/commit/c4a9798))
24+
- migrate/remove DisjointSet ([#486](https://codeberg.org/thi.ng/umbrella/issues/486)) ([c4a9798](https://codeberg.org/thi.ng/umbrella/commit/c4a9798))
2525
- BREAKING CHANGE: migrate DisjointSet to [@thi.ng/disjoint-set](https://codeberg.org/thi.ng/umbrella/src/branch/main/packages/disjoint-set) pkg
2626
- remove obsolete files
2727
- update pkg
2828

29-
### [2.5.48](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@2.5.48) (2024-04-20)
29+
### [2.5.48](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@2.5.48/packages/adjacency) (2024-04-20)
3030

3131
#### ♻️ Refactoring
3232

3333
- update type usage ([c7376f3](https://codeberg.org/thi.ng/umbrella/commit/c7376f3))
3434

35-
## [2.5.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@2.5.0) (2023-10-19)
35+
### [2.5.40](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@2.5.40/packages/adjacency) (2024-03-18)
36+
37+
#### 🧪 Tests
38+
39+
- minor update tests in various pkgs (regexp, annotations) ([b731a57](https://codeberg.org/thi.ng/umbrella/commit/b731a57))
40+
41+
### [2.5.7](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@2.5.7/packages/adjacency) (2023-11-09)
42+
43+
#### 🧪 Tests
44+
45+
- update/refactor tests to use bun test runner ([8f6edb1](https://codeberg.org/thi.ng/umbrella/commit/8f6edb1))
46+
47+
## [2.5.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@2.5.0/packages/adjacency) (2023-10-19)
3648

3749
#### 🚀 Features
3850

39-
- explicit version bump for @firfi's recent additions ([#400](https://github.com/thi-ng/umbrella/issues/400)) ([0d00025](https://codeberg.org/thi.ng/umbrella/commit/0d00025))
51+
- explicit version bump for @firfi's recent additions ([#400](https://codeberg.org/thi.ng/umbrella/issues/400)) ([0d00025](https://codeberg.org/thi.ng/umbrella/commit/0d00025))
4052
- see: [2fd123d741586fe29a8cc63b7aa30f3ea9d35ab2](https://codeberg.org/thi.ng/umbrella/commit/2fd123d741586fe29a8cc63b7aa30f3ea9d35ab2)
4153
- update readme with API examples
4254

4355
#### 🩹 Bug fixes
4456

4557
- fix AdjacencyBitMatrix.numVertices() ([bd034ab](https://codeberg.org/thi.ng/umbrella/commit/bd034ab))
4658

47-
## [2.4.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@2.4.0) (2023-10-18)
59+
## [2.4.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@2.4.0/packages/adjacency) (2023-10-18)
4860

4961
#### 🚀 Features
5062

5163
- add AdjacencyBitMatrix.similarity(), other updates ([259b507](https://codeberg.org/thi.ng/umbrella/commit/259b507))
5264
- add AdjacencyBitMatrix.similarity() to select related nodes (based on shared connections)
5365
- simplify AdjacencyBitMatrix.neighbors()
5466
- fix iteration bug in AdjacencyBitMatrix.edges()
67+
68+
### [2.3.13](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/adjacency@2.3.13/packages/adjacency) (2023-03-27)
69+
70+
#### 🧪 Tests
71+
72+
- update all tests (mainly imports) ([63a85f9](https://codeberg.org/thi.ng/umbrella/commit/63a85f9))

packages/adjacency/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/adjacency",
3-
"version": "3.0.77",
3+
"version": "3.0.78",
44
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
55
"type": "module",
66
"module": "./index.js",
@@ -43,16 +43,16 @@
4343
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4444
},
4545
"dependencies": {
46-
"@thi.ng/api": "^8.12.17",
47-
"@thi.ng/arrays": "^2.14.13",
48-
"@thi.ng/bitfield": "^2.4.32",
49-
"@thi.ng/dcons": "^3.2.189",
50-
"@thi.ng/disjoint-set": "^1.1.43",
51-
"@thi.ng/errors": "^2.6.6",
52-
"@thi.ng/sparse": "^1.1.36"
46+
"@thi.ng/api": "^8.12.18",
47+
"@thi.ng/arrays": "^2.14.14",
48+
"@thi.ng/bitfield": "^2.4.33",
49+
"@thi.ng/dcons": "^3.2.190",
50+
"@thi.ng/disjoint-set": "^1.1.44",
51+
"@thi.ng/errors": "^2.6.7",
52+
"@thi.ng/sparse": "^1.1.37"
5353
},
5454
"devDependencies": {
55-
"@thi.ng/vectors": "^8.6.25",
55+
"@thi.ng/vectors": "^8.6.26",
5656
"esbuild": "^0.27.2",
5757
"typedoc": "^0.28.16",
5858
"typescript": "^5.9.3"

packages/api/CHANGELOG.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2026-03-19T12:29:04Z
3+
- **Last updated**: 2026-04-02T10:52:05Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.
@@ -11,40 +11,46 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
1111
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
1212
and/or version bumps of transitive dependencies.
1313

14-
### [8.12.10](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.12.10) (2025-12-03)
14+
### [8.12.10](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.12.10/packages/api) (2025-12-03)
1515

1616
#### ♻️ Refactoring
1717

1818
- update for-loops (use const where possible) ([5ceaf1a](https://codeberg.org/thi.ng/umbrella/commit/5ceaf1a))
1919

20-
## [8.12.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.12.0) (2025-08-04)
20+
## [8.12.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.12.0/packages/api) (2025-08-04)
2121

2222
#### 🚀 Features
2323

2424
- add optional generics for typedarray types (TS5.9 induced) ([2af1b1e](https://codeberg.org/thi.ng/umbrella/commit/2af1b1e))
2525

26-
### [8.11.3](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.11.3) (2024-06-21)
26+
### [8.11.3](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.11.3/packages/api) (2024-06-21)
2727

2828
#### ♻️ Refactoring
2929

3030
- rename various rest args to be more semantically meaningful ([8088a56](https://codeberg.org/thi.ng/umbrella/commit/8088a56))
3131
- enforce uniform naming convention of internal functions ([56992b2](https://codeberg.org/thi.ng/umbrella/commit/56992b2))
3232

33-
## [8.11.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.11.0) (2024-04-20)
33+
## [8.11.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.11.0/packages/api) (2024-04-20)
3434

3535
#### 🚀 Features
3636

3737
- add Maybe type alias, refactor related ([0777d33](https://codeberg.org/thi.ng/umbrella/commit/0777d33))
3838

39-
## [8.10.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.10.0) (2024-04-08)
39+
## [8.10.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.10.0/packages/api) (2024-04-08)
4040

4141
#### 🚀 Features
4242

4343
- add async types ([35ad820](https://codeberg.org/thi.ng/umbrella/commit/35ad820))
4444
- add async function types ([afb4200](https://codeberg.org/thi.ng/umbrella/commit/afb4200))
4545
- add Values<T> ([8a799ea](https://codeberg.org/thi.ng/umbrella/commit/8a799ea))
4646

47-
## [8.9.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.9.0) (2023-08-04)
47+
### [8.9.7](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.9.7/packages/api) (2023-11-09)
48+
49+
#### 🧪 Tests
50+
51+
- update/refactor tests to use bun test runner ([8f6edb1](https://codeberg.org/thi.ng/umbrella/commit/8f6edb1))
52+
53+
## [8.9.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.9.0/packages/api) (2023-08-04)
4854

4955
#### 🚀 Features
5056

@@ -53,13 +59,19 @@ and/or version bumps of transitive dependencies.
5359
- add generics for INotify, Event, Listener types ([dd0a6ed](https://codeberg.org/thi.ng/umbrella/commit/dd0a6ed))
5460
- add IIDGen interface ([26cf9d1](https://codeberg.org/thi.ng/umbrella/commit/26cf9d1))
5561

56-
## [8.8.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.8.0) (2023-04-19)
62+
## [8.8.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.8.0/packages/api) (2023-04-19)
5763

5864
#### 🚀 Features
5965

6066
- add typedArrayOfVec() ([39307bf](https://codeberg.org/thi.ng/umbrella/commit/39307bf))
6167

62-
## [8.7.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.7.0) (2023-02-05)
68+
### [8.7.5](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.7.5/packages/api) (2023-03-27)
69+
70+
#### 🧪 Tests
71+
72+
- update all tests (mainly imports) ([63a85f9](https://codeberg.org/thi.ng/umbrella/commit/63a85f9))
73+
74+
## [8.7.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/api@8.7.0/packages/api) (2023-02-05)
6375

6476
#### 🚀 Features
6577

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/api",
3-
"version": "8.12.17",
3+
"version": "8.12.18",
44
"description": "Common, generic types, interfaces & mixins",
55
"type": "module",
66
"module": "./index.js",

packages/arcball/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2026-03-07T10:29:01Z
3+
- **Last updated**: 2026-04-02T10:52:05Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
1111
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
1212
and/or version bumps of transitive dependencies.
1313

14-
## [1.1.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arcball@1.1.0) (2025-11-25)
14+
## [1.1.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arcball@1.1.0/packages/arcball) (2025-11-25)
1515

1616
#### 🚀 Features
1717

packages/arcball/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/arcball",
3-
"version": "1.1.12",
3+
"version": "1.1.13",
44
"description": "3D arcball controller for intuitive click & drag gesture-based camera view rotations. Quaternion-based.",
55
"type": "module",
66
"module": "./index.js",
@@ -40,9 +40,9 @@
4040
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4141
},
4242
"dependencies": {
43-
"@thi.ng/api": "^8.12.17",
44-
"@thi.ng/matrices": "^3.0.40",
45-
"@thi.ng/vectors": "^8.6.25"
43+
"@thi.ng/api": "^8.12.18",
44+
"@thi.ng/matrices": "^3.0.41",
45+
"@thi.ng/vectors": "^8.6.26"
4646
},
4747
"devDependencies": {
4848
"esbuild": "^0.27.2",

0 commit comments

Comments
 (0)