Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: huttotw/grules

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow substring comparisons (#15)

* Support substring comparions for 'contains' and 'ncontains'

* Fix some comments

* Add benchmarks for string contains

v1.3.0

Toggle v1.3.0's commit message
add regular expression comparator

v1.2.0

Toggle v1.2.0's commit message
remove ability to create engines without json

v1.1.0

Toggle v1.1.0's commit message
make use of maps to speed up oneof and noneof

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from huttotw/feature/performance

feature/performance

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from acoulter1/master

Add noneOf comparator

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from huttotw/feature/ncontains

feature/ncontains

v0.2.1

Toggle v0.2.1's commit message
fix some copy pasta

v0.2.0

Toggle v0.2.0's commit message
drop support for all types other than float64 and string

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from huttotw/fix/float64

fix/float64