Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 07:03
· 1 commit to main since this release
04736c7

0.5.0 (2024-09-23)

⚠ BREAKING CHANGES

  • If-statement blocks have been rewritten
  • For-statements have been rewritten.
  • Defer blocks have been rewritten
  • Switch-case expressions have been rewritten and
    improved

Features

  • add support for angular 18.1 [@let](https://github.com/let) expression (#47) (1c6bc63)
  • Improved if-statement blocks (d0b64d0)
  • rewrite defer blocks (8c0b9c1)
  • rewrite for-statements (2c0e565)
  • Rewrite switch expressions (989c2a6)

Bug Fixes

  • binary expressions to allow nesting (ed968d7), closes #41
  • handling of consecutive if/for/defer statements and their optionals (660e6c4)
  • update filetype in docs (31182d4)
  • #44: animation bindings can omit the trigger (77d737c), closes #44
  • workflow secrets (c473dbc)