Skip to content

v2.1.1

Compare
Choose a tag to compare
@ggrossetie ggrossetie released this 02 Feb 10:48

Summary

This release is based on Asciidoctor 2.0.10 and Opal 0.11.99.dev (31d26d69).
This release actually contains the TypeScript Declare File! It also includes a few bug fixes and improvements.

Release meta

Released on: 2020-02-01
Released by: @Mogztter
Published by: Travis

Logs: full diff

Changelog

Bug Fixes

  • Fix type definition for AbstractBlock.getCaption (#831) - thanks @cexbrayat
  • Return undefined if the style is Opal.nil on AbstractBlock.getCaption (#831) - thanks @cexbrayat
  • Add the missing SyntaxHighlighter type definition (#832)

Improvements

  • Deprecate SyntaxHighlighter.for, use SyntaxHighlighter.get instead (#832)
  • Upgrade @asciidoctor/cli in the asciidoctor package to 3.2.0

Infrastructure

  • Include the TypeScript Definition File in the npm packages 😅 (#827)

📖 API documentation
📚 User Manual