Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

0.4.0

Pre-release
Pre-release

Choose a tag to compare

@jmdobry jmdobry released this 06 Dec 18:42
· 169 commits to master since this 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 of modulePath and functionName arguments for consistency with other commands.
  • Moved the config file from config.js to a config.json file in the user's home directory.
Backwards compatible changes
  • Added functions config list and functions config set commands.
Other
  • Refactored the tests to exercise the CLI itself.
  • Lots of architectural changes in the code for better maintainability, testability, and extensibility.