Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

v0.28.0

Latest

Choose a tag to compare

@lusentis lusentis released this 25 Jun 21:50
· 6 commits to master since this release

⚠️⚠️⚠️️ 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.