Releases: phpDocumentor/guides
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
1.2.3
What's Changed
- [1.x] [BUGFIX] Make links to special objects prefixable by @phpdoc-bot in #959
- [1.x] [FEATURE] Introduce noindex option for confvals by @phpdoc-bot in #960
Full Changelog: 1.2.2...1.2.3
1.2.2 Fix whitespace control
What's Changed
- [1.x] Fix whitespace control @phpdoc-bot in #951
!! There are changes to the templates that might influence output
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- [1.x] Merge pull request #945 from phpDocumentor/task/warn-duplicate by @phpdoc-bot in #946
- [1.x] Merge pull request #898 from wouterj/exclude by @phpdoc-bot in #947
- [1.x] Merge pull request #930 from garvinhicking/support-short-code by @phpdoc-bot in #949
Full Changelog: 1.2.0...1.2.1
1.2.0 Add missing directives
What's Changed
- [1.x] [FEATURE] Support math directive by @phpdoc-bot in #938
- [1.x] [FEATURE] Support basic glossary directive by @phpdoc-bot in #939
- [1.x] [FEATURE] Support math directive by @phpdoc-bot in #940
- [1.x] [FEATURE] Support Parsed Literal Block by @phpdoc-bot in #941
Full Changelog: 1.1.1...1.2.0
1.1.1
1.1.0
What's Changed
- [1.x] Merge pull request #912 from phpDocumentor/bugfix/emphasize-lines by @phpdoc-bot in #915
- [1.x] Merge pull request #910 from phpDocumentor/speed-improvement by @phpdoc-bot in #916
- [1.x] Merge pull request #914 from phpDocumentor/feature/image-target by @phpdoc-bot in #918
- [1.x] Merge pull request #907 from phpDocumentor/feature/list-table by @phpdoc-bot in #919
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- [1.x] [BUGFIX] Support :abbr: textrole by @phpdoc-bot in #903
- [1.x] [BUGFIX] Improve comment handling by @phpdoc-bot in #909
Full Changelog: 1.0.0...1.0.1
1.0.0
First stable release
This is the first stable release of guides, a library focused on text based documentation formats which can be transformed into html or latex. Currently most of the work has been done regarding the full support of ReStructuredText and html output.
Basic support for Markdown is provided and will be extended in the future, same applies to Latex support.
Please read the documentation for more information how to use this library or the standalone tool provided by this project.
1.0.0-rc
What's Changed
- [TASK] Ignore domains with unknows directives and textroles by @linawolf in #867
- [DOCS] Add more contribution guidelines by @jaapio in #877
- [BUGFIX] Multiline comments may contain empty lines @linawolf in #889
- [TASK] Improve Warnings by @linawolf in #891
Full Changelog: 0.3.7...1.0.0-rc