Releases: toshimaru/jekyll-toc
Releases · toshimaru/jekyll-toc
v0.6.0
- Add Jekyll 3.8 Support
- Drop Jekyll 3.2, 3.3, 3.4 Support
- Update dependencies in gemspec
v0.5.2
- Add Jekyll 3.7 & Ruby 2.5 Support
- Drop Jekyll 3.1 & Ruby 2.1 support
ref #44
v0.5.0
jekyll-toc is now configurable by _config.yml
. ✨
- TOC configuration: configurable heading min_level and max_level #39
- README.md update #40
v0.5.0.rc
- TOC configuration: configurable heading min_level and max_level #39
v0.4.0
- Fix invalid nested ul #34 (more details, see Parser logic overview in the Pull Request)
- Add Jekyll 3.6 support
- Drop Jekyll 3.0 support
- Performance enhancement
v0.4.0.rc2
- Fix invalid nested ul #34
v0.4.0.rc
- Fix invalid toc HTML (Element "ul" not allowed as child of element "ul" in this context.) #33
- Add Jekyll 3.6 support
- Small performance improvement
[NOTICE] Toc-HTML will be changed if you use skipped level headings (e.g. h5
next to h2
)
v0.3.0
Please read Upgrade Guide before update.
- 🎉 Nested TOC is now supported! (thanks to @kitlawes )
- Drop Jekyll 2 support
- Ruby 2.4 support
PR: #22