<a name="1.4.0"></a>
# [1.4.0](https://github.com/TylorS/typed-test/compare/v1.3.0...v1.4.0) (2017-06-23)


### Bug Fixes

* **cli:** throw compiler errors when running tests ([9553f29](https://github.com/TylorS/typed-test/commit/9553f29))



<a name="1.3.0"></a>
# [1.3.0](https://github.com/TylorS/typed-test/compare/v1.2.0...v1.3.0) (2017-06-08)


### Bug Fixes

* **cli:** improve display of results ([624410a](https://github.com/TylorS/typed-test/commit/624410a))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/TylorS/typed-test/compare/v1.1.0...v1.2.0) (2017-06-08)


### Features

* **cli:** improve compilation performance ([615d659](https://github.com/TylorS/typed-test/commit/615d659))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/TylorS/typed-test/compare/v1.0.0...v1.1.0) (2017-06-07)


### Bug Fixes

* **cli:** remove requireFromString hack ([08788bb](https://github.com/TylorS/typed-test/commit/08788bb))
* **displayTestResults:** improve result output ([f54af1a](https://github.com/TylorS/typed-test/commit/f54af1a))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/TylorS/typed-test/compare/v0.9.0...v1.0.0) (2017-06-06)


### Features

* **assertions:** implement assertions ([9d608b4](https://github.com/TylorS/typed-test/commit/9d608b4))
* **cli:** finish implementing cli ([2c9d08a](https://github.com/TylorS/typed-test/commit/2c9d08a))
* **it:** implement it test ([384570c](https://github.com/TylorS/typed-test/commit/384570c))
* **src:** start from scratch ([20cc007](https://github.com/TylorS/typed-test/commit/20cc007))
* **test:** implement v1 ([037830b](https://github.com/TylorS/typed-test/commit/037830b))



<a name="0.9.0"></a>
# [0.9.0](https://github.com/TylorS/typed-test/compare/v0.8.0...v0.9.0) (2017-06-01)


### Bug Fixes

* **internal:** handle promises better ([fac6b08](https://github.com/TylorS/typed-test/commit/fac6b08))



<a name="0.8.0"></a>
# [0.8.0](https://github.com/TylorS/typed-test/compare/v0.7.0...v0.8.0) (2017-05-31)


### Bug Fixes

* **cli:** delete test file along with changed file ([25bd3ee](https://github.com/TylorS/typed-test/commit/25bd3ee))
* **cli:** invalidate cache ([9a80d2a](https://github.com/TylorS/typed-test/commit/9a80d2a))



<a name="0.7.0"></a>
# [0.7.0](https://github.com/TylorS/typed-test/compare/v0.6.0...v0.7.0) (2017-05-31)


### Bug Fixes

* **cli:** delete changed files from the cache ([1d694ce](https://github.com/TylorS/typed-test/commit/1d694ce))



<a name="0.6.0"></a>
# [0.6.0](https://github.com/TylorS/typed-test/compare/v0.5.0...v0.6.0) (2017-05-31)


### Bug Fixes

* **package:** move dep to correct field ([2ed4f14](https://github.com/TylorS/typed-test/commit/2ed4f14))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/TylorS/typed-test/compare/v0.4.0...v0.5.0) (2017-05-31)


### Features

* **beforeEach:** implement beforeEach ([58aa969](https://github.com/TylorS/typed-test/commit/58aa969))
* **cli:** implement watch mode ([875f063](https://github.com/TylorS/typed-test/commit/875f063))



<a name="0.4.0"></a>
# [0.4.0](https://github.com/TylorS/typed-test/compare/v0.3.0...v0.4.0) (2017-05-30)


### Bug Fixes

* **it:** ensure that async tests use done ([c9c0a34](https://github.com/TylorS/typed-test/commit/c9c0a34))



<a name="0.3.0"></a>
# [0.3.0](https://github.com/TylorS/typed-test/compare/v0.2.0...v0.3.0) (2017-05-27)


### Bug Fixes

* **types:** remove type param from Test ([56baa28](https://github.com/TylorS/typed-test/commit/56baa28))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/TylorS/typed-test/compare/a471975...v0.2.0) (2017-05-27)


### Bug Fixes

* **cli:** allow executing from cli ([93aeb77](https://github.com/TylorS/typed-test/commit/93aeb77))


### Features

* **typed-test:** implement test framework ([a471975](https://github.com/TylorS/typed-test/commit/a471975))



