1.0.2
- Adds a command,
ember cdv:lint-index
, which validates ember-cordova/cordova/www/index.html for a leading/
in paths. While ember:cdv validates your ember config, this prevents items such as hardcoded CDN URLs slipping through. By @jordanyee; - Deprecates
ember cdv proxy
in favour ofember cdv:proxy
;