Releases: phpDocumentor/guides
1.9.6
What's Changed
This release contains bugfixes and improvements for multiple elements off this project.
- [BUGFIX] Improve URL generation for empty filenames and known documents by @CybotTM in #1282
- fix: Grid table termination and test suite modernization by @CybotTM in #1284
- [BUGFIX] Improve PlantumlRenderer robustness and temp file cleanup by @CybotTM in #1281
- compat: prepare for Symfony 8 Application::add() removal by @CybotTM in #1291
- perf: O(1) document entry lookups in ProjectNode by @CybotTM in #1293
- Upgrade scrivo/highlight.php to prevent deprecations by @jaapio in #1307
- Fix admonition handling of text directly following indicator by @richardkrikler in #1306
- Add support for multiline admonitions in markdown by @jaapio in #1309
- Fix using escape chars by @jaapio in #1312
- fix: set language on
CodeNodefor markdown fenced code blocks by @jonathanhefner in #1302
New Contributors
- @richardkrikler made their first contribution in #1306
- @jonathanhefner made their first contribution in #1302
Full Changelog: 1.9.5...1.9.6
1.9.5
What's Changed
- Allow Symfony 8 by @derrabus in #1270
- Allow version ranges in composer.json by @jaapio in #1271
- Fix sanitizer config by @wouterj in #1276
- [FEATURE] Add :nbsp: text role for non-breaking spaces by @CybotTM in #1280
- [BUGFIX] Ensure temp directory exists before calling tempnam() + DI support by @CybotTM in #1279
New Contributors
Full Changelog: 1.9.4...1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
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