Files
zk-kit/.github
Vivian Plasencia 1afede18c1 feat: add @zk-kit/logical-expressions package (#310)
* feat: add package logical-expressions

This is a new package to evaluate logical expressions.

re #307

* refactor(logical-expressions): throw an error if the logical expression is incorrect

The algorithm throws an error if the logical expression is incorrect, eliminating the need for
previous validation.

re #307

* refactor(logical-expressions): throw an error if the logical expression is empty

re #307

* docs(logical-expressions): add instructions to install and use the package

re #307

* docs: update repo readme and codeowners files

re #307

* docs(logical-expressions): improve code documentation

re #307

* refactor(logical-expressions): export the applyOperator function

re #307

* refactor(logical-expressions): export the precedence function

re #307

* docs(logical-expressions): update evaluate function docs

re #307

* docs(logical-expressions): update code docs

re #307

* chore(logical-expressions): update package json file
2024-08-01 16:59:28 +02:00
..