@thi.ng/hiccup-markdown 3.2.119 → 3.2.121
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 +3 -148
- package/README.md +1 -1
- package/package.json +14 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2025-01-
|
|
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
|
|
@@ -180,150 +182,3 @@ and/or version bumps of transitive dependencies.
|
|
|
180
182
|
- add support for link labels
|
|
181
183
|
- rename internal fns
|
|
182
184
|
- update tests
|
|
183
|
-
|
|
184
|
-
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@2.1.0) (2021-11-17)
|
|
185
|
-
|
|
186
|
-
#### 🚀 Features
|
|
187
|
-
|
|
188
|
-
- Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
|
|
189
|
-
Improving the overall build ergonomics
|
|
190
|
-
- introduced a tools workspaces
|
|
191
|
-
- imported it in all needed packages/examples
|
|
192
|
-
- inclusive project root
|
|
193
|
-
|
|
194
|
-
#### ♻️ Refactoring
|
|
195
|
-
|
|
196
|
-
- testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
|
|
197
|
-
this commit reverts (partly) changes made in:
|
|
198
|
-
ef346d7a8753590dc9094108a3d861a8dbd5dd2c
|
|
199
|
-
overall purpose is better testament ergonomics:
|
|
200
|
-
instead of having to pass NODE_OPTIONS with every invocation
|
|
201
|
-
having a binary to handle this for us.
|
|
202
|
-
|
|
203
|
-
### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@2.0.1) (2021-10-13)
|
|
204
|
-
|
|
205
|
-
#### ♻️ Refactoring
|
|
206
|
-
|
|
207
|
-
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
208
|
-
- add .js suffix for all relative imports
|
|
209
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
210
|
-
|
|
211
|
-
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@2.0.0) (2021-10-12)
|
|
212
|
-
|
|
213
|
-
#### 🛑 Breaking changes
|
|
214
|
-
|
|
215
|
-
- major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
|
|
216
|
-
- BREAKING CHANGE: discontinue CommonJS & UMD versions
|
|
217
|
-
- only ESM modules will be published from now on
|
|
218
|
-
- CJS obsolete due to ESM support in recent versions of node:
|
|
219
|
-
- i.e. launch NodeJS via:
|
|
220
|
-
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
221
|
-
- in the node REPL use `await import(...)` instead of `require()`
|
|
222
|
-
- UMD obsolete due to widespread browser support for ESM
|
|
223
|
-
Also:
|
|
224
|
-
- normalize/restructure/reorg all package.json files
|
|
225
|
-
- cleanup all build scripts, remove obsolete
|
|
226
|
-
- switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
|
|
227
|
-
|
|
228
|
-
#### ♻️ Refactoring
|
|
229
|
-
|
|
230
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
231
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
232
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
233
|
-
- update imports (text-canvas) ([fe5c91e](https://github.com/thi-ng/umbrella/commit/fe5c91e))
|
|
234
|
-
- update imports (transducers) ([3ddf8f3](https://github.com/thi-ng/umbrella/commit/3ddf8f3))
|
|
235
|
-
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
236
|
-
- largely related to recent updates/restructuring of these packages:
|
|
237
|
-
- api
|
|
238
|
-
- defmulti
|
|
239
|
-
- errors
|
|
240
|
-
- logger
|
|
241
|
-
- update defmulti impls ([0188d23](https://github.com/thi-ng/umbrella/commit/0188d23))
|
|
242
|
-
|
|
243
|
-
## [1.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.3.0) (2021-01-22)
|
|
244
|
-
|
|
245
|
-
#### 🚀 Features
|
|
246
|
-
|
|
247
|
-
- update DEFAULT_TAGS ([8f7f9d4](https://github.com/thi-ng/umbrella/commit/8f7f9d4))
|
|
248
|
-
- emit normalized hiccup (w/ attribs obj)
|
|
249
|
-
- update tests
|
|
250
|
-
|
|
251
|
-
### [1.2.38](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.2.38) (2020-12-07)
|
|
252
|
-
|
|
253
|
-
#### ♻️ Refactoring
|
|
254
|
-
|
|
255
|
-
- update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
|
|
256
|
-
|
|
257
|
-
## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.2.0) (2020-03-28)
|
|
258
|
-
|
|
259
|
-
#### 🚀 Features
|
|
260
|
-
|
|
261
|
-
- add table serializer & test, update deps ([7cecf24](https://github.com/thi-ng/umbrella/commit/7cecf24))
|
|
262
|
-
- add table caption support ([4b72b92](https://github.com/thi-ng/umbrella/commit/4b72b92))
|
|
263
|
-
- update `th` serializer to use bold formatting
|
|
264
|
-
|
|
265
|
-
### [1.1.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.1.10) (2020-02-25)
|
|
266
|
-
|
|
267
|
-
#### ♻️ Refactoring
|
|
268
|
-
|
|
269
|
-
- update imports ([1b511d7](https://github.com/thi-ng/umbrella/commit/1b511d7))
|
|
270
|
-
|
|
271
|
-
### [1.1.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.1.6) (2019-11-09)
|
|
272
|
-
|
|
273
|
-
#### 🩹 Bug fixes
|
|
274
|
-
|
|
275
|
-
- [#156](https://github.com/thi-ng/umbrella/issues/156) update parse(), remove CR chars, add initial test ([602510c](https://github.com/thi-ng/umbrella/commit/602510c))
|
|
276
|
-
- [#156](https://github.com/thi-ng/umbrella/issues/156) fix blockquote default tag factory args, add test ([12e445a](https://github.com/thi-ng/umbrella/commit/12e445a))
|
|
277
|
-
- [#156](https://github.com/thi-ng/umbrella/issues/156) undo trimming of element children ([ccc9d40](https://github.com/thi-ng/umbrella/commit/ccc9d40))
|
|
278
|
-
- was wrongly introduced in [602510c5150dbf26d43a1c9e7ca8afd7c5230f28](https://github.com/thi-ng/umbrella/commit/602510c5150dbf26d43a1c9e7ca8afd7c5230f28)
|
|
279
|
-
|
|
280
|
-
### [1.1.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.1.4) (2019-08-21)
|
|
281
|
-
|
|
282
|
-
#### ♻️ Refactoring
|
|
283
|
-
|
|
284
|
-
- update serializeElement, add SerializeState ([745ea65](https://github.com/thi-ng/umbrella/commit/745ea65))
|
|
285
|
-
|
|
286
|
-
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.1.0) (2019-07-07)
|
|
287
|
-
|
|
288
|
-
#### 🚀 Features
|
|
289
|
-
|
|
290
|
-
- enable TS strict compiler flags (refactor) ([36c8109](https://github.com/thi-ng/umbrella/commit/36c8109))
|
|
291
|
-
|
|
292
|
-
#### ♻️ Refactoring
|
|
293
|
-
|
|
294
|
-
- TS strictNullChecks, add tests ([9e44bfd](https://github.com/thi-ng/umbrella/commit/9e44bfd))
|
|
295
|
-
|
|
296
|
-
### [1.0.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.0.5) (2019-02-15)
|
|
297
|
-
|
|
298
|
-
#### ♻️ Refactoring
|
|
299
|
-
|
|
300
|
-
- update fsm until() usage ([e8cd242](https://github.com/thi-ng/umbrella/commit/e8cd242))
|
|
301
|
-
- update to use [@thi.ng/arrays](https://github.com/thi-ng/umbrella/tree/main/packages/arrays) ([3a74bf1](https://github.com/thi-ng/umbrella/commit/3a74bf1))
|
|
302
|
-
|
|
303
|
-
# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.0.0) (2019-01-21)
|
|
304
|
-
|
|
305
|
-
#### 🛑 Breaking changes
|
|
306
|
-
|
|
307
|
-
- update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
|
|
308
|
-
- BREAKING CHANGE: enabled multi-outputs (ES6 modules, CJS, UMD)
|
|
309
|
-
- build scripts now first build ES6 modules in package root, then call
|
|
310
|
-
`scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
|
|
311
|
-
- all imports MUST be updated to only refer to package level
|
|
312
|
-
(not individual files anymore). tree shaking in user land will get rid of
|
|
313
|
-
all unused imported symbols.
|
|
314
|
-
|
|
315
|
-
#### 🩹 Bug fixes
|
|
316
|
-
|
|
317
|
-
- re-export TagFactories interface ([b198c19](https://github.com/thi-ng/umbrella/commit/b198c19))
|
|
318
|
-
|
|
319
|
-
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@0.2.0) (2019-01-04)
|
|
320
|
-
|
|
321
|
-
#### 🚀 Features
|
|
322
|
-
|
|
323
|
-
- add & refactor markdown parser (from example), update docs ([35db07f](https://github.com/thi-ng/umbrella/commit/35db07f))
|
|
324
|
-
|
|
325
|
-
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@0.1.0) (2018-12-20)
|
|
326
|
-
|
|
327
|
-
#### 🚀 Features
|
|
328
|
-
|
|
329
|
-
- add new package ([58f591e](https://github.com/thi-ng/umbrella/commit/58f591e))
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hiccup-markdown",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.121",
|
|
4
4
|
"description": "Markdown parser & serializer from/to Hiccup format",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,23 +40,22 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/arrays": "^2.10.
|
|
45
|
-
"@thi.ng/checks": "^3.6.
|
|
46
|
-
"@thi.ng/defmulti": "^3.0.
|
|
47
|
-
"@thi.ng/emoji": "^1.0.
|
|
48
|
-
"@thi.ng/errors": "^2.5.
|
|
49
|
-
"@thi.ng/hiccup": "^5.
|
|
50
|
-
"@thi.ng/logger": "^3.0.
|
|
51
|
-
"@thi.ng/parse": "^2.6.
|
|
52
|
-
"@thi.ng/strings": "^3.9.
|
|
53
|
-
"@thi.ng/text-canvas": "^3.0.
|
|
43
|
+
"@thi.ng/api": "^8.11.18",
|
|
44
|
+
"@thi.ng/arrays": "^2.10.13",
|
|
45
|
+
"@thi.ng/checks": "^3.6.21",
|
|
46
|
+
"@thi.ng/defmulti": "^3.0.57",
|
|
47
|
+
"@thi.ng/emoji": "^1.0.3",
|
|
48
|
+
"@thi.ng/errors": "^2.5.24",
|
|
49
|
+
"@thi.ng/hiccup": "^5.3.1",
|
|
50
|
+
"@thi.ng/logger": "^3.0.29",
|
|
51
|
+
"@thi.ng/parse": "^2.6.2",
|
|
52
|
+
"@thi.ng/strings": "^3.9.3",
|
|
53
|
+
"@thi.ng/text-canvas": "^3.0.54"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@microsoft/api-extractor": "^7.48.1",
|
|
57
56
|
"esbuild": "^0.24.2",
|
|
58
57
|
"typedoc": "^0.27.6",
|
|
59
|
-
"typescript": "^5.7.
|
|
58
|
+
"typescript": "^5.7.3"
|
|
60
59
|
},
|
|
61
60
|
"keywords": [
|
|
62
61
|
"ast",
|
|
@@ -103,5 +102,5 @@
|
|
|
103
102
|
],
|
|
104
103
|
"year": 2018
|
|
105
104
|
},
|
|
106
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
|
|
107
106
|
}
|