- (A) New web package for handler tests
- (C) Optimize output of last change
- (C) Fix output in case of failing web body assertions
- (A) Asserts now contains NotOK() and AnyError()
- (C) Asserts created with NewTesting() now uses the Failable as Printer if it implements the according interface
- (A) Generator now contains OneOf()
- (A) Asserts now contains NotPanics() and PanicsWith()
- (C) Asserts.OK() now also handles func() error
- (C) Migrate Tester into private helper functions
- (D) Drop unused output in Asserts unit test
- (C) Length tester now counts runes instead of bytes in case of strings
- (C) Extend Asserts.OK() for more types
- (C) Extend Asserts.NoError() to not only check for nil but also in case of a T.Err() instance to return no error
- (C) Same for Asserts.ErrorMatch() and Asserts.ErrorContains()
- (C) Add Asserts.OK() as a simple alias for Asserts.True()
- (C) Fix the public embedding of the Tester to Asserts
- (C) Fix output of Asserts.ErrorMatch()
- (C) Extracted from Tideland Go Library as part of split