Releases: toshimaru/jekyll-toc
Releases · toshimaru/jekyll-toc
v0.13.0
- Update README
- Drop ruby 2.3 Support / Drop Jekyll 3.5, 3.6 Support #97
- Configure GitHub Actions #96
v0.12.2
- Remove
toc_only
deprecation message #87
v0.12.1
- Update README
- Fix warning message
#84
v0.12.0
- Liquid::Template.register_tag:
toc
#82
- Code-base Refinements
- Refactoring: Create Configuration Class #81
- Add more tests #83
v0.12.0.rc3
- Fix toc tag bug / Add tests #83
v0.12.0.rc2
- Liquid::Template.register_tag 'toc' #82
v0.12.0.rc1
- Refactoring: Create Configuration Class #81
v0.11.0
- Avoid Duplicated IDs in a page #79
- Anchor now doesn't have its own
id
attribute.
- CI against Ruby 2.6 #80
- Drop Jekyll 3.6 Support #80
- Code Reafactoring #80
v0.10.0
- Have toc_only return an empty string when toc is disabled #77 @gandalf3 (testing with #78 )
nokogiri
now requires 1.9+.