Releases: toshimaru/jekyll-toc
Releases · toshimaru/jekyll-toc
v0.19.0
What's Changed
- deps: Drop Ruby v2.6 / Require Ruby v2.7+ by @toshimaru in #180
- fix: Fix CI build / CI against Ruby v3.3 by @toshimaru in #178
Chores
- Bump actions/checkout from 3 to 4 by @dependabot in #174
- Bump paambaati/codeclimate-action from 3.2.0 to 6.0.0 by @dependabot in #179
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- chore: Update GitHub Actions configuration by @toshimaru in #145
- test: use hash explicitly for Struct initializer for ruby 3.2 by @mtasaka in #165
- chore: Fix rubocop errors by @toshimaru in #167
- Test against Ruby 3.2 by @toshimaru in #168
- Drop Ruby 2.5 support / CI against Jekyll 4.3 / Refactoring
gemspec
file by @toshimaru in #169
Deps
- Update simplecov requirement from ~> 0.17.1 to ~> 0.21.2 by @dependabot in #144
- Bump paambaati/codeclimate-action from 2.7.5 to 3.0.0 by @dependabot in #148
- Bump actions/checkout from 2 to 3 by @dependabot in #153
- Bump paambaati/codeclimate-action from 3.0.0 to 3.2.0 by @dependabot in #161
- Update simplecov requirement from ~> 0.21.2 to ~> 0.22.0 by @dependabot in #163
New Contributors
Full Changelog: v0.17.1...v0.18.0
v0.17.1
v0.17.0
v0.16.1
Custom ID for TOC
v0.15.0: Ordered Lists is now Supported
v0.15.0.rc
- a74a637 - Ordered list support (#122) @toshimaru
- d6c4d04 - Add configuration to enable ordered list (#117, thanks @zsyed91 )
- 5c93fa9 - Support Jekyll v3.9 and v4.1 / Modify workflow trigger event (#121) @toshimaru