Skip to content

Latest commit

 

History

History
126 lines (55 loc) · 5.3 KB

CHANGELOG.md

File metadata and controls

126 lines (55 loc) · 5.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.7.3 (2022-07-03)

Bug Fixes

  • complex Expression With only * (89a06dc)

1.7.2 (2022-06-07)

Bug Fixes

1.7.1 (2020-12-30)

Bug Fixes

  • complex2Basic now correctly handle one value expression (f304643)

1.7.0 (2020-12-10)

Features

  • now supports floating numbers (35bd489)

1.6.1 (2020-12-09)

Bug Fixes

  • fixArgs now check if args is valid, and if every arg is valid (8ca5a36)

1.6.0 (2020-12-09)

Features

  • factory.js: handle params and args with multiple trail in key (6750c60)

1.5.0 (2020-12-03)

Features

  • added id to SimpleToComplex rule generator (b6d537d)

1.4.3 (2020-12-03)

Tests

  • add Test case for empty basic rules (f766774)

1.4.2 (2020-12-03)

Bug Fixes

  • basicToComplex and or computation fix (2658ccb)

1.4.1 (2020-12-03)

Tests

  • get Rid of console.log in test (a00ccd0)

1.4.0 (2020-12-03)

Features

  • dont double-quote when BasicToComples + updated tests (0301c3a)

1.3.2 (2020-12-03)

Tests

  • updated Test for BasicToComplex (a0cec09)

1.3.1 (2020-11-29)

Docs

1.3.0 (2020-11-29)

Features

  • support pseudo JSONLogic syntaxt for expressions (cb38b13)

1.2.0 (2020-11-28)

Features

  • add complextToBasic and basicToComples condition converter (d4062f7)

1.1.4 (2020-11-13)

Bug Fixes

  • factory.js: more robust RegEx to extract params, including complex strings (4f4feea)

1.1.3 (2020-11-12)

1.1.2 (2020-11-12)

1.1.1 (2020-11-12)

Bug Fixes

  • add release pipeline + ESLint + Prettier + "use strict" (f525b9d)