Skip to content

Releases: diegoholiveira/jsonlogic

v3.7.3

17 Jan 19:08
23f094e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.2...v3.7.3

v3.7.2

16 Jan 16:36
cfec081
Compare
Choose a tag to compare

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

12 Jan 16:42
40cb81b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.0...v3.7.1

v3.7.0

05 Jan 16:59
1dafb58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.1...v3.7.0

v3.6.1

16 Dec 14:24
659feac
Compare
Choose a tag to compare

What's Changed

  • chore(jsonlogic): Modified the logic to evaluate 'and' & 'or' lazily by @cupofcat in #92

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

09 Dec 21:03
3d5f2e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.3...v3.6.0

v3.5.3

28 Apr 22:15
46da249
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.2...v3.5.3

v3.5.2

16 Apr 12:15
967fd4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.1...v3.5.2

v3.5.1

10 Apr 16:47
0926afe
Compare
Choose a tag to compare

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

03 Apr 23:27
f82ebb4
Compare
Choose a tag to compare

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