Skip to content

Releases: marvindv/jsonlogic_rs

Update Readme

05 Mar 22:07

Choose a tag to compare

v0.5.1

release 0.5.1

Operators support completed

06 Dec 12:33

Choose a tag to compare

Implemented the remaining array operators

  • map, filter, reduce
  • all, none, some

and added the fizzbuzz example.

String, log and some array operators

04 Dec 11:51

Choose a tag to compare

Added the log operator and the following:

String operations:

  • in
  • cat
  • subst

Array operations:

  • merge
  • in

Complete numeric operations

30 Nov 11:41

Choose a tag to compare

v0.3.0

release 0.3.0

Add missing and missing_some operator

28 Nov 22:17

Choose a tag to compare

Improved equality and compare operators

26 Nov 23:50

Choose a tag to compare

Improved the equality and compare operator implementations to match the ECMAScript specification.

Readme update

26 Nov 18:52

Choose a tag to compare

v0.1.1

bump version

Initial release

26 Nov 13:30

Choose a tag to compare

v0.1.0

add license