Skip to content

Releases: phpDocumentor/guides

1.3.0

12 Apr 19:44
31b0b98

Choose a tag to compare

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.

Full Changelog: 1.2.3...1.3.0

1.2.3

23 Mar 10:47
9b4452a

Choose a tag to compare

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

21 Mar 07:21
61fc85c

Choose a tag to compare

What's Changed

!! There are changes to the templates that might influence output

Full Changelog: 1.2.1...1.2.2

1.2.1

20 Mar 15:32
bb92a54

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0 Add missing directives

17 Mar 07:23
cd75fcd

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

12 Mar 20:59
9a7e59a

Choose a tag to compare

What's Changed

  • [1.x] Display external pages on all levels of the main menu #900 from phpDocumentor/task/menu-external by @linawolf in #923

Full Changelog: 1.1.0...1.1.1

1.1.0

09 Mar 15:14
4174c75

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

08 Mar 08:49
f0132eb

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

03 Mar 21:21
17a1cef

Choose a tag to compare

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

02 Mar 21:18
5027630

Choose a tag to compare

1.0.0-rc Pre-release
Pre-release

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