@thi.ng/hiccup-html 2.7.15 → 2.7.16

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 -109
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
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
@@ -81,111 +83,3 @@ and/or version bumps of transitive dependencies.
81
83
  #### 🚀 Features
82
84
 
83
85
  - add comment(), related to [#367](https://github.com/thi-ng/umbrella/issues/367) ([fe952d5](https://github.com/thi-ng/umbrella/commit/fe952d5))
84
-
85
- ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.1.0) (2021-11-17)
86
-
87
- #### 🚀 Features
88
-
89
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
90
- Improving the overall build ergonomics
91
- - introduced a tools workspaces
92
- - imported it in all needed packages/examples
93
- - inclusive project root
94
-
95
- #### ♻️ Refactoring
96
-
97
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
98
- this commit reverts (partly) changes made in:
99
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
100
- overall purpose is better testament ergonomics:
101
- instead of having to pass NODE_OPTIONS with every invocation
102
- having a binary to handle this for us.
103
-
104
- ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.0.1) (2021-10-13)
105
-
106
- #### ♻️ Refactoring
107
-
108
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
109
- - add .js suffix for all relative imports
110
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
111
-
112
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.0.0) (2021-10-12)
113
-
114
- #### 🛑 Breaking changes
115
-
116
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
117
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
118
- - only ESM modules will be published from now on
119
- - CJS obsolete due to ESM support in recent versions of node:
120
- - i.e. launch NodeJS via:
121
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
122
- - in the node REPL use `await import(...)` instead of `require()`
123
- - UMD obsolete due to widespread browser support for ESM
124
- Also:
125
- - normalize/restructure/reorg all package.json files
126
- - cleanup all build scripts, remove obsolete
127
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
128
-
129
- #### ♻️ Refactoring
130
-
131
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
132
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
133
-
134
- ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@1.1.0) (2021-08-17)
135
-
136
- #### 🚀 Features
137
-
138
- - update style/script element defs ([a1f9ac8](https://github.com/thi-ng/umbrella/commit/a1f9ac8))
139
- - add CDataContent type
140
- - allow string or cdata as content
141
- - update `style` default attribs
142
-
143
- ### [0.3.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@0.3.9) (2020-12-07)
144
-
145
- #### ♻️ Refactoring
146
-
147
- - update type-only imports in remaining pkgs ([b22aa30](https://github.com/thi-ng/umbrella/commit/b22aa30))
148
-
149
- ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@0.3.0) (2020-07-09)
150
-
151
- #### 🚀 Features
152
-
153
- - add 360+ CSS property names ([d06a4ae](https://github.com/thi-ng/umbrella/commit/d06a4ae))
154
- - update `style` attrib type
155
- - add CSS props for SVG elements ([efe61b8](https://github.com/thi-ng/umbrella/commit/efe61b8))
156
-
157
- ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@0.2.0) (2020-07-02)
158
-
159
- #### 🚀 Features
160
-
161
- - add meta & link variations ([42fb113](https://github.com/thi-ng/umbrella/commit/42fb113))
162
- - add textArea() ([3fceb02](https://github.com/thi-ng/umbrella/commit/3fceb02))
163
- - add new elems, add/update types ([9023724](https://github.com/thi-ng/umbrella/commit/9023724))
164
- - add more elems (tables) ([f0616e6](https://github.com/thi-ng/umbrella/commit/f0616e6))
165
- - add RDFa attrib support, update types ([0737a16](https://github.com/thi-ng/umbrella/commit/0737a16))
166
-
167
- #### ♻️ Refactoring
168
-
169
- - update rdom refs/links etc. ([7dfbedb](https://github.com/thi-ng/umbrella/commit/7dfbedb))
170
-
171
- ### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@0.1.1) (2020-06-28)
172
-
173
- #### 🩹 Bug fixes
174
-
175
- - update attrib types ([7af448f](https://github.com/thi-ng/umbrella/commit/7af448f))
176
- - allow strings for event attribs
177
- - allow number | string | boolean for data attribs
178
-
179
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@0.1.0) (2020-06-24)
180
-
181
- #### 🚀 Features
182
-
183
- - import as new pkg ([5fffd6f](https://github.com/thi-ng/umbrella/commit/5fffd6f))
184
- - add AttribVal & EventAttribVal ([469e297](https://github.com/thi-ng/umbrella/commit/469e297))
185
- - re-add support for emmet style tags ([bb06dab](https://github.com/thi-ng/umbrella/commit/bb06dab))
186
- - add more elements & helpers ([68a9bb8](https://github.com/thi-ng/umbrella/commit/68a9bb8))
187
- - add more elements, update readme ([5e3f8f1](https://github.com/thi-ng/umbrella/commit/5e3f8f1))
188
-
189
- #### ♻️ Refactoring
190
-
191
- - update defElement() ([a56a10b](https://github.com/thi-ng/umbrella/commit/a56a10b))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-html",
3
- "version": "2.7.15",
3
+ "version": "2.7.16",
4
4
  "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,13 +40,12 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.17"
43
+ "@thi.ng/api": "^8.11.18"
44
44
  },
45
45
  "devDependencies": {
46
- "@microsoft/api-extractor": "^7.48.1",
47
46
  "esbuild": "^0.24.2",
48
47
  "typedoc": "^0.27.6",
49
- "typescript": "^5.7.2"
48
+ "typescript": "^5.7.3"
50
49
  },
51
50
  "keywords": [
52
51
  "browser",
@@ -115,5 +114,5 @@
115
114
  ],
116
115
  "year": 2020
117
116
  },
118
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
117
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
119
118
  }