All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
In this release, we added breaking changes by #18. Now user can set custom asset function to each test cases. Since this added new field named AssertFunc
to TestCase
struct, the code which uses it without specifying field name will be broken. To migrate to new version easily, we add NewTestCase
function. Check #18 and see how our example migrate to new TestCase
by it.
- Add MkdirAll if not exist output directory #14
- Allow to provide custom assert function to
TestCase
#18
- Stop support Go 1.6.x #20
Initial release.
- Fundamental features