Skip to content

marko@5.35.22

Choose a tag to compare

@github-actions github-actions released this 10 Oct 17:36
· 1029 commits to main since this release
3fca231

Patch Changes

  • #2316 e57e706 Thanks @DylanPiercey! - Expose the v3 legacy helpers properly in the marko package.json

  • #2316 1e2c903 Thanks @DylanPiercey! - Fix regression where an out of order await resolves before the "" (automatically injected at the end of the body) would be flushed. In practice this means an in order await after all out of order awaits (that resolves after any of the out of order awaits) was causing some out of order awaits not to be reordered.