This repository has been archived by the owner on Feb 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Changes
Kami edited this page Jun 3, 2011
·
6 revisions
- Add new
--debug
option to the agent and client. If this option is used the actual stack trace is printed when an error occurs. - New
deploy
command which allows user to easily deploy a new application or upgrading an existing one depending on the context in which it is used - Cast manifest file (cast.json) must now contain a
version
attribute - Client now prints more friendly error messages and each error is prefixed with error origin (client / transport / server)
- Refactored the HTTP endpoint modules to use Express
- Moved functionality from
util/terminal.js
andutil/spinner.js
into a separate NPM module - terminal - Moved rate-limiter module into a separate NPM package - rate-limiter
- Don't transform symlink names when creating an archive. (hotfix/1.0.2)
- Don't crash when
bundles upload
is used if a user is not using a TTY (bug in a spinner class) (hotfix/1.0.1)
- Intial release