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

Commit 046a493

Browse files
committed
Updated changelog, readme.
1 parent 36bfe0d commit 046a493

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Phony changelog
22

3+
## 0.2.0 (2014-11-18)
4+
5+
- **[BC BREAK]** Renamed IDs to labels.
6+
- **[NEW]** Verify no interaction ([#27]).
7+
- **[NEW]** Manual constructor calling ([#36], [#46]).
8+
- **[NEW]** Setters for labels ([#35]).
9+
- **[NEW]** [Peridot] integration ([#50]).
10+
- **[NEW]** [Pho] integration ([#51]).
11+
- **[NEW]** [SimpleTest] integration ([#20]).
12+
- **[FIXED]** Trait mocking is now working ([#42], [#49]).
13+
- **[FIXED]** Stubbing interface bugs ([#53]).
14+
- **[IMPROVED]** Better assertion messages ([#41]).
15+
- **[IMPROVED]** Generator spies under HHVM ([#29]).
16+
- **[IMPROVED]** Better mock definition equality checking ([#47]).
17+
- **[IMPROVED]** Throw an exception when passing the wrong types to `inOrder()`
18+
([#52]).
19+
- **[IMPROVED]** Magic 'self' parameter detection ([#48]).
20+
21+
[Peridot]: https://github.com/peridot-php/peridot
22+
[Pho]: https://github.com/danielstjules/pho
23+
[SimpleTest]: https://github.com/lox/simpletest
24+
[#20]: https://github.com/eloquent/phony/issues/20
25+
[#27]: https://github.com/eloquent/phony/issues/27
26+
[#29]: https://github.com/eloquent/phony/issues/29
27+
[#35]: https://github.com/eloquent/phony/issues/35
28+
[#36]: https://github.com/eloquent/phony/issues/36
29+
[#41]: https://github.com/eloquent/phony/issues/41
30+
[#42]: https://github.com/eloquent/phony/issues/42
31+
[#46]: https://github.com/eloquent/phony/issues/46
32+
[#47]: https://github.com/eloquent/phony/issues/47
33+
[#48]: https://github.com/eloquent/phony/issues/48
34+
[#49]: https://github.com/eloquent/phony/issues/49
35+
[#50]: https://github.com/eloquent/phony/issues/50
36+
[#51]: https://github.com/eloquent/phony/issues/51
37+
[#52]: https://github.com/eloquent/phony/issues/52
38+
[#53]: https://github.com/eloquent/phony/issues/53
39+
340
## 0.1.1 (2014-10-26)
441

542
- **[IMPROVED]** Performance improvements when repeatedly mocking the same

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*Mocks, stubs, and spies for PHP.*
44

5-
[![The most recent stable version is 0.1.1][version-image]][Semantic versioning]
5+
[![The most recent stable version is 0.2.0][version-image]][Semantic versioning]
66
[![Current build status image][build-image]][Current build status]
77
[![Current coverage status image][coverage-image]][Current coverage status]
88

@@ -11,7 +11,7 @@
1111
[coverage-image]: http://img.shields.io/coveralls/eloquent/phony/develop.svg "Current test coverage for the develop branch"
1212
[Current coverage status]: https://coveralls.io/r/eloquent/phony
1313
[Semantic versioning]: http://semver.org/
14-
[version-image]: http://img.shields.io/:semver-0.1.1-yellow.svg "This project uses semantic versioning"
14+
[version-image]: http://img.shields.io/:semver-0.2.0-yellow.svg "This project uses semantic versioning"
1515

1616
## Installation and documentation
1717

0 commit comments

Comments
 (0)