Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

53 lines (38 loc) · 1.51 KB

Change Log

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

Added

  • func (f File) Split(sep string) []string
    • Split the file into a string slice using separator sep.

0.2.0 - 2016-11-07

Added

  • Test status and coverage thanks to travis-ci.org and coveralls.io.
  • Case.Diff(string) to compare with Case.Out.String() and print diff on failure.
  • TestDir() to run named sub tests for each golden in a directory.
  • Colourful diff output.

Changed

  • In absence of testing.T an error will cause log.Println to be called instead of a panic.
  • Errors now cause t.Error instead of t.Fatal.

0.1.0 - 2016-10-29

Added

  • Initial public release under the MIT license.