Skip to content

Releases: flying-sheep/rust-rst

rst_renderer-v0.4.1

20 Nov 09:31
e5ae59b
Compare
Choose a tag to compare

Other

  • Bump deps and refresh token (#59)
  • Bump serde-xml-rs to 0.5 (#51)
  • Migrate from quicli/failure to plain clap/anyhow (#50)
  • Format (#38)
  • Add CI (#36)

rst_parser-v0.4.1

20 Nov 09:30
e5ae59b
Compare
Choose a tag to compare

Other

  • Handle images with multiple options (#53)
  • Fix parsing of percentage in image scale attributes (#54)
  • Migrate from quicli/failure to plain clap/anyhow (#50)
  • Trailing newlines (#31)
  • Format (#38)
  • Add CI (#36)

rst-v0.4.1

20 Nov 09:32
e5ae59b
Compare
Choose a tag to compare

Other

  • Bump deps and refresh token (#59)
  • Migrate from quicli/failure to plain clap/anyhow (#50)
  • Clean up main (#44)
  • Allow reading from standard input (#34)
  • Trailing newlines (#31)
  • Format (#38)
  • Add CI (#36)

document_tree-v0.4.1

20 Nov 09:28
e5ae59b
Compare
Choose a tag to compare

Other

  • Bump deps and refresh token (#59)
  • Bump serde-xml-rs to 0.5 (#51)
  • Migrate from quicli/failure to plain clap/anyhow (#50)
  • Format (#38)
  • Add CI (#36)

v0.4.0

01 Nov 16:06
Compare
Choose a tag to compare

Thanks to @sooda, @nitnelave and @noritada for the great contributions!

general: [#22] added license files (@noritada)

document_tree

fix: [#20] literals only contain strings (@sooda)

parser

fix: [#20] don’t parse literal contents as rST (@sooda)
new:

renderer

fix: [#16] decrement renderer level again (@sooda)
new:

  • [#17] .. raw:: html directives (@sooda)
  • [#28] literal blocks → <pre/>, code directives → <pre><code [class="language-..."]/></pre> (@flying-sheep)

rst

workaround: replace tabs with 8 spaces before parsing. TODO: reverse in code/literal blocks.

rst_parser v0.3.2

03 Jun 13:20
Compare
Choose a tag to compare

Handle underscores in words

rst_renderer v0.3.1

03 Jan 15:53
Compare
Choose a tag to compare

Render code block directives to <pre class="..."></pre>

rst_parser v0.3.1

03 Jan 15:51
Compare
Choose a tag to compare

Parse code block directives

v0.3.0

03 Jan 15:54
Compare
Choose a tag to compare

Split the crate into rst, document_tree, rst_parser, and rst_renderer

Brought the crate to a level where it can render its own README.