CHANGELOG.adoc in asciidoctor-reducer-1.0.0.alpha.6 vs CHANGELOG.adoc in asciidoctor-reducer-1.0.0.alpha.7
- old
+ new
@@ -2,10 +2,29 @@
: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.7 (2022-02-14) - @mojavelinux
+
+=== Added
+
+* Add asciidoctor/reducer/api to require main API (#3)
+* Add `Asciidoctor::Reducer.reduce` and `Asciidoctor::Reducer.reduce_file` API methods (#3)
+* Add asciidoctor/reducer/extensions to require extensions API (#3)
+* Add `Asciidoctor::Reducer::Extensions` API (#3)
+
+=== Changed
+
+* Scope extensions to single call instead of registering them globally (#3)
+* Use `:safe` as the default safe mode when using the API
+* Make `CurrentPosition` module private to the `PreprocessorDirectiveTracker` module
+
+=== Fixed
+
+* Require asciidoctor/reducer/version automatically when `Asciidoctor::Reducer::VERSION` is accessed
+
== 1.0.0.alpha.6 (2022-02-10) - @mojavelinux
=== Added
* Add `-S`, `--safe-mode` option to CLI to set safe mode (#13)
@@ -96,5 +115,9 @@
{url-repo}/releases/tag/v1.0.0.alpha.5[git tag]
=== Details
{url-repo}/releases/tag/v1.0.0.alpha.6[git tag]
+
+=== Details
+
+{url-repo}/releases/tag/v1.0.0.alpha.7[git tag]