@thi.ng/hdom 9.0.1 → 9.0.3
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/CHANGELOG.md +16 -0
- package/README.md +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [9.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@9.0.2...@thi.ng/hdom@9.0.3) (2021-10-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @thi.ng/hdom
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [9.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@9.0.1...@thi.ng/hdom@9.0.2) (2021-10-15)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @thi.ng/hdom
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [9.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@9.0.0...@thi.ng/hdom@9.0.1) (2021-10-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @thi.ng/hdom
|
package/README.md
CHANGED
|
@@ -962,7 +962,7 @@ The following functions are the core parts of the `HDOMImplementation`
|
|
|
962
962
|
interface, the abstraction layer used by hdom to support different
|
|
963
963
|
targets.
|
|
964
964
|
|
|
965
|
-
- [interface definition](https://
|
|
965
|
+
- [interface definition](https://docs.thi.ng/umbrella/hdom/interfaces/HDOMImplementation.html)
|
|
966
966
|
- [default implementation](https://github.com/thi-ng/umbrella/blob/develop/packages/hdom/src/default.ts)
|
|
967
967
|
|
|
968
968
|
### normalizeTree()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.0.
|
|
38
|
-
"@thi.ng/checks": "^3.0.
|
|
39
|
-
"@thi.ng/diff": "^5.0.
|
|
40
|
-
"@thi.ng/equiv": "^2.0.
|
|
41
|
-
"@thi.ng/errors": "^2.0.
|
|
42
|
-
"@thi.ng/hiccup": "^4.0.
|
|
43
|
-
"@thi.ng/logger": "^1.0.
|
|
44
|
-
"@thi.ng/prefixes": "^2.0.
|
|
37
|
+
"@thi.ng/api": "^8.0.3",
|
|
38
|
+
"@thi.ng/checks": "^3.0.3",
|
|
39
|
+
"@thi.ng/diff": "^5.0.3",
|
|
40
|
+
"@thi.ng/equiv": "^2.0.3",
|
|
41
|
+
"@thi.ng/errors": "^2.0.3",
|
|
42
|
+
"@thi.ng/hiccup": "^4.0.3",
|
|
43
|
+
"@thi.ng/logger": "^1.0.3",
|
|
44
|
+
"@thi.ng/prefixes": "^2.0.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@thi.ng/atom": "^5.0.
|
|
48
|
-
"@thi.ng/testament": "^0.1.
|
|
47
|
+
"@thi.ng/atom": "^5.0.3",
|
|
48
|
+
"@thi.ng/testament": "^0.1.3"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"array",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
],
|
|
120
120
|
"year": 2015
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1"
|
|
123
123
|
}
|