v1.0.0
- 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 afloat64
will returnfalse
; this used to returntrue
.