Skip to content

Releases: ChromeGG/cel-js

Release 0.2.1

18 Jun 18:48
Compare
Choose a tag to compare
  • fix: narrow In operator detection (1f68179)
  • docs: 📝 update demo with custom functions (#29) (05f7641)

Release 0.2.0

11 May 20:21
Compare
Choose a tag to compare

Release 0.1.6

01 Apr 22:03
Compare
Choose a tag to compare
  • fix: export types (#26) (50bad60)
  • docs: 📝 add info about map to readme and update demo (d55f28e)

Release 0.1.5

15 Mar 20:29
Compare
Choose a tag to compare

Release 0.1.4

26 Feb 20:09
Compare
Choose a tag to compare
  • feat: ✨ list, in operator and size macro support (#20) (dfb3683)

Big thanks to @alvaro-saavedra-sumup who helped deliver these features!

Release 0.1.3

30 Jan 23:46
Compare
Choose a tag to compare
  • build: 👷 export only index and errors (18460f4)
  • build: 👷 decrease build size (30a9f89)

Release 0.1.2

30 Jan 23:00
Compare
Choose a tag to compare
  • build: 👷 use esbuild as a bundler (6d063a4)
  • docs: 📝 add live demo (c4279a8)
  • docs: 📝 add more examples to docs (d304ef0)

Release 0.1.1

30 Jan 20:27
Compare
Choose a tag to compare
  • fix: 🏷️ export types (baaad83)
  • docs: 📝 add demo (bb1622b)
  • docs: 📝 better view of covered CEL features (8cf086f)

Release 0.1.0

28 Jan 19:39
Compare
Choose a tag to compare
  • fix: 💚 fix build (a527323)
  • refactor: ♻️ type-safe getIdentifier (7541e3b)
  • fix: 💚 fix build (7cfb545)
  • feat: ✨ parse and evaluate as separate steps (de4f77c)
  • feat: ✨ Identifiers support (#18) (3e59d2e)
  • feat: ✨ : add unary expression support (#17) (90639c7)

Release 0.0.7

19 Dec 21:34
Compare
Choose a tag to compare
  • feat: ✨ add type recognition for all operations (#16) (b40dff5)
  • fix: 🐛 narrow multiplication operation (f38956a)
  • fix: 🐛 narrow addition operator to be available on specific types (7e292d9)
  • refactor: ♻️ order tokens and simplify parser (#15) (a88d376)
  • feat: ✨ support Logical OR (9a86331)
  • feat: ✨ support Logical AND (8627ee1)