All Versions
5
Latest Version
Avg Release Cycle
262 days
Latest Release
1445 days ago
Changelog History
Changelog History
-
v1.0.4 Changes
November 26, 2020➕ Added a go module as per https://blog.golang.org/migrating-to-go-modules
-
v1.0.3 Changes
February 01, 2018➕ Added matchers:
- has.TypeName - checks if an instance has the struct name x where x is a string or a matcher
- shortcut matchers is.True and is.False
-
v1.0.2 Changes
January 21, 2018Includes:
- has length panicked with nil actual Matt Corby 21/01/2018 20:48
- godoc for AppendActual Matt Corby 21/01/2018 16:40
- anyof and all of now carry actuals over Matt Corby 21/01/2018 16:36
- Length matcher actual was only useful if you know the length of actual
- not now carries the actual over.
-
v1.0.1 Changes
January 17, 2018EqualToIgnoreWhitespace matcher added.
-
v1.0.0
January 15, 2018