Skip to content

Releases: phpDocumentor/guides

1.9.6

27 Feb 16:25
81ec11f

Choose a tag to compare

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 CodeNode for markdown fenced code blocks by @jonathanhefner in #1302

New Contributors

Full Changelog: 1.9.5...1.9.6

1.9.5

04 Jan 15:48
3dabf92

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.4...1.9.5

1.9.4

12 Nov 20:03
580ea46

Choose a tag to compare

What's Changed

Full Changelog: 1.9.3...1.10.0

1.9.3

17 Oct 18:55
2064c77

Choose a tag to compare

What's Changed

  • Fix document key usage in RerenderListener by @jaapio in #1258

Full Changelog: 1.9.2...1.9.3

1.9.2

17 Oct 18:44
5242137

Choose a tag to compare

What's Changed

Full Changelog: 1.9.1...1.9.2

1.9.1

16 Oct 21:33
813a175

Choose a tag to compare

What's Changed

This version contains a bugfix for numbered lists and performance improvements for overall usage.

Full Changelog: 1.9.0...1.10.0

1.9.0

12 Sep 13:34
4077508

Choose a tag to compare

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

24 Jun 19:25
85345ac

Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

1.8.0

25 Mar 14:19
c586b8b

Choose a tag to compare

What's Changed

  • [BUGFIX] Ignore orphans in toctrees with globbing by @linawolf in #1218
  • [FEATURE] Support :reversed: option for toctrees by @linawolf in #1219

Full Changelog: 1.7.4...1.8.0

1.7.4

10 Mar 20:47
2802f1f

Choose a tag to compare

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