Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Releases: mofon-design/wc-jsx

0.7.0-beta.2

0.7.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@imhele imhele released this 02 Nov 07:36

remove [].unshift().

0.7.0-beta.1

0.7.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@imhele imhele released this 29 Oct 04:28

syntax optimization.

0.7.0-beta.0

0.7.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@imhele imhele released this 29 Oct 03:07

product optimization.

0.6.0-beta.1

Choose a tag to compare

@imhele imhele released this 26 Oct 03:36

Syntax optimization:

  • for (v of []) => for (i = 0; i < [].length; i++)
  • [].reverse() => for (i = [].length; i >= 0; i--)

0.6.0-beta.0

Choose a tag to compare

@imhele imhele released this 22 Sep 13:02

Upgrade dev dependency @mofon-design/wc-core.

0.5.0-beta.0

Choose a tag to compare

@imhele imhele released this 02 Sep 03:49

Separate out a new package @mofon-design/wc-jsx from @mofon-design/wc-core.