Releases: diegoholiveira/jsonlogic
Releases · diegoholiveira/jsonlogic
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
v3.3.0
What's Changed
- feat: add function to get jsonlogic with solved vars (replaced by values) by @FlorianRuen in #66
New Contributors
- @FlorianRuen made their first contribution in #66
v3.2.7
What's Changed
- Fixed subtraction from zero by @Rymmugygr in #62
- Add the toSliceOfNumbers to clear the code in
-
and/
functions by @diegoholiveira in #63 - Fix null comparisons by @reb-felipe in #64
New Contributors
- @Rymmugygr made their first contribution in #62
- @reb-felipe made their first contribution in #64
Full Changelog: v3.2.6...v3.2.7