Skip to content

v2.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 10:40

Summary

This release is based on Asciidoctor 2.0.16 and Opal 0.11.99.dev (31d26d69).

An internal change was made to how lines are iterated by the reader (switching from a stack to a queue), which will substantially improve the performance when processing large files.
Please note that this change should be seamless unless you were accessing the lines property on the reader directly.

Release meta

Released on: 2021-08-08
Released by: @Mogztter
Published by: GitHub Actions

Logs: full diff

📖 API documentation
📚 User Manual

Changelog

Bug Fixes

  • Invoke LoggerManager#setLogger setter - thanks @mojavelinux (#1322)
  • Strip alternate BOM that uses char code 65279 when input passes through a Buffer - thanks @mojavelinux (#1344)
  • Properly cache the helpers file in the template converter - thanks @yGuy (#1373)

Improvements

  • Build against the latest release of Asciidoctor 2.0.16

Infrastructure

  • Run npm audit fix