- 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
- Update tests to record coverage data, and add tests for size and length assertions
- Fix size method, and add a few comments
- Reshuffle a few things, and add code coverage calculations
- Correct repository name in composer.json
- Add a license
- Initial Release