v0.34.0-alpha.5
Pre-release
Pre-release
·
17 commits
to master
since this release
Overview
This release in the v0.34.0 release line adds Web Assembly serving / handling, adds support for WCC Signals, fixes a regression that was producing a max event listeners warning, and other small enhancements and fixes.
# npm
$ npm i -D @greenwood/cli@alpha
# Yarn 1.x (classic)
$ yarn upgrade @greenwood/cli@alpha --dev
# pnpm
$ pnpm i -D @greenwood/cli@alphaChangelog
- feature(cli): #1039 add wasm as standard greenwood resource
- feature(plugins): support wcc signals in import jsx plugin
- enhancement(cli): #1575 replace cpus.length with proper method (thanks @KaiPrince 🙌 )
- enhancement(cli): #1639 configure rollup to emit import attributes
- enhancement(cli): #823 replace copydir workaround with node
cpin copy lifecycle
(thanks @KaiPrince 🙌 ) - fix(cli): #1575 resolve too many listeners with task queue (thanks @KaiPrince 🙌 )
Features (Early Access)
N / A
Breaking Changes
N / A