Skip to content

Releases: flying-sheep/rust-rst

rst_renderer-v0.4.2

13 Apr 16:20
a59c330

Choose a tag to compare

Other

  • Footnote refs (#67)
  • Footnotes (#65)
  • clippy (#66)
  • bump edition again (#64)
  • Clippy (#62)

rst_parser-v0.4.2

13 Apr 16:19
a59c330

Choose a tag to compare

Other

  • Footnote refs (#67)
  • Visitor (#68)
  • Footnotes (#65)
  • clippy (#66)
  • Support block quote (#61)
  • bump edition again (#64)
  • Clippy (#62)

rst-v0.4.2

13 Apr 16:20
a59c330

Choose a tag to compare

Other

  • clippy (#66)
  • bump edition again (#64)
  • Clippy (#62)

document_tree-v0.4.2

13 Apr 16:19
a59c330

Choose a tag to compare

Other

  • Footnote refs (#67)
  • Visitor (#68)
  • Footnotes (#65)
  • clippy (#66)
  • bump edition again (#64)
  • Clippy (#62)

rst_renderer-v0.4.1

20 Nov 09:31
e5ae59b

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

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

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

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

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

Choose a tag to compare

Handle underscores in words