Skip to content

Releases: ScriptFUSION/Pip

3.4.0 – Notice, warning, deprecation and risky messages

26 Jul 08:55
3.4.0
d3774a4
Compare
Choose a tag to compare

Previously, the reasons for receiving notices, warnings, deprecations and risky events were not shown. Now they are shown immediately, with source file and line number.

3.3.0 – Test name configuration options

24 Jul 22:34
3.3.0
dd8bf5a
Compare
Choose a tag to compare

Adds two new configuration options:

  • test.name.strip
  • test.dp.args

3.2.0 – Configurable performance thresholds

22 Jul 08:31
3.2.0
c7f4257
Compare
Choose a tag to compare

3.1.0 – PHPUnit 11 support

21 Jul 00:04
3.1.0
d9a3951
Compare
Choose a tag to compare

3.0.0 – PHPUnit 10 support

20 Jul 21:08
3.0.0
6e1f884
Compare
Choose a tag to compare
  • Added PHPUnit 10 support (complete rewrite).
  • Renamed PHPUnit Immediate Exception Printer -> PHPUnit Immediate Printer.
  • Dropped PHPUnit 5/6 support.

2.0.0

03 Oct 10:13
2.0.0
df2b810
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

⚠️ This release added more robust exception trace printing, but at the expense of a fatal error bug when PHPUnit would have normally just generated a notice and continued. Therefore it is not recommended to use this version and instead continue using version ^1 until version ^3 is released to fix this issue.

1.3.0 – Improved flawless test suite indicator

30 Jul 06:56
1.3.0
eecb203
Compare
Choose a tag to compare
  • Changed flawless test suite indicator from red dot to red exclamation mark (!) to make it easier to see.

1.2.0 – Flawless test suite indicator

25 Jul 22:07
1.2.0
5f5acdd
Compare
Choose a tag to compare
  • Added flawless test suite indicator (red dot).

1.1.0 – PHPUnit 6

11 Mar 21:00
1.1.0
5bd117e
Compare
Choose a tag to compare
  • Added PHPUnit 6 support.