Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 812 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 812 Bytes

v0.3.0 / 2016-04-01

  • When passing data to a test, ensure covered methods and expected exceptions are also passed to each of the tests generated within the data loop
  • Allow for marking coverage on multiple methods per test
  • Rename method check -> assert
  • Add test task to Phakefile
  • Add accidents library for better error handling

v0.2.1 / 2016-03-09

  • Update tests to record coverage data, and add tests for size and length assertions
  • Fix size method, and add a few comments

v0.2.0 / 2016-03-09

  • Reshuffle a few things, and add code coverage calculations

v0.1.1 / 2016-03-05

  • Correct repository name in composer.json
  • Add a license

v0.1.0 / 2016-03-05

  • Initial Release