Skip to content

Releases: toshimaru/jekyll-toc

v0.7.0.alpha1

20 Sep 17:20
Compare
Choose a tag to compare
v0.7.0.alpha1 Pre-release
Pre-release

v0.6.0

05 May 14:25
Compare
Choose a tag to compare
  • Add Jekyll 3.8 Support
  • Drop Jekyll 3.2, 3.3, 3.4 Support
  • Update dependencies in gemspec

v0.5.2

05 Feb 04:55
Compare
Choose a tag to compare
  • Add Jekyll 3.7 & Ruby 2.5 Support
  • Drop Jekyll 3.1 & Ruby 2.1 support

ref #44

v0.5.1

30 Dec 06:15
5c1c37e
Compare
Choose a tag to compare

v0.5.0

27 Dec 15:40
0cbab13
Compare
Choose a tag to compare

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

25 Nov 15:15
Compare
Choose a tag to compare
v0.5.0.rc Pre-release
Pre-release
  • TOC configuration: configurable heading min_level and max_level #39

v0.4.0

21 Oct 04:35
Compare
Choose a tag to compare
  • 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

08 Oct 15:42
Compare
Choose a tag to compare
v0.4.0.rc2 Pre-release
Pre-release
  • Fix invalid nested ul #34

v0.4.0.rc

03 Oct 16:46
Compare
Choose a tag to compare
v0.4.0.rc Pre-release
Pre-release
  • 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

20 Jul 07:13
Compare
Choose a tag to compare

Please read Upgrade Guide before update.

  • 🎉 Nested TOC is now supported! (thanks to @kitlawes )
  • Drop Jekyll 2 support
  • Ruby 2.4 support

PR: #22