version 0.9.3 
- New function 'expect_identical'
- All functions of the form 'expect_lol' can now also be called as 'checkLol' 
  (similar to, but not the same as 'RUnit' syntax)
- Expect_* functions now have first argument 'current' and second argument 'target'
- Added 'summary' method for objects of class 'tinytests'
- Default test directory is now 'inst/tinytest'
- Fix: 'as.data.frame' crashed on tinytests object with all tests passing.

version 0.9.2
- Processed review by CRAN team member.
- Output coloring is now optional.
- Fixed issue so package works correctly with r-oldrel.

version 0.9.1
- Fixed a few CRAN warnings.

version 0.9.0
- Initial release.
