Releases: phpDocumentor/guides
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
1.6.3
What's Changed
We resolved an issue in the interlink json, which didn't include the full permalink to the articles. And added support for tables in our ReStructedText theme. All features of commonmark are now covered an should give our users the ability to render there documentation in RST format.
- [1.x] Merge pull request #1175 from phpDocumentor/bugfix/interlink-prefix by @phpdoc-bot in #1181
- [1.x] Merge pull request #1179 from phpDocumentor/feature/tables-to-rst by @phpdoc-bot in #1182
Full Changelog: 1.6.2...1.6.3
1.6.2
What's Changed
This version includes a bugfix regarding list items in markdown based documentation. Before we did produce a paragraph node inside the list item. Now we do flatten this when the list item contains just 1 single paragraph. This prevents issues in rendering lists, but also makes is more compliant with the ReStructuredText based documentation.
Full Changelog: 1.6.1...1.6.2
1.6.1
Bugfix release to resolve an issue with combined inline text styling.
- [1.x] Merge pull request #1162 from phpDocumentor/nested-inline-nodes by @phpdoc-bot in #1163
Full Changelog: 1.6.0...1.7.0