Releases: donejs/cli
Releases · donejs/cli
Use cross-spawn
This fixes the import of cross-spawn
instead of the deprecated cross-spawn-async
.
Upgrade dependencies
The following dependencies are upgraded in this release:
cross-spawn-async
tocross-spawn
"debug": "^2.2.0"
to"debug": "^4.1.1"
"q": "^1.4.1"
to"q": "^1.5.1"
"yeoman-environment": "^1.2.7"
to"yeoman-environment": "^2.3.4"
Handle creating folder structure for scoped projects
Bumped to match version of donejs
3.2.0.
3.1.1
3.1.0
3.0.0
v2.1.0
1.1.0
This release of donejs-cli, 1.1.0 is a minor release revolving around done-ssr 1.3.0, which introduces a new Zones API (using can-zone plugins) as an alternative to the done-ssr API for lower-level control.
Additionally this upgrades all DoneJS dependencies to their latest versions.
Unlocked Potential
With the advent of npm5 and package-locks being default, this patch release was necessary to prevent package-lock files from being creating during the CLI's "init" step. Along with a patch release to donejs/donejs, npm5 now works with the DoneJS CLI. 🎉