|
1 | 1 | # Phony changelog |
2 | 2 |
|
| 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 | + |
3 | 40 | ## 0.1.1 (2014-10-26) |
4 | 41 |
|
5 | 42 | - **[IMPROVED]** Performance improvements when repeatedly mocking the same |
|
0 commit comments