Skip to content

Releases: ansible-community/antsibull-docs-ts

1.1.4

28 Sep 19:20

Choose a tag to compare

Release Summary

Bugfix release.

Bugfixes

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

1.1.3

22 Jun 12:46

Choose a tag to compare

Release Summary

The previous release, 1.1.2, accidentally included a feature commit. This release reverts that commit.

1.1.2

22 Jun 12:39

Choose a tag to compare

Release Summary

Bugfix release.

Bugfixes

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

1.1.1

16 Jan 19:20

Choose a tag to compare

Release Summary

Bugfix release.

Bugfixes

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

1.1.0

25 Aug 07:58

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 (#295).
  • Always remove some whitespace around HORIZONTALLINE (#295).
  • Apply postprocessing to RST and MarkDown to avoid generating invalid markup when input contains whitespace at potentially dangerous places (#296).

Bugfixes

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

1.0.2

30 Jun 18:50

Choose a tag to compare

Release Summary

Bugfix release.

Bugfixes

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

1.0.1

17 Mar 10:26

Choose a tag to compare

Release Summary

Maintenance release.

Bugfixes

  • Properly escape MarkDown link targets (#197).

1.0.0

27 Apr 05:40

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:22

Choose a tag to compare

Release Summary

New major release that increases compatibility with the Python code in antsibull-docs-parser <https://github.com/ansible-community/antsibull-docs-parser>__.

Minor Changes

  • Also escape . in MarkDown (#51).

Breaking Changes / Porting Guide

  • Rename current_plugin options of various functions to currentPlugin, and the role_entrypoint option of parse to roleEntrypoint (#49).

Bugfixes

  • Fix URL escaping in MarkDown (#51).

0.3.0

14 Apr 19:53

Choose a tag to compare

Release Summary

Feature release.

Minor Changes

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