Releases: ansible-community/antsibull-docs-parser
Releases · ansible-community/antsibull-docs-parser
1.1.0
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
1.0.2
1.0.1
1.0.0
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
0.3.0
0.2.0
Release Summary
New major release that increases compatibility with the TypeScript code in antsibull-docs-ts.
Minor Changes
- Add strict mode for parsing (#15).
- Add support for ansible-doc like text output (#17).
- Add support for semantic markup in roles (#9).
- Allow to add markup source to every paragraph part (#18).
- Can switch between error messages containing a shortened version of the faulty markup or the full faulty markup command (#19).
- Create script to update/extend the test vectors automatically (#16).
Breaking Changes / Porting Guide
- All DOM named tuples now have a
source
entry beforetype
(#18). - By default, the error messages now contain the full faulty markup command (#19).
- Extend
OptionNamePart
andReturnValuePart
named tuples by addingentrypoint
afterplugin
(#9). - Modify
LinkProvider.plugin_option_like_link
signature to include a new argumententrypoint
afterplugin
(#9). CommandParser.parse
has a newsource
parameter (#18).
0.0.1
Release Summary
Initial experimental release.