Releases: marko-js/marko
@marko/[email protected]
Patch Changes
-
#2648
3b883d4
Thanks @DylanPiercey! - Fix issue where tags added from the translator were given lower priority than tags added by the core compiler.
@marko/[email protected]
Patch Changes
-
#2648
73399fe
Thanks @DylanPiercey! - Optimize to avoid for/if branch markers in some cases. -
#2648
cdf24a3
Thanks @DylanPiercey! - Isolate branch serialization reasons from the branch itself. -
#2648
4cfdcb5
Thanks @DylanPiercey! - Fix marker serialization for if and dynamic tag in some optimized cases. -
#2648
3b883d4
Thanks @DylanPiercey! - Fix issue where tags added from the translator were given lower priority than tags added by the core compiler. -
Updated dependencies [
3b883d4
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
-
#2647
b355d52
Thanks @DylanPiercey! - Fix for loop marker serialization when marker has more serialize reasons than the branch. -
#2645
eec34f2
Thanks @DylanPiercey! - Optimize duplicate adjacent effect calls to reuse the effect id.
@marko/[email protected]
Patch Changes
- #2648
3b883d4
Thanks @DylanPiercey! - Fix issue where tags added from the translator were given lower priority than tags added by the core compiler.
@marko/[email protected]
Patch Changes
- #2643
2872b44
Thanks @DylanPiercey! - Move owner and closure serialization tracking to analyze phase.
@marko/[email protected]
Patch Changes
-
#2641
55f0e5b
Thanks @DylanPiercey! - Avoid serializing markers for stateless define tag instances. -
#2641
6a09e6e
Thanks @DylanPiercey! - Fix race condition when runtime loads before initial flush.
Refactor inline runtime to be slightly smaller.
@marko/[email protected]
Patch Changes
- Updated dependencies [
8386d6e
,5346eb9
]:- @marko/[email protected]
@marko/[email protected]
Patch Changes
-
#2636
04a9267
Thanks @DylanPiercey! - Reduce serialized data and markers by providing input based serialize reasons from parent to child and guarding in the child. -
Updated dependencies [
ff1776f
,04a9267
,04a9267
]:- @marko/[email protected]
@marko/[email protected]
Major Changes
- #2640
5346eb9
Thanks @DylanPiercey! - Release Tags API as 6.0.0.
Patch Changes
- #2638
8386d6e
Thanks @DylanPiercey! - Avoid id tag variable seen as stateful.
@marko/[email protected]
Patch Changes
-
#2636
ff1776f
Thanks @DylanPiercey! - Add better nullable check to node evaluation. -
#2636
04a9267
Thanks @DylanPiercey! - Reduce serialized data and markers by providing input based serialize reasons from parent to child and guarding in the child. -
#2636
04a9267
Thanks @DylanPiercey! - Analyze return tag values from child templates to determine if they are stateful. -
Updated dependencies [
dc748b4
]:- @marko/[email protected]