dawson-cli v0.28.0 Release Notes

Release Date: 2017-06-25 // over 6 years ago
  • ๐Ÿš€ โš ๏ธ๏ธโš ๏ธ๏ธโš ๏ธ๏ธ starting with this release (v0.28.0) you must install dawson using the new npm scoped package name: @dawson/dawson-cli โš ๏ธ๏ธโš ๏ธ๏ธโš ๏ธ๏ธ

    npm

    ๐Ÿ†• 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 and dawson.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