CHANGELOG.md in jekyll_outline-1.2.1 vs CHANGELOG.md in jekyll_outline-1.2.3
- old
+ new
@@ -1,24 +1,49 @@
+# Change Log
+
+## 1.2.3 / 2024-07-23
+
+* Made compatible with jekyll_plugin_support v1.0.0
+
+
+## 1.2.2 / 2024-01-08
+
+* Added `sort_by_title` keyword option.
+
+
## 1.2.1 / 2023-06-17
- - Updated dependencies.
- - No longer explodes when a value for `order` is not provided in front matter.
+* Updated dependencies.
+* No longer explodes when a value for `order` is not provided in front matter.
+
+
## 1.2.0 / 2023-04-23
- - Added optional `field` parameter.
+* Added optional `field` parameter.
+
+
## 1.1.1 / 2023-04-02
- * Added [`attribution` support](https://github.com/mslinn/jekyll_plugin_support#subclass-attribution).
+* Added [`attribution` support](https://github.com/mslinn/jekyll_plugin_support#subclass-attribution).
+
+
## 1.1.0 / 2023-03-14
- * `outline_js` tag added, for including Javascript necessary to position images relating to the outline.
- * Now generates a series of divs, instead of one big div.
- * Now interprets numbers as decimal instead of octal.
- * CSS documented and new `post_title` class defined.
+* `outline_js` tag added, for including Javascript necessary to position images relating to the outline.
+* Now generates a series of divs, instead of one big div.
+* Now interprets numbers as decimal instead of octal.
+* CSS documented and new `post_title` class defined.
+
+
## 1.0.2 / 2023-02-16
- * Updated to `jekyll_plugin_support` v0.5.1
+* Updated to `jekyll_plugin_support` v0.5.1
+
+
## 1.0.1 / 2023-02-14
- * Now dependent upon `jekyll_plugin_support`
+* Now dependent upon `jekyll_plugin_support`
+
+
## 1.0.0 / 2022-04-02
- * Initial version, this Jekyll plugin defines a block tag called `outline`.
+
+* Initial version, this Jekyll plugin defines a block tag called `outline`.