Releases: orzyyyy/nino-cli
Releases · orzyyyy/nino-cli
1.0.3
2019-07-17
- [perf] remove setup script of Enzyme.configure. Now you don't need add
import 'nino-cli/scripts/setup'
into your test unit.
- [fix] copy assets for
nino go
, for missing css files when running it.
1.0.2
2019-07-11
- [Fix] add missing script for
prettier
1.0.1
2019-07-11
- [Fix] add missing script for
test
1.0.0
2019-07-11
- [Refactor] Reboth with TypeScript.
- [Break] Remove support of
eslint
.
- [Break] Redesign api of
go
, koei
and compile
.
- [Feature] Speed
test
up
0.8.5
- revert from 0.8.3 and 0.8.4
0.8.4
- fix: can't parse import when building
- check there =>
lib/Container/index.js from Terser
Import statement may only appear at top level [lib/Container/index.js:893,0]
0.8.3
- fix: warning when parsing *.map
- chore: upgrade deps
0.8.2
fix: unexpectly copy file in src/assets to dist/assets when running koei
0.8.1
- fix: losing file that copied by copy-webpack-plugin when running koei 86e2314
0.8.0
- support to compile to es2015+