All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2019-08-05)
1.1.2 (2019-07-09)
- npm: update jest dependency (30cade1)
1.1.1 (2019-06-28)
1.1.0 (2019-06-28)
2.0.0-rc.5 (2019-07-31)
- activate: use logger for info printing (dd14bd0)
2.0.0-rc.4 (2019-07-31)
2.0.0-rc.3 (2019-07-30)
- server: return better error for invalid function code (#49) (7bc82c2)
- server: set plain text content-type for string responses (#52) (ca4f541)
- start: fix asset path for protected assets (84dafcf)
- start: improve margin for text wrapping (1d221e7)
- start: wrap output for smaller terminals (#47) (e5ae37d)
- removes console.error (#48) (e2b374d)
2.0.0-rc.2 (2019-07-26)
- activate: print accountSid and token to stderr (a79ea58)
- activate: redact printed auth token (709acd3)
- deploy: change deploy example to use environment flag (dbed2a4)
- deploy: improve deploy output of private assets (486ae73)
- list: print meta info to list command (#32) (585176a)
- templates: switch template list endpoint to next branch (5a5030e)
- introduce config file functionality (#15) (#38) (a86f017), closes #27 #45 #46 twilio-labs/serverless-api#8 #36 #36 #27
- new: change from prompts to inquirer (#36) (9745010)
- Deprecating --functions-env as an option
- Error page layout changed
- Deprecating --functions-env as an option
2.0.0-rc.1 (2019-07-25)
2.0.0-rc.0 (2019-07-24)
- update code for new version of severless-api (#46) (06e2b71), closes twilio-labs/serverless-api#8
2.0.0-beta.13 (2019-07-24)
- logs: redact info in logs (724455b)
- runtime: Error page layout changed
2.0.0-beta.12 (2019-07-20)
- deploy: fix conflicting-service error message (b12ed02)
- list: improve error message (#41) (ad2cf28)
- new: fix random error when canceling (#33) (f84da5e)
- new: improve experience of new command (80fbd27), closes #20
- runtime: do not serve private assets (d49640e)
- runtime: fix inconsistencies in local runtime (93dcfc9), closes #42 #43
- server: disable cache in live mode & fix missing function (47fb82d), closes #35
- start: improve listing of private assets (e0ebc77)
- activate: print deployment URL after activating (085eb36), closes #37
- list: make services the default list type (e6ba016), closes #44
- new: updates new to download multiple file templates (#39) (a9f3fd2), closes #20
- start: turn live flag default to true (9ff9a04)
- new: This needs the functions-templates repo to be up to date. Currently it points to the next branch, which is up to date.
- list: Default output of "twilio-run list" changed
- start: Caching of functions is now disabled in local dev mode by default
- runtime: The response of getFunctions() changed but is now consistent with the cloud
- runtime: Previously private assets would be served during local development. With this change they'll return a 403 Forbidden instead
2.0.0-beta.11 (2019-07-11)
- move Node.js version warning to consistent look (853956b)
- types: ship typescript definitions (4821a29)
2.0.0-beta.10 (2019-07-11)
- activate: rename Functions with Serverless (36a9254)
- checks: change exit codes for checks (71321e8)
- new: fix dep installation regression (252c79e)
- start: update messaging for different Node.js version (#22) (33e822e)
- improve output and checks for commands (c84a85d), closes #26
- deploy: improve output for failed deployments (#24) (1102a98)
- list: add default value for environment (#25) (11409ad)
- improve Service SID error messages (#30) (0fd1f66)
- replace projectName with serviceName (c5c8ab2), closes #17
- list: improve spacing of list command output (#30) (0a88331)
- start: add support for cwd flag & relative project paths (#19) (6c45d55)
- fix tests in travis (b7b0d5c)
- --project-name is now deprecated and --service-name should be used instead
- list: Output will differ in list command
2.0.0-beta.9 (2019-07-09)
- npm: uninstall inquierer (13965c0)
- paths of files have changed which will break direct imports