Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 829 Bytes

CHANGES.md

File metadata and controls

32 lines (23 loc) · 829 Bytes

1.0.2 / 2013-05-19

  • Logical AND token added (thanks @kagux)
  • Logical NOT token added (thanks @kagux)
  • Add support for setting custom constructor arguments
  • Properly stringify hashes
  • Record calls that throw exceptions
  • Migrate spec suite to PhpSpec 2.0

1.0.1 / 2013-04-30

  • Fix broken UnexpectedCallException message
  • Trim AggregateException message

1.0.0 / 2013-04-29

  • Improve exception messages

1.0.0-BETA2 / 2013-04-03

  • Add more debug information to CallTimes and Call prediction exception messages
  • Fix MethodNotFoundException wrong namespace (thanks @gunnarlium)
  • Fix some typos in the exception messages (thanks @pborreli)

1.0.0-BETA1 / 2013-03-25

  • Initial release