Releases: ionic-team/ionic-cli
Releases · ionic-team/ionic-cli
1.7.16
2.0.0-beta.31
Bug Fixes
- bower: change check for bower to use execSync. (9de2157)
- login: show error message from login results on login failure. (2379b41)
- start: ensure that folders can be created even if they are numeric. (6322376)
Features
- start: remove javascript as an option for v2 projects because they should all be typescript. (3f87bfb)
2.0.0-beta.30
2.0.0-beta.29
Bug Fixes
- commands: add generate, prepare, address, compile to the available command list. (7ddd42e)
2.0.0-beta.28
Bug Fixes
- start: ensure that --no-ts flag provided to --v2 project start pulls the javascript version. (c30f9d8)
2.0.0-beta.27
Bug Fixes
- commands: ensure that rawCliArguments are passed to all tasks that are ran from cli.js. (5549b82)
2.0.0-beta.26
Features
- start: default all v2 projects that are started to use typescript. (3f80103)
Bug Fixes
- tests: add tests to cover cli tasks and utilities. (6c7a040)
- eslint: add parseInt to all request response checks because type coersion was removed. (5e283ce)
- login: correct email regex that was split to change decrease line length. (2dbd92c)
- serve: remove unused lab preview template (a100e8b)
- share: use app-lib project utility (6317e76)
- store: don't error if config isn't found (cd72553)