dawson-cli v0.28.0 Release Notes

Release Date: 2017-06-25 // almost 7 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