Skip to content

Latest commit

 

History

History
90 lines (55 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

90 lines (55 loc) · 2.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.9.0 - 2023-02-26

Changed

  • Push minumum required Ruby version to >= 2.6; technically not breaking, as antex already had that bound.
  • Lift restriction on required Ruby version to < 3.1.

Fixed

  • Solve Psych::DisallowedClass for ruby >= 3.1 by explicitly allowing Regexp class.

0.8.2 - 2023-02-26

Fixed

  • Bound Ruby version to < 3.1 to avoid confusing Psych::DisallowedClass.

0.8.1 - 2022-08-31

Fixed

  • Use unique prefixes on embedded SVG ids to avoid in-page conflicts.

0.8.0 - 2022-08-25

Added

  • Implement inlining boolean options to toggle SVG inlining (false by default).

0.7.0 - 2022-01-29

Changed

  • Avoid gathering all pages and collections documents for processing; instead, filter them by suffix allowing only paths matching .{html,md}.

0.6.1 - 2022-01-11

Fixed

  • Avoid ugly crash in --incremental mode. Please note that aliases still does not work in included files, while antex tags still do.

0.6.0 - 2018-12-12

0.5.1 - 2018-12-09

0.5.0 - 2018-09-12

0.4.0 - 2018-09-11

0.3.2 - 2018-09-04

0.3.1 - 2017-10-07

0.3.0 - 2017-10-07

0.2.2 - 2017-10-06

0.2.1 - 2017-10-01

0.2.0 - 2017-10-01

0.1.0 - 2017-10-01