Skip to content

Releases: Trinovantes/rst-compiler

v0.4.0

21 Aug 08:00
Compare
Choose a tag to compare

Commits

596d38c: Define createParserOutput return type (Stephen Li)
f5c7e51: Rename HyperlinkStandalone test (Stephen Li)
d08e018: Build pages on version release instead of every push (Stephen Li)
84c4d56: Separate implicit/explicit SimpleName namespaces (Stephen Li)
82c6813: Update changelog for 0.4.0 (Stephen Li)
4b8e5a4: v0.4.0 (Stephen Li)

v0.3.1

18 Aug 05:32
Compare
Choose a tag to compare

Commits

0d2a845: Publish tsconfig.json to npm (Stephen Li)
27c74e0: v0.3.1 (Stephen Li)

v0.3.0

14 Aug 23:48
Compare
Choose a tag to compare

Commits

2c09ab0: Upgrade dependencies (Stephen Li)
bbced59: Replace polyfill with own path implementation (Stephen Li)
fa16f5f: Update GeneratorOptions shiki object type (Stephen Li)
f83801b: Rename defaultSyntaxLanguage to defaultCodeDirectiveLanguage (Stephen Li)
204f3f7: Add changelog to document breaking changes (Stephen Li)
dfa675d: v0.3.0 (Stephen Li)

v0.2.11

10 Aug 00:21
Compare
Choose a tag to compare

Commits

3c314a5: Fix example usage of compiler plugin (Stephen Li)
f24795f: Fix vitepress capitalization in readme (Stephen Li)
626e05e: Document how to enable syntax highlighting (Stephen Li)
4fa7626: Skip select all tabs if missing groupKey (Stephen Li)
cfe247e: Clarify defaultSyntaxLanguage option (Stephen Li)
b97f059: Fix nesting md containers output missing extra colons (Stephen Li)
2bdc32b: v0.2.11 (Stephen Li)

v0.2.10

06 Jul 03:39
Compare
Choose a tag to compare

Commits

a4305bb: Fix katex integrity mismatch (Stephen Li)
f6b2632: v0.2.10 (Stephen Li)

v0.2.9

04 Jul 00:52
Compare
Choose a tag to compare

Commits

a8f574b: Skip parent if they do not have local name instead of throwing error (Stephen Li)
1482ee2: Throw getEnumeratedListType error in node generator (Stephen Li)
c60781a: Throw RstGeneratorError instead inside plugin generator functions (Stephen Li)
f17b72d: Comment why RstParserOutput is necessary (Stephen Li)
bcf2f03: Move SimpleName resolvers to RstGeneratorState (Stephen Li)
ef6ecac: Remove unused function markNodesAsTargeted in HtmlAttrResolver (Stephen Li)
be9fbc9: Fix invisible Directives targeted by chained HyperlinkTargets (Stephen Li)
30c8f9b: v0.2.9 (Stephen Li)

v0.2.8

02 Jul 05:02
Compare
Choose a tag to compare

Commits

ef91832: Move assertNode to independent utils function (Stephen Li)
ff6e256: Ignore case sensitive directive and interpreted text roles (Stephen Li)
f4b0760: Skip registering head meta if empty (Stephen Li)
a2b564e: v0.2.8 (Stephen Li)

v0.2.7

30 Jun 08:41
Compare
Choose a tag to compare

Commits

122d3b8: Try resolving HyperlinkRef with embeded simple name (Stephen Li)
56d7552: Try resolving non-aliased targets to local SimpleName if exists (Stephen Li)
99250ed: v0.2.7 (Stephen Li)

v0.2.6

30 Jun 03:50
Compare
Choose a tag to compare

Commits

8d2dd65: Fix highlight directive not setting default language for LiteralBlock (Stephen Li)
f68cacd: Move default options to separate var (Stephen Li)
9f1ef91: v0.2.6 (Stephen Li)

v0.2.5

30 Jun 03:21
Compare
Choose a tag to compare

Commits

7794904: Remove unnecessary eslint disable comment (Stephen Li)
e52cb17: Fix whitespace in blank lines getting recognized as content (Stephen Li)
74f4b59: Fix markdown table cell linebreak rendering (Stephen Li)
7ab79dc: v0.2.5 (Stephen Li)