- CSRF cookie fixes
- npm-shrinkwrap
- Update ionic.io API URL
- Fix
fs.chmodSync: Error: ENOENTfor existing projects - Fix lib update
- Add ionic app task
- Starter projects can provide
app.jsonto specify plugins and sass setup
- Do not watch
www/lib/files by default - Set watchPatterns within ionic.project config file
- Friendly EMFILE error when too many files are watched
- Ensure config.xml content[src] gets reset after run/emulate
- Improve fetchArchive error handling
- Fix SSL Cert errors
- Do not prompt for address selection when there's only one
- Use
cross-spawnmodule to fix errors with using spawn on Windows - Start ionic project from any Github repo
- Start ionic projects using a local directory
- Use specific npm versions in package.json to avoid any future errors from breaking changes
- Fix write errors after downloading github archive files
- Refactor sass setup to use gulpStartupTasks ionic.project property instead
- From the server, use
restartorrto restart the client app from the root - From the server, use
gotoorga url to have the client app navigate to the given url - From the server, use
consolelogsorcenable/disable console log output - From the server, use
serverlogsorsto enable/disable server log output - From the server, use
quitorqto shutdown the server and exit - Print out Ionic server command tips
- LiveReload server logs specify which device made the request (iOS, Android, etc.)
- Remember address selection #91
- Reset address selection with
ionic address - Add localhost as an option of possible addresses to use #88
- Inject scripts after charset #87
- Improved error message when unable to find an IP address #85
- Fix config.xml errors when in the wrong working directory #84
- ReferenceError hot fix
- Clean up any cmd flags which may confuse Cordova #83
- Select available IP address prompt #82
- Fix black screen on load #81
- LiveReload from a native app during development
- Option to print out console logs to the terminal
- Option to print out server logs to the terminal
- Start Ionic projects from Codepen urls
- Live Reload All the Things: Ionic CLI's Latest Features