Skip to content

Releases: diegoholiveira/jsonlogic

v2.2.1

20 Sep 17:06
Compare
Choose a tag to compare
Fixing merge recursive (#19)

Add a ApplyInterface method

10 Sep 19:37
Compare
Choose a tag to compare
v2.2.0

Create an simple method to avoid convert into and from json

v2.1.0

23 Aug 20:23
Compare
Choose a tag to compare
Create a method to use json.RawMessage as input instead of io.Reader

v2: Using io.Writer and io.Reader interfaces

01 Jul 13:31
1a172a1
Compare
Choose a tag to compare

This release do a BC refactor in our interface to achieve a better API. Instead of use interface{} and pointers to read and write JSON Logic results, we use the io.Reader and io.Writer interfaces, this change makes our library with a better API.

v1: first release of our library

28 Jun 00:29
Compare
Choose a tag to compare
v1.0.0

Make division have the same behavior as sum and multiplication (#14)