All Versions
13
Latest Version
Avg Release Cycle
96 days
Latest Release
1268 days ago

Changelog History
Page 1

  • v3.0.3 Changes

    October 08, 2020
    • ๐Ÿ›  assert: fixes a bug that would cause a panic if there were any function calls before assert.Check on the same line
    • โšก๏ธ golden: create the directory if it does not exist, when run with -test.update-golden
  • v3.0.2 Changes

    February 09, 2020

    ๐Ÿ›  Fixed assert.NilError when used with non-nil errors with a type.

  • v3.0.1 Changes

    February 05, 2020

    ๐Ÿ›  Fix import alias to point at the /v3 path

  • v3.0.0

    August 18, 2019
  • v2.3.0 Changes

    December 23, 2018

    This version includes the following changes:

    • ๐Ÿ“ฆ a go.mod and go.sum were added to support consuming the package using go modules #136
    • โœ… [fs] the Apply function was added #130
    • โœ… [poll] add common check function implementations #132
    • โœ… [fs] add more PathOp functions #133 #135
    • โœ… [skip] support a message from the check function #137

    ๐Ÿš€ Thanks @glefloch, and @icholy for your contributions to this release!

  • v2.2.0 Changes

    November 11, 2018

    This version includes the following changes:

    • [fs] FromDir now handles symlinks properly
    • ๐Ÿ‘ [fs] Support carriage return insensitive comparisons for file content
    • [assert] Improve failures message of Error
    • [assert] Fix a panic when an assertion was used in a defer
    • [env] Fix a panic in ToMap when used with an empty variable
    • [fs] Fix the filename used by NewFile and NewDir when the name included a path separator
    • โž• Additional test coverage
    • [icmd] Add some common CmpOp
    • [assert] add Regexp assertion

    Thanks @vdemeester @kolyshkin @silvin-lubecki for the contributions!

  • v2.1.0

    May 22, 2018
  • v2.0.0

    May 03, 2018
  • v1.4.0 Changes

    April 30, 2018
    • ๐Ÿ›  fix some windows bug, CI now includes windows
    • [assert] add Error convenience functions
    • โœ… [assert] add a gty-migrate-from-testify tool for automated migration from testify
    • ๐Ÿ“ฆ [x/subtest] add an experimental subtest package
    • [fs] add assertions/comparison of a manifest to a filesystem
  • v1.3.0

    February 20, 2018