Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
2.0.0-beta.24 (2025-04-27)
Note: Version bump only for package @aurelia/expression-parser
2.0.0-beta.23 (2025-01-26)
Features:
- tooling: type-checking for templates - Phase1 (#2066) (ebc1d0c)
- templating: support exponentiation operator (#2070) (373a656)
- expression-parser: NewExpression (#2068) (ae15ed8)
- expression-parser: impl NewExpression (ae15ed8)
Refactorings:
- ast.eval: remove loose mode (ae15ed8)
2.0.0-beta.22 (2024-09-30)
Refactorings:
- parser: no longer provide default to exp parser interface (#2024) (b55cbcd)
2.0.0-beta.21 (2024-08-08)
Features:
- ast: Increment/decrement assign (#2004) (4cfc0a3)
2.0.0-beta.20 (2024-07-07)
Note: Version bump only for package @aurelia/expression-parser
2.0.0-beta.19 (2024-06-12)
Note: Version bump only for package @aurelia/expression-parser
2.0.0-beta.18 (2024-05-23)
Bug Fixes:
- dev: turbo package input + ts dev script (253e92a)
- convention: use array for bindables isntead of object (#1967) (f1a73d6)
Refactorings:
- collection: define map & set overrides on the instance instead of prototype (#1975) (253e92a)
- runtime: reoganise utils import (253e92a)
- *: extract error codes and cleanup (#1974) (63ffdc9)
2.0.0-beta.17 (2024-05-11)
Note: Version bump only for package @aurelia/expression-parser
2.0.0-beta.16 (2024-05-03)
Refactorings:
- *: extract template compiler into own package (#1954) (ad7ae1e)
2.0.0-beta.15 (2024-04-17)
Refactorings:
- expression-parser: move exp parser to its own package (#1943) (6e7dcad)