Skip to content

Releases: marko-js/tags-api-preview

v0.8.0

31 Dec 00:08
Compare
Choose a tag to compare

Minor Changes

  • fa87e07: Upgrades to work with latest marko compiler.

v0.7.8

03 Oct 23:20
Compare
Choose a tag to compare

Patch Changes

  • 2fba2c9: Use meta.hasFunctionEventHandlers from recent marko releases when we detect an event or change handler to ensure the template is marked for client side compilation.`

v0.7.7

16 Aug 17:25
f1ee0c9
Compare
Choose a tag to compare

Patch Changes

  • f996c1e: Update node version for CI
  • bc6ccd2: Fix input dependency tracking

v0.7.6

07 Aug 18:18
Compare
Choose a tag to compare

Patch Changes

  • 97ec7db: Fix issue with cached values inside attribute tags.

v0.7.5

25 Mar 14:40
Compare
Choose a tag to compare

Patch Changes

  • 8b85ca8: Fix const reassignment when using the let tag and spread attributes

v0.7.4

11 Mar 23:55
Compare
Choose a tag to compare

Patch Changes

v0.7.3

26 Feb 17:14
Compare
Choose a tag to compare

Patch Changes

  • 87c09f8: Improve get tag type by accepting an optional type parameter that specifies the returned value type

v0.7.2

30 Jun 22:28
Compare
Choose a tag to compare

Patch Changes

  • d6f4d64: Fix incorrect types for the get/set tags.

v0.7.1

31 May 19:03
aa0fdfc
Compare
Choose a tag to compare

Patch Changes

  • 49637c2: improve member expression caching

v0.7.0

18 Apr 17:58
Compare
Choose a tag to compare

Minor Changes

  • b6bc25d: Improve caching to be more like Marko 6. Fixes an issue with conditionally caching functions.