Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 19:22
· 1 commit to main since this release

Patch Changes

  • #2326 807b725 Thanks @DylanPiercey! - Deprecated the Marko.RepeatableAttrTag type (which is now an alias of Marko.AttrTag). This type was overcomplicating things and leading people to incorrectly handle the single item case. Update docs to avoid recommending relying on the array case since this behavior changes in Marko 6 to always be a single (iterable) item.

    Updates the Marko.Input type to handle changes to the Marko.Body type from @marko/language-tools.