Skip to content

Releases: sebastianbergmann/exporter

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