Skip to content

Releases: catcombo/jira2markdown

v0.3.6

30 Jul 15:26
Compare
Choose a tag to compare

Full Changelog: v0.3.5...v0.3.6

v0.3.5

26 Jul 06:08
Compare
Choose a tag to compare
  • chore(poetry): temporarily pin pyparsing to version 3.0.9 due to (possible) bug in the pyparsing 3.1.0 #22

Changelog: 0.3.4...0.3.5

v0.3.4

13 Apr 06:42
170e92d
Compare
Choose a tag to compare
  • feat(license): add license #21

Full changelog: 0.3.3...0.3.4

v0.3.3

06 Apr 17:43
Compare
Choose a tag to compare
  • feat(text-effects): add indentation after quote if missing #19
  • feat(images): image with attributes #18

Full changelog v0.3.2...v0.3.3

v0.3.2

06 Feb 05:50
64dcf0b
Compare
Choose a tag to compare
  • feat(text-effects): use <u> tag in markdown to convert underline token #14
  • feat(links): add support for email tags

v0.3.1

10 Dec 09:51
2b46327
Compare
Choose a tag to compare
  • add optional space indentation for the list items #9

v0.3

06 Dec 15:32
8146051
Compare
Choose a tag to compare
  • upgrade pyparsing to version 3
  • update minimal Python version to 3.7
  • horizontal rule loses trailing and leading spaces after conversion

v0.2.1

12 Jan 16:52
Compare
Choose a tag to compare
  • parse optional parameters for code and noformat tags
  • improve language name parsing for code tag

v0.2.0

11 Mar 08:22
Compare
Choose a tag to compare
  • Massive improvements in parsing of all elements
  • Add parser elements customization

v0.1.8

28 Feb 18:23
Compare
Choose a tag to compare
  • Add new conversions for:
    • ??citation??
    • ^superscript^
    • ~subscript~
    • {panel}...{panel}
  • Add space before and after user mention (@username) if it adjacent to a text
  • Allow punctuation marks come after the user mention (@username) without a space
  • Add a line break before and after a table if only it adjacent to a text