@thi.ng/hdom 9.4.87 → 9.4.91
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/package.json +136 -136
- package/CHANGELOG.md +0 -63
package/package.json
CHANGED
|
@@ -1,137 +1,137 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
}
|
|
2
|
+
"name": "@thi.ng/hdom",
|
|
3
|
+
"version": "9.4.91",
|
|
4
|
+
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"module": "./index.js",
|
|
7
|
+
"typings": "./index.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/thi-ng/umbrella.git"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://thi.ng/hdom",
|
|
14
|
+
"funding": [
|
|
15
|
+
{
|
|
16
|
+
"type": "github",
|
|
17
|
+
"url": "https://github.com/sponsors/postspectacular"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"type": "patreon",
|
|
21
|
+
"url": "https://patreon.com/thing_umbrella"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"type": "liberapay",
|
|
25
|
+
"url": "https://liberapay.com/thi.ng"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"author": "Karsten Schmidt (https://thi.ng)",
|
|
29
|
+
"contributors": [
|
|
30
|
+
"Kevin Nolan (https://github.com/allforabit)"
|
|
31
|
+
],
|
|
32
|
+
"license": "Apache-2.0",
|
|
33
|
+
"scripts": {
|
|
34
|
+
"build": "yarn build:esbuild && yarn build:decl",
|
|
35
|
+
"build:decl": "tsc --declaration --emitDeclarationOnly",
|
|
36
|
+
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
|
|
37
|
+
"clean": "bun ../../tools/src/clean-package.ts",
|
|
38
|
+
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
|
|
39
|
+
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
40
|
+
"pub": "npm publish --access public",
|
|
41
|
+
"test": "bun test",
|
|
42
|
+
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@thi.ng/api": "^8.12.6",
|
|
46
|
+
"@thi.ng/checks": "^3.7.22",
|
|
47
|
+
"@thi.ng/diff": "^5.1.107",
|
|
48
|
+
"@thi.ng/equiv": "^2.1.96",
|
|
49
|
+
"@thi.ng/errors": "^2.5.46",
|
|
50
|
+
"@thi.ng/hiccup": "^5.3.28",
|
|
51
|
+
"@thi.ng/logger": "^3.2.5",
|
|
52
|
+
"@thi.ng/prefixes": "^2.3.57"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@thi.ng/atom": "^5.3.47",
|
|
56
|
+
"esbuild": "^0.25.11",
|
|
57
|
+
"typedoc": "^0.28.14",
|
|
58
|
+
"typescript": "^5.9.3"
|
|
59
|
+
},
|
|
60
|
+
"keywords": [
|
|
61
|
+
"array",
|
|
62
|
+
"browser",
|
|
63
|
+
"component",
|
|
64
|
+
"datadriven",
|
|
65
|
+
"declarative",
|
|
66
|
+
"diff",
|
|
67
|
+
"dom",
|
|
68
|
+
"functional",
|
|
69
|
+
"ioc",
|
|
70
|
+
"iterator",
|
|
71
|
+
"reactive",
|
|
72
|
+
"tree",
|
|
73
|
+
"typescript",
|
|
74
|
+
"ui",
|
|
75
|
+
"vdom"
|
|
76
|
+
],
|
|
77
|
+
"publishConfig": {
|
|
78
|
+
"access": "public"
|
|
79
|
+
},
|
|
80
|
+
"engines": {
|
|
81
|
+
"node": ">=18"
|
|
82
|
+
},
|
|
83
|
+
"files": [
|
|
84
|
+
"./*.js",
|
|
85
|
+
"./*.d.ts"
|
|
86
|
+
],
|
|
87
|
+
"exports": {
|
|
88
|
+
".": {
|
|
89
|
+
"default": "./index.js"
|
|
90
|
+
},
|
|
91
|
+
"./api": {
|
|
92
|
+
"default": "./api.js"
|
|
93
|
+
},
|
|
94
|
+
"./default": {
|
|
95
|
+
"default": "./default.js"
|
|
96
|
+
},
|
|
97
|
+
"./diff": {
|
|
98
|
+
"default": "./diff.js"
|
|
99
|
+
},
|
|
100
|
+
"./dom": {
|
|
101
|
+
"default": "./dom.js"
|
|
102
|
+
},
|
|
103
|
+
"./logger": {
|
|
104
|
+
"default": "./logger.js"
|
|
105
|
+
},
|
|
106
|
+
"./normalize": {
|
|
107
|
+
"default": "./normalize.js"
|
|
108
|
+
},
|
|
109
|
+
"./render-once": {
|
|
110
|
+
"default": "./render-once.js"
|
|
111
|
+
},
|
|
112
|
+
"./resolve": {
|
|
113
|
+
"default": "./resolve.js"
|
|
114
|
+
},
|
|
115
|
+
"./start": {
|
|
116
|
+
"default": "./start.js"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"thi.ng": {
|
|
120
|
+
"blog": [
|
|
121
|
+
{
|
|
122
|
+
"title": "How to UI in 2018",
|
|
123
|
+
"url": "https://medium.com/@thi.ng/how-to-ui-in-2018-ac2ae02acdf3"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"title": "Of umbrellas, transducers, reactive streams & mushrooms (Pt.1)",
|
|
127
|
+
"url": "https://medium.com/@thi.ng/of-umbrellas-transducers-reactive-streams-mushrooms-pt-1-a8717ce3a170"
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"related": [
|
|
131
|
+
"rdom"
|
|
132
|
+
],
|
|
133
|
+
"status": "completed",
|
|
134
|
+
"year": 2015
|
|
135
|
+
},
|
|
136
|
+
"gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
|
|
137
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
- **Last updated**: 2025-09-25T11:10:32Z
|
|
4
|
-
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
|
|
5
|
-
|
|
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.
|
|
9
|
-
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
|
|
10
|
-
|
|
11
|
-
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
|
|
12
|
-
and/or version bumps of transitive dependencies.
|
|
13
|
-
|
|
14
|
-
### [9.4.56](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.4.56) (2025-01-14)
|
|
15
|
-
|
|
16
|
-
#### ♻️ Refactoring
|
|
17
|
-
|
|
18
|
-
- use optional chaining & nullish coalescing ([c5a0a13](https://github.com/thi-ng/umbrella/commit/c5a0a13))
|
|
19
|
-
|
|
20
|
-
### [9.4.35](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.4.35) (2024-06-21)
|
|
21
|
-
|
|
22
|
-
#### ♻️ Refactoring
|
|
23
|
-
|
|
24
|
-
- split up internal normalizeTree() ([1fbca7b](https://github.com/thi-ng/umbrella/commit/1fbca7b))
|
|
25
|
-
- enforce uniform naming convention of internal functions ([56992b2](https://github.com/thi-ng/umbrella/commit/56992b2))
|
|
26
|
-
|
|
27
|
-
### [9.4.14](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.4.14) (2024-02-16)
|
|
28
|
-
|
|
29
|
-
#### ♻️ Refactoring
|
|
30
|
-
|
|
31
|
-
- update LOGGER handling ([83ea177](https://github.com/thi-ng/umbrella/commit/83ea177))
|
|
32
|
-
|
|
33
|
-
## [9.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.4.0) (2023-12-11)
|
|
34
|
-
|
|
35
|
-
#### 🚀 Features
|
|
36
|
-
|
|
37
|
-
- update setAttrib(), more alignment w/ rdom logic ([639ca71](https://github.com/thi-ng/umbrella/commit/639ca71))
|
|
38
|
-
|
|
39
|
-
### [9.3.27](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.3.27) (2023-11-09)
|
|
40
|
-
|
|
41
|
-
#### ♻️ Refactoring
|
|
42
|
-
|
|
43
|
-
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
|
|
44
|
-
|
|
45
|
-
## [9.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.3.0) (2023-02-27)
|
|
46
|
-
|
|
47
|
-
#### 🚀 Features
|
|
48
|
-
|
|
49
|
-
- update setAttrib() ([61aa627](https://github.com/thi-ng/umbrella/commit/61aa627))
|
|
50
|
-
- add IDeref support for individual attrib values (i.e. via `deref()` wrappers)
|
|
51
|
-
- update attribute removal/deletion logic
|
|
52
|
-
|
|
53
|
-
## [9.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.2.0) (2022-12-16)
|
|
54
|
-
|
|
55
|
-
#### 🚀 Features
|
|
56
|
-
|
|
57
|
-
- fix [#358](https://github.com/thi-ng/umbrella/issues/358) add "completed" project status, update pkgs/readmes ([d35fa52](https://github.com/thi-ng/umbrella/commit/d35fa52))
|
|
58
|
-
|
|
59
|
-
### [9.1.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom@9.1.6) (2022-04-07)
|
|
60
|
-
|
|
61
|
-
#### ♻️ Refactoring
|
|
62
|
-
|
|
63
|
-
- replace deprecated .substr() w/ .substring() ([0710509](https://github.com/thi-ng/umbrella/commit/0710509))
|