Skip to content

Releases: jameskfry/expression-language

Release v2.5.4

05 Mar 17:40
f990f6a

Choose a tag to compare

Changes in this Release

  • f990f6a - Resolved dependency vulnerabilities and fixed bug with 'isset()'
  • 55ee4bc - Merge pull request #40 from jameskfry/dependabot/npm_and_yarn/locutus-3.0.0
  • 556a7fd - Merge pull request #39 from jameskfry/dependabot/npm_and_yarn/multi-770cfcd984
  • 7f0ed24 - Merge pull request #38 from jameskfry/dependabot/npm_and_yarn/rollup-2.80.0
  • 03df434 - Bump locutus from 2.0.39 to 3.0.0
  • 4ca3965 - Bump minimatch
  • 793bf17 - Bump rollup from 2.79.2 to 2.80.0

Release v2.5.3

05 Feb 17:20
22aaaa9

Choose a tag to compare

Changes in this Release

  • 22aaaa9 - Bump version from 2.5.2 to 2.5.3
  • 0d91286 - Change GitHub Actions permissions for contents
  • 4dfa62b - Bump version from 2.5.1 to 2.5.2
  • 7106ac1 - Merge pull request #37 from jameskfry/dependabot/npm_and_yarn/locutus-2.0.39
  • 82a7a1b - Bump locutus from 2.0.32 to 2.0.39

Release v2.5.1

16 Dec 18:37
fbc94a4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.5.1

Release v2.5.0

29 Aug 21:46
e4c5000

Choose a tag to compare

Changes in this Release

  • e4c5000 - Adding in IGNORE_UNKNOWN_* exports. Improving README with examples. Adding more tests for parse and lint methods.

Release v2.4.0

29 Aug 21:15
8b07eb4

Choose a tag to compare

Changes in this Release

  • 8b07eb4 - Added referenced const back into test context
  • 75b6e9a - Added feature parity list in README.md. Implemented more tests to ensure feature parity.
  • 35dda44 - Added feature parity list in README.md. Implemented more tests to ensure feature parity.
  • ce37fa8 - Added feature parity list in README.md. Implemented more tests to ensure feature parity.
  • a037460 - Adding new tests to verify ternary operations

Release v2.3.0

28 Aug 00:48
914f20b

Choose a tag to compare

Changes in this Release

  • 914f20b - Adding built-in function 'enum', to improve feature parity with Symfony/ExpressionLanguage component
  • 0c2e165 - Adding built-in functions min, max, constant

Release v2.2.0

27 Aug 21:54
29de313

Choose a tag to compare

Changes in this Release

  • 29de313 - Implemented fromJavascript method for ExpressionFunction

Release v2.1.0

27 Aug 21:40
5aa7b24

Choose a tag to compare

Changes in this Release

  • 5aa7b24 - Adding serialized parsed expression back in for backward compatibility
  • 2bd7b64 - Expanded tests and added support for null coalescing operations. Generally improved feature parity with Symfony package

Release v2.0.3

26 Aug 21:26
a881c47

Choose a tag to compare

Changes in this Release

  • a881c47 - Updating patch version
  • c42b2da - Consolidating npm publish and github release into single workflow
  • 17f21f8 - Creating more reliable release process
  • 5665ef2 - Fixing action
  • c7628a8 - Adding MIT license file
  • 4498ec7 - Refactored version check into action

Added direct browser usage support and standardized named imports

22 Jul 17:56
7f07f8b

Choose a tag to compare

What's Changed

  • Added support for the newer string operators by @nicosp in #32
  • Bump cross-spawn from 6.0.5 to 6.0.6 by @dependabot[bot] in #31

New Contributors

Full Changelog: v1.2.0...v2.0.0