Releases: diegoholiveira/jsonlogic
Releases · diegoholiveira/jsonlogic
v3.0.2: Fixing nil exception for in operation (#42)
* Fixing nil exception * Added unit test for in operator and nil inputs
v3.0.1
CHANGELOG
- Fix an error if var is missing from data
- Add go 1.15 test execution
jump to v3 to be compatible with go mod
v3.0.0 Jump to v3 to be compatible with go.mod
v2.5.2
fix panic on number to nil comparison (#34) * fix empty rules map that should return an empty json object instead of false * fix invalid comparisons to nil value #32 * fix panic on number to nil comparison * fix panic on number to nil comparison Co-authored-by: Ken Polizzi <ken.polizzi@jaguar-network.com>
v2.5.1
Fix #32 (#33) * fix empty rules map that should return an empty json object instead of false * fix invalid comparisons to nil value #32 Co-authored-by: Ken Polizzi <ken.polizzi@jaguar-network.com>
new release following little refactorings
v2.5.0 Make between complete
Fix access to maps and slices using numeric keys
v2.4.2 Fix access to properties using numeric keys (#31)
Use the position of the number to identify the first number
v2.4.1 Use the position of the number to identify the first number (#30)
v2.4.0: Introduce go modules support
Apply fixers by golangci-lint (#25)
v2.3.1
fix empty rules map that should return an empty json object instead o…