v0.2.0
In this release we drop support for all types other than string
and float64
. This was done in order to play more nicely with encoding/json
.
For more information: https://golang.org/pkg/encoding/json/#Token
Bug Fixes
- comparing int64 to float64 when the rule contained an integer, this always returned false.