CHANGELOG.adoc in asciidoctor-reducer-1.0.0.alpha.5 vs CHANGELOG.adoc in asciidoctor-reducer-1.0.0.alpha.6
- old
+ new
@@ -2,10 +2,30 @@
:url-repo: https://github.com/asciidoctor/asciidoctor-reducer
This document provides a high-level view of the changes to the Asciidoctor Reducer by release.
For a detailed view of what has changed, refer to the {url-repo}/commits/main[commit history] on GitHub.
+== 1.0.0.alpha.6 (2022-02-10) - @mojavelinux
+
+=== Added
+
+* Add `-S`, `--safe-mode` option to CLI to set safe mode (#13)
+* Add `-r`, `--require` option to CLI to specify additional libraries to require before running (#17)
+
+=== Changed
+
+* Sort CLI options in help text, except for the `-h`, `--help` option
+* Update CLI to always use a new logger instance
+* Defer initializing logger until run method is called
+
+=== Fixed
+
+* Replace include directives that follow an unresolved include (#19)
+* Don't activate reducer extensions on reduced document
+* Prevent custom extension registry from activating extensions twice during reload (#21)
+* Retain includes table in document catalog when reloading document (#23)
+
== 1.0.0.alpha.5 (2022-02-06) - @mojavelinux
=== Changed
* Removing trailing empty lines after reducing when sourcemap is not enabled
@@ -34,19 +54,19 @@
== 1.0.0.alpha.2 (2022-01-27) - @mojavelinux
=== Added
-* Add `-a` / `--attribute` option to CLI for setting an AsciiDoc document attribute at runtime (#6)
+* Add `-a`, `--attribute` option to CLI for setting an AsciiDoc document attribute at runtime (#6)
=== Changed
-* Reduce preprocessor conditionals by default; add option (`--preserve-conditionals` / `:preserve_conditionals`) to preserve them (#8)
+* Reduce preprocessor conditionals by default; add option (`--preserve-conditionals`, `:preserve_conditionals`) to preserve them (#8)
* Don't enable sourcemap automatically (#4)
* Don't override logger by default; instead, rely on `:logger` API option to change logger
* Add `--log-level` option to CLI to set severity level on logger (#9)
-* Add `-q` / `--quiet` option to CLI to suppress log messages (#9)
+* Add `-q`, `--quiet` option to CLI to suppress log messages (#9)
* Reserve zero index in include replacements for top-level document
=== Fixed
* Preserve return value when overridding `preprocess_include_directive` method
@@ -72,5 +92,9 @@
{url-repo}/releases/tag/v1.0.0.alpha.4[git tag]
=== Details
{url-repo}/releases/tag/v1.0.0.alpha.5[git tag]
+
+=== Details
+
+{url-repo}/releases/tag/v1.0.0.alpha.6[git tag]