Skip to content

Releases: codemod-com/tree-sitter-angular

0.6.5

28 Feb 19:00
Compare
Choose a tag to compare

0.6.5 (2025-02-28)

Bug Fixes

  • Parse complex quoted attributes (99d4cf0)

0.6.4

28 Feb 06:33
Compare
Choose a tag to compare

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

26 Feb 07:30
Compare
Choose a tag to compare

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)

0.6.2

26 Feb 00:36
Compare
Choose a tag to compare

0.6.2 (2025-02-26)

Bug Fixes

  • Improve binary expression and pipe arguments parsing (c7df4b5)

0.6.1

25 Feb 21:56
Compare
Choose a tag to compare

0.6.1 (2025-02-25)

Bug Fixes

  • Fix the pipe arguments precedence (102953a)

0.6.0

21 Feb 08:03
Compare
Choose a tag to compare

0.6.0 (2025-02-21)

Bug Fixes

  • Fix the parser's errors in detecting control flow siblings of texts (9c46bf0)
  • Improve structural directives (4184900)

0.5.7

01 Feb 06:03
Compare
Choose a tag to compare

0.5.7 (2025-02-01)