Releases: marko-js/tags-api-preview
Releases · marko-js/tags-api-preview
v0.8.0
Minor Changes
- fa87e07: Upgrades to work with latest marko compiler.
v0.7.8
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
Patch Changes
- f996c1e: Update node version for CI
- bc6ccd2: Fix input dependency tracking
v0.7.6
Patch Changes
- 97ec7db: Fix issue with cached values inside attribute tags.
v0.7.5
Patch Changes
- 8b85ca8: Fix const reassignment when using the let tag and spread attributes
v0.7.3
Patch Changes
- 87c09f8: Improve get tag type by accepting an optional type parameter that specifies the returned value type
v0.7.2
Patch Changes
- d6f4d64: Fix incorrect types for the get/set tags.
v0.7.1
Patch Changes
- 49637c2: improve member expression caching
v0.7.0
Minor Changes
- b6bc25d: Improve caching to be more like Marko 6. Fixes an issue with conditionally caching functions.