Releases: codemod-com/tree-sitter-angular
Releases · codemod-com/tree-sitter-angular
0.6.5
0.6.4
0.6.4 (2025-02-28)
Bug Fixes
- comma separation and number unit fixes (03586a0)
- Fix arguments of call expression (1b8f3ee)
- Fix conditional expression with piped expressions (f33a9c6)
- Fix ternary expressions to accept any type of expression for consequence (2fd6a9b)
- Fix trailing commas for arrays and objects (6f6fced)
- Remove concatenation in favor of binary ops (376e761)
- structural let expression (0107fda)
- Support any expression inside array literals (105add8)
- Support negative numbers (c5a326e)
- Support object shorthand (2e1d522)
0.6.3
0.6.3 (2025-02-26)
Bug Fixes
- Fix for statement with multiple references (0261d5a)
- Fix nested unary expression (8945ace)
- Fix rust crate (fc58470)
- Fix switch statements with expression conditions (bcd2168)
- Support non-null assertion and optional chaining in bracket expression (2f822c4)
- Support then template in structural directives (13cb195)