Releases: KEINOS/parsedown-extension_table-of-contents
Releases · KEINOS/parsedown-extension_table-of-contents
v1.4.1
What's Changed
- feat: add example test runner by @KEINOS in #35
- feat: add "html" and "markdown" arg option to
contentsList()
(fix #20) by @KEINOS in #36 - feat: #15 add custom ID attribute for parsed DIV element for ToC by @KEINOS in #37
- fix: let the examples (integration test) work on PHP 8.4 by patching Parsedown.php by @KEINOS in #38
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.1
v1.3.1
- Refactor and minor changes in tests and examples
- Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.2
v1.2.2
- Some refactoring:
- Full Changelog: v1.2.1...v1.2.2
v1.2.1 Cap PHP8.3
v1.2.1 Cap PHP 8.3
- Currently we do not support PHP 8.4 or higher.
v1.2.0 Adapt PHP8.2
What's Changed
- Fix: Deprecated string interpolation since PHP 8.2 by @Endy-c in #25 Thanks!
- Chore: Add contributors and the link to the license.
Full Changelog: v1.1.2...v1.2.0
v1.1.2 Feat. User Defined ToC Markdown Tag
v1.1.1 Feat. Parsedown Extra's Anchor identifiers
v1.1.0 Feat. compatibility with Parsedown Extra
Feature
- Compatible with Parsedown Extra
- Versioning
- You can get the ToC extension's version by
self::version
- You can get the ToC extension's version by
Breaking changes
- Deprecation of class
Extension
- As of v1.1.0 the class
Extension
, the alias ofParsedownToC
, will not be available.
- As of v1.1.0 the class