Releases: phpDocumentor/guides
1.9.0
What's Changed
This version contains an initial version for a new dev-server. The dev-server allows documentation writers to have a "live" preview of their docs while writing them. The dev-server is not part of the cli package yet, and needs to be installed separately by using composer require phpdocumentor/dev-server
to install the extra required package.
Full Changelog: 1.8.1...1.9.0
1.8.1
1.8.0
1.7.4
What's Changed
This release addresses 2 regressions. The file queue was sorted before on natural strings. since 1.7.0 files were sorted case sensitive. This version restores the old sorting.
The second regression, was related to systems using the filesystem provided before 1.7.0. A feature to copy streams was missing. This has been reintroduced.
- Fix regression on missing resource put by @jaapio in #1214
- Fix natural case insensitive sort for files by @jaapio in #1215
Full Changelog: 1.7.3...1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.5
What's Changed
- [1.x] Merge pull request #1191 from phpDocumentor/fix/off-by-x-headings by @phpdoc-bot in #1192
- [1.x] Merge pull request #1193 from phpDocumentor/fix/table-colspan by @phpdoc-bot in #1194
Full Changelog: 1.6.4...1.6.5
1.6.4
What's Changed
- [1.x] Merge pull request #1189 from phpDocumentor/bugfix/titles by @phpdoc-bot in #1190
Full Changelog: 1.6.3...1.6.4