Skip to content

v0.2.0

Compare
Choose a tag to compare
@huttotw huttotw released this 28 Feb 22:14
· 35 commits to master since this release

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.