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

Commit

Permalink
Preparing for 3.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Sep 29, 2017
1 parent 2416d74 commit 8b17d8c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,35 @@
# Phony for PHPUnit changelog

## Next release
## 3.0.0 (2017-09-29)

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

- **[BC BREAK]** PHP 5 is no longer supported ([#216]).
- **[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]** Reduced the amount of output generated when mocks, stubs, and
spies are encountered by `var_dump()` ([#223]).

[migration-2]: https://github.com/eloquent/phony/blob/2.0.0/MIGRATING.md#migrating-from-1x-to-2x
[#215]: https://github.com/eloquent/phony/issues/215
[#216]: https://github.com/eloquent/phony/issues/216
[#218]: https://github.com/eloquent/phony/issues/218
[#219]: https://github.com/eloquent/phony/issues/219
[#220]: https://github.com/eloquent/phony/issues/220
[#223]: https://github.com/eloquent/phony/issues/223
[#224]: https://github.com/eloquent/phony/issues/224
[#226]: https://github.com/eloquent/phony/issues/226
[#228]: https://github.com/eloquent/phony/issues/228

## 2.0.0 (2017-04-24)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=7",
"eloquent/phony": "dev-php72",
"eloquent/phony": "^2",
"phpunit/phpunit": "^6"
},
"require-dev": {
Expand Down
26 changes: 12 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b17d8c

Please sign in to comment.