Minor Changes
- [now deploy] Determine platform version through
Dockerfile
andpackage.json
: #2633 - [now deploy] Consider
--npm
and--docker
for platform detection: #2640 - [now deploy] Check
server.js
file when detecting the platform version: #2664 - Require Node.js
>= 8.11
in "engines": #2714
Patches
- [now deploy] Check if builds are ready right away: #2699
- [now deploy] Change the warning messages when the platform version is changed: #2717
- Upgrade
ava
to v2.2.0: #2703 - Fix
format-modified
script: #2708 - Add
unhandledRejection
anduncaughtException
handlers to scripts: #2709 - [now dev] Print warning upon empty
cwd
directory: #2702 - Bump
@now/build-utils
to 0.9.9: #2713 - [now dev] Bump
@now/build-utils
to 0.9.10: #2715
Credits
Huge thanks to @TooTallNate for helping!