Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Releases: eloquent/phony-kahlan

4.0.0

30 Dec 03:36
Compare
Choose a tag to compare

This release uses Phony 5.x and Kahlan 5.x. There no BC breaking API changes.

  • [BC BREAK] PHP 7.2 is no longer supported.

3.0.0

05 Jan 23:58
Compare
Choose a tag to compare

This release uses Phony 4.x. There no BC breaking API changes aside from stricter type declarations.

  • [BC BREAK] PHP 7.1 is no longer supported.

2.0.0

08 Jun 01:31
Compare
Choose a tag to compare

This release uses Phony 3.x under the hood. Check out the migration guide for Phony 3.x, which also applies to this release.

  • [BC BREAK] PHP 7.0 is no longer supported.

1.0.1

16 Oct 22:27
Compare
Choose a tag to compare
  • [FIXED] Updated Kahlan configuration examples to work with Kahlan lazy autoloading (#1).

1.0.0

16 Oct 22:27
Compare
Choose a tag to compare
  • [IMPROVED] Updated to use the 4.x stable version of Kahlan.

0.3.0

29 Sep 02:41
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

This release uses Phony 2.x under the hood. Check out the migration guide for Phony 2.x, which also applies to this release.

  • [BC BREAK] HHVM is no longer supported (#216, #219).
  • [BC BREAK] Removed inOrderSequence, checkInOrderSequence, anyOrderSequence, and checkAnyOrderSequence from the facade (#215).
  • [BC BREAK] Stubs created outside of a mock now have their "self" value set to the stub itself, instead of the stubbed callback (#226).
  • [NEW] Implemented anInstanceOf() (#220).
  • [NEW] Implemented emptyValue() (#218).
  • [IMPROVED] Support for PHP 7.2 features, including the object typehint (#224).
  • [IMPROVED] Improved the error message produced when a default return value cannot be produced, because the return type is a final class (#228).
  • [IMPROVED] Support for the PHP 7.1 iterable typehint in automatically injected suites and tests.
  • [IMPROVED] Reduced the amount of output generated when mocks, stubs, and spies are encountered by var_dump() (#223).

0.2.0

16 Aug 23:30
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • [NEW] Support for auto-wired test dependencies.

0.1.0

12 Jul 23:51
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • [NEW] Initial release.