Skip to content

v1.3.6

Compare
Choose a tag to compare
@jodarove jodarove released this 05 Mar 23:08
· 1850 commits to master since this release

Bug Fixes

  • #1750 - compiler: This change disables the wrap_func_args terser output. This option breaks the regular expression used for module namespace mapping. On top of this, the latest JavaScript VMs already optimize for such a pattern and the function expression wrapping might actually hurt performance.

  • #1728 - wire-service: This change fixes an issue in which a wire adapter receives an incomplete config when the wire instance has 2 or more reactive parameters with the same head: { p1: '${head}.foo', p2: ${head}.bar }.

Internal