Releases: diegoholiveira/jsonlogic
Releases · diegoholiveira/jsonlogic
v3.6.1
v3.6.0
What's Changed
- Make
ApplyInterface
private by @diegoholiveira (39698be) - Remove non canonical in_sorted operator by @diegoholiveira (a76f68e)
- Allow in to be called with one parameter only by @diegoholiveira
2fc6d72 - Allow variables on reduce operator by @diegoholiveira
2cc20c2 - Make
==
operator behave like==
from spec by @diegoholiveira
800dac4
Full Changelog: v3.5.3...v3.6.0
v3.5.3
What's Changed
- Ensure all boolean output from map is considered by @diegoholiveira in #85
Full Changelog: v3.5.2...v3.5.3
v3.5.2
What's Changed
- Ensure getVars only returns primitive values when value == by @diegoholiveira in #82
Full Changelog: v3.5.1...v3.5.2
v3.5.1
What's Changed
- Solve vars with the current value before solve it with all data by @diegoholiveira in #80
Full Changelog: v3.5.0...v3.5.1
v3.5.0: deprecate ApplyInterface
What's Changed
- deprecated: ApplyInterface will be a private function in the next release due to data types not compatible with the JSON and Javascript types.
Full Changelog: v3.4.1...v3.5.0
v3.4.1
What's Changed
- feat: support parsing of int by @Kavindu-Dodan in #78
New Contributors
- @Kavindu-Dodan made their first contribution in #78
Full Changelog: v3.4.0...v3.4.1
v3.4.0
What's Changed
- Verify array before try to access any position by @diegoholiveira in #76
Full Changelog: v3.3.2...v3.4.0
v3.3.2
What's Changed
- Ensure value is string before trying to convert it by @diegoholiveira in #73
Full Changelog: v3.3.1...v3.3.2
v3.3.1
What's Changed
- Update readme by @craigpastro in #68
- Enable Go 1.20 and 1.21 in ci by @craigpastro in #69
- Use the first value when min / max by @diegoholiveira in #72
New Contributors
- @craigpastro made their first contribution in #68
Full Changelog: v3.3.0...v3.3.1