@thi.ng/hiccup 4.2.22 → 4.2.23
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 +13 -13
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
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.
|
|
@@ -38,9 +38,9 @@ and/or version bumps of transitive dependencies.
|
|
|
38
38
|
|
|
39
39
|
#### ♻️ Refactoring
|
|
40
40
|
|
|
41
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
42
41
|
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
43
42
|
- add .js suffix for all relative imports
|
|
43
|
+
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
44
44
|
|
|
45
45
|
# [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup@4.0.0) (2021-10-12)
|
|
46
46
|
|
|
@@ -61,15 +61,15 @@ and/or version bumps of transitive dependencies.
|
|
|
61
61
|
|
|
62
62
|
#### ♻️ Refactoring
|
|
63
63
|
|
|
64
|
+
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
65
|
+
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
66
|
+
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
64
67
|
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
65
68
|
- largely related to recent updates/restructuring of these packages:
|
|
66
69
|
- api
|
|
67
70
|
- defmulti
|
|
68
71
|
- errors
|
|
69
72
|
- logger
|
|
70
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
71
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
72
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
73
73
|
|
|
74
74
|
### [3.6.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup@3.6.4) (2020-12-07)
|
|
75
75
|
|
|
@@ -81,11 +81,11 @@ and/or version bumps of transitive dependencies.
|
|
|
81
81
|
|
|
82
82
|
#### ♻️ Refactoring
|
|
83
83
|
|
|
84
|
-
- update/split serializeAttribs() ([cdf483b](https://github.com/thi-ng/umbrella/commit/cdf483b))
|
|
85
|
-
- update/split serialization fns ([32ac755](https://github.com/thi-ng/umbrella/commit/32ac755))
|
|
86
|
-
- extract serializeTag()
|
|
87
84
|
- extract mergeEmmetAttribs() ([0c965c9](https://github.com/thi-ng/umbrella/commit/0c965c9))
|
|
88
85
|
- simplify normalize() and improve external re-use in hdom/rdom
|
|
86
|
+
- update/split serialization fns ([32ac755](https://github.com/thi-ng/umbrella/commit/32ac755))
|
|
87
|
+
- extract serializeTag()
|
|
88
|
+
- update/split serializeAttribs() ([cdf483b](https://github.com/thi-ng/umbrella/commit/cdf483b))
|
|
89
89
|
|
|
90
90
|
## [3.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup@3.6.0) (2020-09-13)
|
|
91
91
|
|
|
@@ -100,11 +100,11 @@ and/or version bumps of transitive dependencies.
|
|
|
100
100
|
|
|
101
101
|
#### 🚀 Features
|
|
102
102
|
|
|
103
|
+
- remove obsolete SVG/XLINK urls ([aa34be7](https://github.com/thi-ng/umbrella/commit/aa34be7))
|
|
104
|
+
- moved to [@thi.ng/prefixes](https://github.com/thi-ng/umbrella/tree/main/packages/prefixes) pkg for better re-use
|
|
103
105
|
- add RDFa `prefix` attrib handling, add tests ([24a7748](https://github.com/thi-ng/umbrella/commit/24a7748))
|
|
104
106
|
- add `formatPrefixes()` helper
|
|
105
107
|
- update `serializeAttribs()`
|
|
106
|
-
- remove obsolete SVG/XLINK urls ([aa34be7](https://github.com/thi-ng/umbrella/commit/aa34be7))
|
|
107
|
-
- moved to [@thi.ng/prefixes](https://github.com/thi-ng/umbrella/tree/main/packages/prefixes) pkg for better re-use
|
|
108
108
|
|
|
109
109
|
## [3.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup@3.4.0) (2020-06-28)
|
|
110
110
|
|
|
@@ -122,8 +122,8 @@ and/or version bumps of transitive dependencies.
|
|
|
122
122
|
|
|
123
123
|
#### 🚀 Features
|
|
124
124
|
|
|
125
|
-
- update `accept` attrib handling ([fabf447](https://github.com/thi-ng/umbrella/commit/fabf447))
|
|
126
125
|
- support array attrib values, add tests ([1c4ef8a](https://github.com/thi-ng/umbrella/commit/1c4ef8a))
|
|
126
|
+
- update `accept` attrib handling ([fabf447](https://github.com/thi-ng/umbrella/commit/fabf447))
|
|
127
127
|
|
|
128
128
|
### [3.2.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup@3.2.4) (2019-08-21)
|
|
129
129
|
|
|
@@ -216,10 +216,10 @@ and/or version bumps of transitive dependencies.
|
|
|
216
216
|
|
|
217
217
|
#### 🩹 Bug fixes
|
|
218
218
|
|
|
219
|
-
- serialize() args ([1e8b4ef](https://github.com/thi-ng/umbrella/commit/1e8b4ef))
|
|
220
219
|
- disable spans for certain element types ([1b97a25](https://github.com/thi-ng/umbrella/commit/1b97a25))
|
|
221
220
|
- re-add NO_SPANS (moved from hdom)
|
|
222
221
|
- update _serialize()
|
|
222
|
+
- serialize() args ([1e8b4ef](https://github.com/thi-ng/umbrella/commit/1e8b4ef))
|
|
223
223
|
|
|
224
224
|
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup@2.0.0) (2018-05-13)
|
|
225
225
|
|
|
@@ -260,8 +260,8 @@ and/or version bumps of transitive dependencies.
|
|
|
260
260
|
|
|
261
261
|
#### 🚀 Features
|
|
262
262
|
|
|
263
|
-
- support fn values in style objects ([93343d6](https://github.com/thi-ng/umbrella/commit/93343d6))
|
|
264
263
|
- add auto deref() support ([0d2c16f](https://github.com/thi-ng/umbrella/commit/0d2c16f))
|
|
264
|
+
- support fn values in style objects ([93343d6](https://github.com/thi-ng/umbrella/commit/93343d6))
|
|
265
265
|
|
|
266
266
|
#### ♻️ Refactoring
|
|
267
267
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hiccup",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.23",
|
|
4
4
|
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
|
|
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.4.
|
|
38
|
-
"@thi.ng/checks": "^3.3.
|
|
39
|
-
"@thi.ng/errors": "^2.2.
|
|
40
|
-
"@thi.ng/strings": "^3.3.
|
|
37
|
+
"@thi.ng/api": "^8.4.6",
|
|
38
|
+
"@thi.ng/checks": "^3.3.3",
|
|
39
|
+
"@thi.ng/errors": "^2.2.4",
|
|
40
|
+
"@thi.ng/strings": "^3.3.17"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@microsoft/api-extractor": "^7.33.5",
|
|
44
|
-
"@thi.ng/atom": "^5.1.
|
|
45
|
-
"@thi.ng/testament": "^0.3.
|
|
44
|
+
"@thi.ng/atom": "^5.1.22",
|
|
45
|
+
"@thi.ng/testament": "^0.3.5",
|
|
46
46
|
"rimraf": "^3.0.2",
|
|
47
47
|
"tools": "^0.0.1",
|
|
48
|
-
"typedoc": "^0.23.
|
|
48
|
+
"typedoc": "^0.23.20",
|
|
49
49
|
"typescript": "^4.8.4"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"node": ">=12.7"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|
|
75
|
-
"
|
|
76
|
-
"
|
|
75
|
+
"./*.js",
|
|
76
|
+
"./*.d.ts"
|
|
77
77
|
],
|
|
78
78
|
"exports": {
|
|
79
79
|
".": {
|
|
@@ -120,5 +120,5 @@
|
|
|
120
120
|
],
|
|
121
121
|
"year": 2016
|
|
122
122
|
},
|
|
123
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
|
|
124
124
|
}
|