Skip to content

Releases: sebastianbergmann/exporter

sebastian/exporter 7.0.0

07 Feb 04:57
7.0.0
76432aa
Compare
Choose a tag to compare

Removed

  • This component is no longer supported on PHP 8.2

sebastian/exporter 6.3.0

05 Dec 09:18
6.3.0
3473f61
Compare
Choose a tag to compare

Added

  • Optional constructor argument to control maximum string length

Deprecated

  • Optional argument for shortenedRecursiveExport() and shortenedExport() to control maximum string length

sebastian/exporter 6.2.0

05 Dec 08:42
6.2.0
44a3338
Compare
Choose a tag to compare

Added

  • #67: Optional argument for shortenedRecursiveExport() and shortenedExport() to control maximum string length

Changed

  • #69: Do not initialize lazy objects during export

sebastian/exporter 6.1.3

03 Jul 04:56
6.1.3
c414673
Compare
Choose a tag to compare

Changed

  • #66: Avoid using the Reflection API for some classes
  • This project now uses PHPStan instead of Psalm for static analysis

sebastian/exporter 6.1.2

18 Jun 11:23
6.1.2
507d233
Compare
Choose a tag to compare

Changed

  • #64: Improve performance of Exporter::exportString()
  • #65: Prevent unnecessary calls to str_repeat()

Fixed

  • #62: Do not limit export of arrays by default (to restore BC with versions prior to 6.1.0)

sebastian/exporter 6.1.1

18 Jun 06:34
6.1.1
7eb922f
Compare
Choose a tag to compare

Fixed

  • #61: count(): Recursion detected warning triggered

sebastian/exporter 6.1.0

18 Jun 06:11
6.1.0
f278802
Compare
Choose a tag to compare

Added

  • #59: Option to limit export of (large) arrays (to speed up PHPUnit)

Changed

  • #60: Take shortcut when exporting a string

sebastian/exporter 6.0.3

17 Jun 07:54
6.0.3
1d978d7
Compare
Choose a tag to compare

Fixed

  • Fixed code coverage metadata