Releases: marko-js/marko
Releases · marko-js/marko
marko@5.25.1
Patch Changes
-
#1916
ac1d5062a
Thanks @mlrawlings! - fix: modify/remove some inefficient regexes -
Updated dependencies [
ac1d5062a
]:- @marko/compiler@5.27.1
- @marko/translator-default@5.25.1
@marko/translator-default@5.25.1
Patch Changes
- #1916
ac1d5062a
Thanks @mlrawlings! - fix: modify/remove some inefficient regexes
@marko/compiler@5.27.1
Patch Changes
- #1916
ac1d5062a
Thanks @mlrawlings! - fix: modify/remove some inefficient regexes
marko@5.25.0
Minor Changes
- #1909
e8f1370cf
Thanks @DylanPiercey! - Allow repeated attribute tags without using amarko.json
file. Attribute tag objects now also containSymbol.iterator
implementation to make the single case more easily forwarded to the<for>
tag.
Patch Changes
-
#1914
22228e804
Thanks @DylanPiercey! - Upgrades the included version of HTMLJS-Parser -
#1910
8512cf397
Thanks @DylanPiercey! - Removes circular dependencies from the Marko runtime. -
#1913
2d3155e7b
Thanks @DylanPiercey! - Avoid using eval (in dev mode) for providing a better class name on component constructors. -
Updated dependencies [
22228e804
,8512cf397
,e8f1370cf
]:- @marko/compiler@5.27.0
- @marko/translator-default@5.25.0
@marko/translator-default@5.25.0
Minor Changes
- #1909
e8f1370cf
Thanks @DylanPiercey! - Allow repeated attribute tags without using amarko.json
file. Attribute tag objects now also containSymbol.iterator
implementation to make the single case more easily forwarded to the<for>
tag.
Patch Changes
-
#1914
22228e804
Thanks @DylanPiercey! - Upgrades the included version of HTMLJS-Parser -
#1910
8512cf397
Thanks @DylanPiercey! - Removes circular dependencies from the Marko runtime.
@marko/compiler@5.27.0
Minor Changes
- #1909
e8f1370cf
Thanks @DylanPiercey! - Allow repeated attribute tags without using amarko.json
file. Attribute tag objects now also containSymbol.iterator
implementation to make the single case more easily forwarded to the<for>
tag.
Patch Changes
- #1914
22228e804
Thanks @DylanPiercey! - Upgrades the included version of HTMLJS-Parser
marko@5.24.0
Minor Changes
- #1907
7211a6937
Thanks @DylanPiercey! - Expose$global
as a shorthand forout.global
within the template scope.
Patch Changes
- Updated dependencies [
7211a6937
]:- @marko/translator-default@5.24.0
- @marko/compiler@5.26.0
@marko/translator-default@5.24.0
Minor Changes
- #1907
7211a6937
Thanks @DylanPiercey! - Expose$global
as a shorthand forout.global
within the template scope.
@marko/compiler@5.26.0
Minor Changes
- #1907
7211a6937
Thanks @DylanPiercey! - Expose$global
as a shorthand forout.global
within the template scope.
@marko/translator-default@5.23.1
Patch Changes
- #1903
f2c8cad86
Thanks @LuLaValva! - Allow empty class members