Releases: diegoholiveira/jsonlogic
Releases · diegoholiveira/jsonlogic
v2.2.1
Fixing merge recursive (#19)
Add a ApplyInterface method
v2.2.0 Create an simple method to avoid convert into and from json
v2.1.0
Create a method to use json.RawMessage as input instead of io.Reader
v2: Using io.Writer and io.Reader interfaces
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
v1.0.0 Make division have the same behavior as sum and multiplication (#14)