Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@felixfontein felixfontein released this 13 Mar 21:25
· 392 commits to main since this release

Release Summary

First usable version, including semantic markup support.

Minor Changes

  • Add support for semantic markup (#1).
  • Added MarkDown support (#5).
  • Allow to adjust formatting for HTML, RST, and MarkDown output by allowing to provide formatting functions for every part type (#12).
  • Allow to chose between antsibull-docs like formatting (for Sphinx targets) and plain formatting for HTML (#12).
  • Build both ESM and CommonJS modules for easier consumption in both webpack and node.js projects (#14).
  • Mention paragraph number in error messages when not processing single strings (#11).

Breaking Changes / Porting Guide

  • The package was renamed on npmjs.com from antsibull_docs to antsibull-docs (#15).

Bugfixes

  • Fix error message output for MarkDown. Make sure error message is escaped in RST. Fix error messages when parsing escaped parameters (#8).
  • The parse() option errors's default was exception, and not message as documented. The default is now message (#6).