Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
- Implement `config` option in `parse()`
- Fix bugs
  • Loading branch information
Nixinova committed Apr 2, 2021
1 parent 7c8cda6 commit 21b8b42
Show file tree
Hide file tree
Showing 11 changed files with 783 additions and 55 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.2.1
*2021-04-02*
- Added previously-unimplemented `config` option to `parse()` to configure the `templatesFolder`.
- Changed table of contents to not require default styling to collapse.
- Fixed internal links being incorrectly root-relative.
- Fixed templates output folder not being created on initialisation.
- Fixed unset arguments not being removed from the output.

## 1.2.0
*2021-04-01*
- Added function `eleventyPlugin()` for use with Eleventy's `addPlugin` method.
Expand Down
Loading

0 comments on commit 21b8b42

Please sign in to comment.