Releases: diegoholiveira/jsonlogic
Releases · diegoholiveira/jsonlogic
v3.7.3
What's Changed
- Fix some comparisons by @gburt in #100
- small cleanup by @diegoholiveira in #101
New Contributors
Full Changelog: v3.7.2...v3.7.3
v3.7.2
What's Changed
- Modify
_or
to return the parsed value instead of the original value by @diegoholiveira in #99
Full Changelog: v3.7.1...v3.7.2
v3.7.1
What's Changed
- Ensure empty slices have the same behavior as empty strings by @diegoholiveira in #97
Full Changelog: v3.7.0...v3.7.1
v3.7.0
What's Changed
- Mark
ApplyInterface
as public method by @diegoholiveira in #94 - Go 1.18 as minimum requirement by @diegoholiveira in #95
Full Changelog: v3.6.1...v3.7.0
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