This repository was archived by the owner on May 15, 2019. It is now read-only.
0.4.0
Pre-release
Pre-release
0.4.0 - 05 December 2016
Breaking changes
- The emulator now requires Node.js v6.9.1 so as to match the production Google Cloud Functions environment.
functions call- Switched position ofmodulePathandfunctionNamearguments for consistency with other commands.- Moved the config file from
config.jsto aconfig.jsonfile in the user's home directory.
Backwards compatible changes
- Added
functions config listandfunctions config setcommands.
Other
- Refactored the tests to exercise the CLI itself.
- Lots of architectural changes in the code for better maintainability, testability, and extensibility.