@thi.ng/hiccup-markdown 2.1.36 → 2.1.37

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 +12 -12
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
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.
@@ -32,9 +32,9 @@ and/or version bumps of transitive dependencies.
32
32
 
33
33
  #### ♻️ Refactoring
34
34
 
35
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
36
35
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
37
36
  - add .js suffix for all relative imports
37
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
38
38
 
39
39
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@2.0.0) (2021-10-12)
40
40
 
@@ -55,18 +55,18 @@ and/or version bumps of transitive dependencies.
55
55
 
56
56
  #### ♻️ Refactoring
57
57
 
58
- - update defmulti impls ([0188d23](https://github.com/thi-ng/umbrella/commit/0188d23))
58
+ - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
59
+ - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
60
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
61
+ - update imports (text-canvas) ([fe5c91e](https://github.com/thi-ng/umbrella/commit/fe5c91e))
62
+ - update imports (transducers) ([3ddf8f3](https://github.com/thi-ng/umbrella/commit/3ddf8f3))
59
63
  - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
60
64
  - largely related to recent updates/restructuring of these packages:
61
65
  - api
62
66
  - defmulti
63
67
  - errors
64
68
  - logger
65
- - update imports (transducers) ([3ddf8f3](https://github.com/thi-ng/umbrella/commit/3ddf8f3))
66
- - update imports (text-canvas) ([fe5c91e](https://github.com/thi-ng/umbrella/commit/fe5c91e))
67
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
68
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
69
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
69
+ - update defmulti impls ([0188d23](https://github.com/thi-ng/umbrella/commit/0188d23))
70
70
 
71
71
  ## [1.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.3.0) (2021-01-22)
72
72
 
@@ -86,9 +86,9 @@ and/or version bumps of transitive dependencies.
86
86
 
87
87
  #### 🚀 Features
88
88
 
89
+ - add table serializer & test, update deps ([7cecf24](https://github.com/thi-ng/umbrella/commit/7cecf24))
89
90
  - add table caption support ([4b72b92](https://github.com/thi-ng/umbrella/commit/4b72b92))
90
91
  - update `th` serializer to use bold formatting
91
- - add table serializer & test, update deps ([7cecf24](https://github.com/thi-ng/umbrella/commit/7cecf24))
92
92
 
93
93
  ### [1.1.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.1.10) (2020-02-25)
94
94
 
@@ -100,10 +100,10 @@ and/or version bumps of transitive dependencies.
100
100
 
101
101
  #### 🩹 Bug fixes
102
102
 
103
+ - [#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))
104
+ - [#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))
103
105
  - [#156](https://github.com/thi-ng/umbrella/issues/156) undo trimming of element children ([ccc9d40](https://github.com/thi-ng/umbrella/commit/ccc9d40))
104
106
  - was wrongly introduced in [602510c5150dbf26d43a1c9e7ca8afd7c5230f28](https://github.com/thi-ng/umbrella/commit/602510c5150dbf26d43a1c9e7ca8afd7c5230f28)
105
- - [#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))
106
- - [#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))
107
107
 
108
108
  ### [1.1.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.1.4) (2019-08-21)
109
109
 
@@ -125,8 +125,8 @@ and/or version bumps of transitive dependencies.
125
125
 
126
126
  #### ♻️ Refactoring
127
127
 
128
- - 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))
129
128
  - update fsm until() usage ([e8cd242](https://github.com/thi-ng/umbrella/commit/e8cd242))
129
+ - 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))
130
130
 
131
131
  # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-markdown@1.0.0) (2019-01-21)
132
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-markdown",
3
- "version": "2.1.36",
3
+ "version": "2.1.37",
4
4
  "description": "Markdown parser & serializer from/to Hiccup format",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,23 +34,23 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5",
38
- "@thi.ng/arrays": "^2.4.1",
39
- "@thi.ng/checks": "^3.3.2",
40
- "@thi.ng/defmulti": "^2.1.20",
41
- "@thi.ng/errors": "^2.2.3",
42
- "@thi.ng/fsm": "^3.1.28",
43
- "@thi.ng/hiccup": "^4.2.22",
44
- "@thi.ng/strings": "^3.3.16",
45
- "@thi.ng/text-canvas": "^2.4.16",
46
- "@thi.ng/transducers": "^8.3.22"
37
+ "@thi.ng/api": "^8.4.6",
38
+ "@thi.ng/arrays": "^2.4.2",
39
+ "@thi.ng/checks": "^3.3.3",
40
+ "@thi.ng/defmulti": "^2.1.21",
41
+ "@thi.ng/errors": "^2.2.4",
42
+ "@thi.ng/fsm": "^3.1.29",
43
+ "@thi.ng/hiccup": "^4.2.23",
44
+ "@thi.ng/strings": "^3.3.17",
45
+ "@thi.ng/text-canvas": "^2.4.17",
46
+ "@thi.ng/transducers": "^8.3.23"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.33.5",
50
- "@thi.ng/testament": "^0.3.4",
50
+ "@thi.ng/testament": "^0.3.5",
51
51
  "rimraf": "^3.0.2",
52
52
  "tools": "^0.0.1",
53
- "typedoc": "^0.23.18",
53
+ "typedoc": "^0.23.20",
54
54
  "typescript": "^4.8.4"
55
55
  },
56
56
  "keywords": [
@@ -73,8 +73,8 @@
73
73
  "node": ">=12.7"
74
74
  },
75
75
  "files": [
76
- "*.js",
77
- "*.d.ts"
76
+ "./*.js",
77
+ "./*.d.ts"
78
78
  ],
79
79
  "exports": {
80
80
  ".": {
@@ -95,5 +95,5 @@
95
95
  "status": "alpha",
96
96
  "year": 2018
97
97
  },
98
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
98
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
99
99
  }