Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 01:32
· 1 commit to main since this release

Minor Changes

  • #10 86a40c2 Thanks @DylanPiercey! - Support the async shorthand method modifier as an attr_method_async node, eg <button async onClick() { await save() }>, keep a whitespace preceded >= in an attribute value instead of ending the tag, stop an unenclosed attribute value from swallowing a following close tag, and step over literals and comments when scanning an async method's signature.