v2.1.1
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
onAbstractBlock.getCaption
(#831) - thanks @cexbrayat - Add the missing
SyntaxHighlighter
type definition (#832)
Improvements
- Deprecate
SyntaxHighlighter.for
, useSyntaxHighlighter.get
instead (#832) - Upgrade
@asciidoctor/cli
in theasciidoctor
package to 3.2.0
Infrastructure
- Include the TypeScript Definition File in the npm packages 😅 (#827)