@yozora/tokenizer-html-inline 2.3.4 → 2.3.5
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 -0
- package/README.md +42 -42
- package/lib/cjs/index.cjs +0 -1
- package/lib/esm/index.mjs +0 -1
- package/lib/types/index.d.ts +0 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## <small>2.3.5 (2024-10-06)</small>
|
|
7
|
+
|
|
8
|
+
- :bookmark: release: publish v2.3.3 ([be6d159](https://github.com/yozorajs/yozora/commit/be6d159))
|
|
9
|
+
- :bookmark: release: publish v2.3.4 ([ac66f62](https://github.com/yozorajs/yozora/commit/ac66f62))
|
|
10
|
+
- :wrench: chore: fix nx config ([139b132](https://github.com/yozorajs/yozora/commit/139b132))
|
|
11
|
+
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
|
|
12
|
+
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
All notable changes to this project will be documented in this file. See
|
|
17
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
|
+
|
|
6
19
|
## <small>2.3.4 (2024-09-29)</small>
|
|
7
20
|
|
|
8
21
|
**Note:** Version bump only for package @yozora/tokenizer-html-inline
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<header>
|
|
4
4
|
<h1 align="center">
|
|
5
|
-
<a href="https://github.com/yozorajs/yozora/tree/v2.3.
|
|
5
|
+
<a href="https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/html-inline#readme">@yozora/tokenizer-html-inline</a>
|
|
6
6
|
</h1>
|
|
7
7
|
<div align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@yozora/tokenizer-html-inline">
|
|
@@ -183,80 +183,80 @@ foo <?php echo $a; ?>
|
|
|
183
183
|
|
|
184
184
|
[live-examples]: https://yozora.guanghechen.com/docs/package/tokenizer-html-inline#live-examples
|
|
185
185
|
[docpage]: https://yozora.guanghechen.com/docs/package/tokenizer-html-inline
|
|
186
|
-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
186
|
+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/html-inline#readme
|
|
187
187
|
[gfm-spec]: https://github.github.com/gfm
|
|
188
188
|
[mdast-homepage]: https://github.com/syntax-tree/mdast
|
|
189
|
-
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
190
|
-
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
191
|
-
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
189
|
+
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast#readme
|
|
190
|
+
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/ast-util#readme
|
|
191
|
+
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/character#readme
|
|
192
192
|
[@yozora/eslint-config]:
|
|
193
193
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/eslint-config#readme
|
|
194
|
-
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
194
|
+
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/core-parser#readme
|
|
195
195
|
[@yozora/core-tokenizer]:
|
|
196
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
197
|
-
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
196
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/packages/core-tokenizer#readme
|
|
197
|
+
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/invariant#readme
|
|
198
198
|
[@yozora/jest-for-tokenizer]:
|
|
199
199
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/jest-for-tokenizer#readme
|
|
200
|
-
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
201
|
-
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
200
|
+
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser#readme
|
|
201
|
+
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser-gfm#readme
|
|
202
202
|
[@yozora/parser-gfm-ex]:
|
|
203
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
203
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/packages/parser-gfm-ex#readme
|
|
204
204
|
[@yozora/template-tokenizer]:
|
|
205
205
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/template-tokenizer#readme
|
|
206
206
|
[@yozora/tokenizer-admonition]:
|
|
207
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
207
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/admonition#readme
|
|
208
208
|
[@yozora/tokenizer-autolink]:
|
|
209
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
209
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/autolink#readme
|
|
210
210
|
[@yozora/tokenizer-autolink-extension]:
|
|
211
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
211
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/autolink-extension#readme
|
|
212
212
|
[@yozora/tokenizer-blockquote]:
|
|
213
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
214
|
-
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
213
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/blockquote#readme
|
|
214
|
+
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/break#readme
|
|
215
215
|
[@yozora/tokenizer-definition]:
|
|
216
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
217
|
-
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
216
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/definition#readme
|
|
217
|
+
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/delete#readme
|
|
218
218
|
[@yozora/tokenizer-ecma-import]:
|
|
219
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
219
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/ecma-import#readme
|
|
220
220
|
[@yozora/tokenizer-emphasis]:
|
|
221
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
221
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/emphasis#readme
|
|
222
222
|
[@yozora/tokenizer-fenced-block]:
|
|
223
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
223
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/fenced-block#readme
|
|
224
224
|
[@yozora/tokenizer-fenced-code]:
|
|
225
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
225
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/fenced-code#readme
|
|
226
226
|
[@yozora/tokenizer-footnote]:
|
|
227
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
227
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/footnote#readme
|
|
228
228
|
[@yozora/tokenizer-footnote-definition]:
|
|
229
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
229
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/footnote-definition#readme
|
|
230
230
|
[@yozora/tokenizer-footnote-reference]:
|
|
231
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
231
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/footnote-reference#readme
|
|
232
232
|
[@yozora/tokenizer-heading]:
|
|
233
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
233
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/heading#readme
|
|
234
234
|
[@yozora/tokenizer-html-block]:
|
|
235
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
235
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/html-block#readme
|
|
236
236
|
[@yozora/tokenizer-html-inline]:
|
|
237
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
238
|
-
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
237
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/html-inline#readme
|
|
238
|
+
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/image#readme
|
|
239
239
|
[@yozora/tokenizer-image-reference]:
|
|
240
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
240
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/image-reference#readme
|
|
241
241
|
[@yozora/tokenizer-indented-code]:
|
|
242
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
242
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/indented-code#readme
|
|
243
243
|
[@yozora/tokenizer-inline-code]:
|
|
244
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
244
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/inline-code#readme
|
|
245
245
|
[@yozora/tokenizer-inline-math]:
|
|
246
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
247
|
-
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
246
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/inline-math#readme
|
|
247
|
+
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/link#readme
|
|
248
248
|
[@yozora/tokenizer-link-reference]:
|
|
249
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
250
|
-
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
251
|
-
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
249
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/link-reference#readme
|
|
250
|
+
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/list#readme
|
|
251
|
+
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/math#readme
|
|
252
252
|
[@yozora/tokenizer-paragraph]:
|
|
253
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
253
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/paragraph#readme
|
|
254
254
|
[@yozora/tokenizer-setext-heading]:
|
|
255
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
256
|
-
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
257
|
-
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
255
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/setext-heading#readme
|
|
256
|
+
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/table#readme
|
|
257
|
+
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/text#readme
|
|
258
258
|
[@yozora/tokenizer-thematic-break]:
|
|
259
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
259
|
+
https://github.com/yozorajs/yozora/tree/v2.3.5/tokenizers/thematic-break#readme
|
|
260
260
|
[@yozora/react-admonition]:
|
|
261
261
|
https://github.com/yozorajs/yozora-react/tree/main/packages/admonition#readme
|
|
262
262
|
[@yozora/react-blockquote]:
|
package/lib/cjs/index.cjs
CHANGED
|
@@ -296,4 +296,3 @@ exports.eatHtmlInlineInstructionDelimiter = eatHtmlInlineInstructionDelimiter;
|
|
|
296
296
|
exports.eatHtmlInlineTokenOpenDelimiter = eatHtmlInlineTokenOpenDelimiter;
|
|
297
297
|
exports.htmlInlineMatch = match;
|
|
298
298
|
exports.htmlInlineParse = parse;
|
|
299
|
-
//# sourceMappingURL=index.cjs.map
|
package/lib/esm/index.mjs
CHANGED
|
@@ -282,4 +282,3 @@ class HtmlInlineTokenizer extends BaseInlineTokenizer {
|
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
export { HtmlInlineTokenizer, uniqueName as HtmlInlineTokenizerName, HtmlInlineTokenizer as default, eatHtmlInlineCDataDelimiter, eatHtmlInlineClosingDelimiter, eatHtmlInlineCommentDelimiter, eatHtmlInlineDeclarationDelimiter, eatHtmlInlineInstructionDelimiter, eatHtmlInlineTokenOpenDelimiter, match as htmlInlineMatch, parse as htmlInlineParse };
|
|
285
|
-
//# sourceMappingURL=index.mjs.map
|
package/lib/types/index.d.ts
CHANGED
|
@@ -194,4 +194,3 @@ declare class HtmlInlineTokenizer extends BaseInlineTokenizer<T, IDelimiter, ITo
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
export { HtmlInlineTokenizer, uniqueName as HtmlInlineTokenizerName, type IHtmlInlineCDataData, type IHtmlInlineCDataDelimiter, type IHtmlInlineCDataTokenData, type IHtmlInlineClosingDelimiter, type IHtmlInlineClosingTagData, type IHtmlInlineClosingTokenData, type IHtmlInlineCommentData, type IHtmlInlineCommentDelimiter, type IHtmlInlineCommentTokenData, type IHtmlInlineDeclarationData, type IHtmlInlineDeclarationDelimiter, type IHtmlInlineDeclarationTokenData, type IThis as IHtmlInlineHookContext, type IHtmlInlineInstructionData, type IHtmlInlineInstructionDelimiter, type IHtmlInlineInstructionTokenData, type IHtmlInlineOpenDelimiter, type IHtmlInlineOpenTagData, type IHtmlInlineOpenTokenData, type IToken as IHtmlInlineToken, type ITokenizerProps as IHtmlInlineTokenizerProps, HtmlInlineTokenizer as default, eatHtmlInlineCDataDelimiter, eatHtmlInlineClosingDelimiter, eatHtmlInlineCommentDelimiter, eatHtmlInlineDeclarationDelimiter, eatHtmlInlineInstructionDelimiter, eatHtmlInlineTokenOpenDelimiter, match as htmlInlineMatch, parse as htmlInlineParse };
|
|
197
|
-
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yozora/tokenizer-html-inline",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.5",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "guanghechen",
|
|
6
6
|
"url": "https://github.com/guanghechen/"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/yozorajs/yozora.git",
|
|
11
11
|
"directory": "tokenizers/html-inline"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.
|
|
13
|
+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/html-inline",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
"types": "./lib/types/index.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@yozora/ast": "^2.3.
|
|
38
|
-
"@yozora/character": "^2.3.
|
|
39
|
-
"@yozora/core-tokenizer": "^2.3.
|
|
40
|
-
"@yozora/tokenizer-html-block": "^2.3.
|
|
37
|
+
"@yozora/ast": "^2.3.5",
|
|
38
|
+
"@yozora/character": "^2.3.5",
|
|
39
|
+
"@yozora/core-tokenizer": "^2.3.5",
|
|
40
|
+
"@yozora/tokenizer-html-block": "^2.3.5"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "251eac044927616fe211c86c98e44a39003bd664"
|
|
43
43
|
}
|