Skip to content

v1.0.0

Compare
Choose a tag to compare
@huttotw huttotw released this 30 Jan 18:14
· 12 commits to master since this release
e6c3f57
  • Improved speed by reducing allocations made on the heap in Contains, NotContains, OneOf, NotOneOf
  • We are now consistent in returning false from any comparator which is trying to compare two values of different types. For instance, checking if a []string contains a float64 will return false; this used to return true.