Skip to content

Releases: diegoholiveira/jsonlogic

v3.0.2: Fixing nil exception for in operation (#42)

03 Aug 00:40
6e7b598
Compare
Choose a tag to compare
* Fixing nil exception

* Added unit test for in operator and nil inputs

v3.0.1

01 Sep 21:23
10d266f
Compare
Choose a tag to compare

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

13 Jul 21:20
Compare
Choose a tag to compare
v3.0.0

Jump to v3 to be compatible with go.mod

v2.5.2

29 May 14:15
57143ca
Compare
Choose a tag to compare
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

29 May 13:14
fa44901
Compare
Choose a tag to compare
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

02 Apr 17:57
Compare
Choose a tag to compare
v2.5.0

Make between complete

Fix access to maps and slices using numeric keys

02 Apr 12:40
238ac6d
Compare
Choose a tag to compare
v2.4.2

Fix access to properties using numeric keys (#31)

Use the position of the number to identify the first number

01 Apr 20:14
01dfba1
Compare
Choose a tag to compare
v2.4.1

Use the position of the number to identify the first number (#30)

v2.4.0: Introduce go modules support

06 Feb 16:25
42d6583
Compare
Choose a tag to compare
Apply fixers by golangci-lint (#25)

v2.3.1

21 Nov 15:56
Compare
Choose a tag to compare
fix empty rules map that should return an empty json object instead o…