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
- Push minumum required Ruby version to
>= 2.6
; technically not breaking, asantex
already had that bound. - Lift restriction on required Ruby version to
< 3.1
.
- Solve
Psych::DisallowedClass
for ruby>= 3.1
by explicitly allowingRegexp
class.
0.8.2 - 2023-02-26
- Bound Ruby version to
< 3.1
to avoid confusingPsych::DisallowedClass
.
0.8.1 - 2022-08-31
- Use unique prefixes on embedded SVG ids to avoid in-page conflicts.
0.8.0 - 2022-08-25
- Implement
inlining
boolean options to toggle SVG inlining (false
by default).
0.7.0 - 2022-01-29
- Avoid gathering all
page
s andcollection
s documents for processing; instead, filter them by suffix allowing only paths matching.{html,md}
.
0.6.1 - 2022-01-11
- Avoid ugly crash in
--incremental
mode. Please note that aliases still does not work ininclude
d files, whileantex
tags still do.