Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

64 lines (42 loc) · 1.76 KB

Changelog

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.

[0.2.1] - 2020-08-17

Changed

  • in will now accept null or anything that evaluates to null for its second argument

0.2.0 - 2020-08-17

Added

  • A new cmdline feature that builds a jsonlogic binary for JsonLogic on the commandline

Changed

  • all, some, and none will now accept an initial argument (the iterator) that is or evaluates to null.

0.1.3 - 2020-07-15

  • More minor CI fixes

0.1.2 - 2020-07-14

Chore

  • A bunch of minor fixes to get the CI pipeline working for all platforms

0.1.1 - 2020-07-14

Fixed

  • 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

Chore

  • CI fixes for distribution of all the python wheels
  • Bumped version to test distribution pipeline

Docs

  • Installation instructions in README

0.1.0 - 2020-07-05

Added

  • All standard JSONLogic operations
  • WASM build
  • Python SDist build
  • Packages published & registered on the various package repositories