All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
in
will now acceptnull
or anything that evaluates tonull
for its second argument
0.2.0 - 2020-08-17
- A new
cmdline
feature that builds ajsonlogic
binary for JsonLogic on the commandline
all
,some
, andnone
will now accept an initial argument (the iterator) that is or evaluates tonull
.
0.1.3 - 2020-07-15
- More minor CI fixes
0.1.2 - 2020-07-14
- A bunch of minor fixes to get the CI pipeline working for all platforms
0.1.1 - 2020-07-14
- The Python source dist wasn't generating a Cargo lockfile prior to attempting
to determine the package version, causing the
cargo pkgid
command to fail
- CI fixes for distribution of all the python wheels
- Bumped version to test distribution pipeline
- Installation instructions in README
0.1.0 - 2020-07-05
- All standard JSONLogic operations
- WASM build
- Python SDist build
- Packages published & registered on the various package repositories