1.3.0
What's Changed
This version contains a fix for the contents
directive which now supports the :local:
option to show only sub titles of the current section where the directive is defined.
We also re-enabled extending the CompilerContext
this funtionality will be replaced in the future by an interface CompilerContextInterface
to prepare for this change your compiler passes and node transformers should already except the new interface this will allow you to upgrade to v2 smoothly.
- [1.x] [FEATURE] Add local option to contents directive by @phpdoc-bot in #962
- [1.x] Merge pull request #974 from phpDocumentor/task/backport by @phpdoc-bot in #975
- [1.x] Merge pull request #976 from phpDocumentor/task/backport by @phpdoc-bot in #977
- [TASK] Add test to prove proper error handling for plantuml by @jaapio in #979
- Backport/972 by @jaapio in #980
Full Changelog: 1.2.3...1.3.0