Skip to content

Releases: monosans/pyromark

v0.7.1

24 Dec 12:33
Compare
Choose a tag to compare
  • Don't close input file in CLI if it is stdin.

v0.7.0

26 Nov 13:07
Compare
Choose a tag to compare

Breaking:

  • The options argument can no longer be None. Use Options(0) instead.
  • pyromark.events now uses pythonize Rust crate, the output will be different and more correct.
  • The only exported member of pyromark.event is now Event.

Feature:

  • Support for the --output flag in the CLI.
  • Backport __str__ and __format__ behavior for pyromark.Options from Python 3.11.

Fix:

  • Ensure that the input file is always closed in the CLI.

v0.6.2

18 Nov 11:31
Compare
Choose a tag to compare
  • Improve error messages.

v0.6.1

17 Nov 19:05
f3a595a
Compare
Choose a tag to compare
  • Bump pyo3 from v0.22.6 to v0.23.1.

v0.6.0

03 Nov 04:59
02660bb
Compare
Choose a tag to compare

Breaking

  • Rename extensions to options.
  • Rename pyromark.markdown to pyromark.html.
  • Rename pyromark.Markdown.convert to pyromark.Markdown.html.

Feature

  • Add pyromark.events and pyromark.Markdown.events to iterate over Markdown elements. See docs for example.

v0.5.1

21 Oct 12:03
Compare
Choose a tag to compare

v0.5.0

20 Aug 11:49
Compare
Choose a tag to compare

v0.4.0

18 May 08:21
156ef75
Compare
Choose a tag to compare

v0.3.2

26 Apr 08:15
edd3509
Compare
Choose a tag to compare

v0.3.1

02 Apr 20:02
409f695
Compare
Choose a tag to compare