Skip to content

Releases: donejs/cli

Use cross-spawn

18 Jun 13:26
Compare
Choose a tag to compare

This fixes the import of cross-spawn instead of the deprecated cross-spawn-async.

#122

Upgrade dependencies

18 Jun 13:25
Compare
Choose a tag to compare

The following dependencies are upgraded in this release:

  • cross-spawn-async to cross-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"

#121

Handle creating folder structure for scoped projects

24 Apr 14:59
Compare
Choose a tag to compare

Bumped to match version of donejs 3.2.0.

3.1.1

27 Dec 13:13
Compare
Choose a tag to compare

This updates new donejs projects so that they now use the can package to configure .stache files.

3.1.0

30 Nov 20:31
Compare
Choose a tag to compare

This is a minor release for the changes to donejs upgrade.

3.0.0

15 Nov 13:29
Compare
Choose a tag to compare

This is donejs-cli 3.0, bringing CanJS 5.0 and StealJS 2.0 to DoneJS apps. Additionally this includes the changes to done-ssr such as incremental rendering by default.

v2.1.0

23 Mar 23:48
Compare
Choose a tag to compare

Add --yes option to init command to use defaults #101

1.1.0

06 Nov 14:42
Compare
Choose a tag to compare

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

29 Jun 05:02
Compare
Choose a tag to compare

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. 🎉