From 91eec6c0bb17519d6fe0dfa21ed02b350306b495 Mon Sep 17 00:00:00 2001 From: Luiz Guilherme D'Abruzzo Pereira Date: Mon, 23 Aug 2021 14:34:58 -0300 Subject: [PATCH] update changelog and version --- changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f02b1d1..a766f7a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # illogical changelog +## 1.5.1 + +- Fix issue with nested conditions not being completely simplified. + ## 1.5.0 - Add simplify capability to strictly evaluate the expression for all referred values diff --git a/package.json b/package.json index 5bf35e7..3561b16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@briza/illogical", - "version": "1.5.0", + "version": "1.5.1", "description": "A micro conditional javascript engine used to parse the raw logical and comparison expressions, evaluate the expression in the given data context, and provide access to a text form of the given expressions.", "main": "lib/illogical.js", "module": "lib/illogical.esm.js",