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.
0.2.1 - 2016-12-12
func (f File) Split(sep string) []string
- Split the file into a string slice using separator sep.
0.2.0 - 2016-11-07
- Test status and coverage thanks to travis-ci.org and coveralls.io.
Case.Diff(string)
to compare withCase.Out.String()
and print diff on failure.TestDir()
to run named sub tests for each golden in a directory.- Colourful diff output.
- In absence of
testing.T
an error will causelog.Println
to be called instead of a panic. - Errors now cause
t.Error
instead oft.Fatal
.
- Initial public release under the MIT license.