dawson-cli v0.28.0 Release Notes
Release Date: 2017-06-25 // over 7 years ago-
๐ โ ๏ธ๏ธโ ๏ธ๏ธโ ๏ธ๏ธ starting with this release (v0.28.0) you must install dawson using the new npm scoped package name:
@dawson/dawson-cli
โ ๏ธ๏ธโ ๏ธ๏ธโ ๏ธ๏ธ๐ New features & improvements
- ๐ feat: support for the ANY method has been added (#156, 0a2ddfe)
- ๐ feat: support for greedy paths has been added (#156, 7cc0489 & b25a351 & d0644a3)
- ๐ fix: an improved error message is shown when no package.json is found or when it contains Syntax Errors (#158, 828381c)
- ๐ fix: allow deploying when no
assets
dir is present anddawson.assetsDir
is not defined (56156ca) - ๐ fix:
api.excludeEnv
has been implemented in the development server too, and is now documented (3f07576, f42e56f)
๐ โ๏ธ The documentation and the examples have been updated to match the new features.
Previous changes from v0.27.0
-
๐ Improvements
- ๐ fix(cli): update warning message in describe command (fb3f4ed)
- ๐ we have updated to a new major version of
execa
, which now extends environment by default (sindresorhus/execa@e370117), this will impact some phases of the deploy command (zip, install dependencies etc.) - ๐ we have updated to a new major version of
yargs
, which has updated parameters precedence for env / config / context (see https://github.com/yargs/yargs/releases/tag/v7.0.0) - โก๏ธ chore(deps): many dependencies and devDependencies have been updated