Skip to content

Releases: ansible-community/antsibull-docs-parser

1.2.2

28 Sep 19:15
Compare
Choose a tag to compare

Release summary

Bugfix release.

Bugfixes

  • Make sure that - is escaped correctly (#74).

1.2.1

22 Jun 12:37
Compare
Choose a tag to compare

Release Summary

Bugfix release.

Bugfixes

  • Accept upper-case letters when validating FQCNs (#71).

1.2.0

12 Mar 19:50
Compare
Choose a tag to compare

Release Summary

Maintenance release that drops support for older Python releases.

Removed Features (previously deprecated)

  • antsibull-docs-parser no longer supports Python 3.6, 3.7, and 3.8. Python 3.9+ is now required (#68).

1.1.1

16 Jan 19:18
Compare
Choose a tag to compare

Release Summary

Bugfix release.

Minor Changes

  • Declare support for Python 3.13 (#59).

Bugfixes

  • Make sure to also escape pipes (\|) in reStructured Text (#65).

1.1.0

25 Aug 07:37
Compare
Choose a tag to compare

Release Summary

Bugfix and feature release that improves markup parsing and generation with respect to whitespace handling and escaping.

Minor Changes

  • Allow to determine how to handle whitespace during parsing with the new whitespace option (#54).
  • Always remove some whitespace around HORIZONTALLINE (#54).
  • Apply postprocessing to RST and MarkDown to avoid generating invalid markup when input contains whitespace at potentially dangerous places (#56).

Bugfixes

  • Do not apply URI encoding to visible URL (#53).
  • Fix RST escaping to handle other whitespace than spaces correctly (#56).
  • Improve handling of empty URL for links (#53).

1.0.2

30 Jun 18:48
Compare
Choose a tag to compare

Release Summary

Bugfix release.

Bugfixes

  • Fix handling of empty markup parameters for RST (#51).

1.0.1

17 Mar 10:17
Compare
Choose a tag to compare

Release Summary

Maintenance release.

Minor Changes

  • Declare support for Python 3.12 (#45).

Bugfixes

  • Properly escape MarkDown link targets (#37).

1.0.0

27 Apr 05:38
Compare
Choose a tag to compare

Release Summary

First stable release. This package is using semantic versioning, so there will be no more breaking changes until the release of 2.0.0.

0.4.0

23 Apr 13:23
Compare
Choose a tag to compare

Release Summary

Feature and bugfix release.

Minor Changes

  • Adjust URL escaping to be more similar to JavaScript's encodeURI() (#24).
  • Also escape . in MarkDown (#24).

Bugfixes

  • Fix URL escaping in MarkDown (#24).

0.3.0

14 Apr 20:03
Compare
Choose a tag to compare

Release Summary

Feature release.

Minor Changes

  • Add support for plain RST rendering (#20).