6.0.1 (2024-05-10)
- firebase-functions: fixed several bugs that prevented functions v2 from working (26d74e3)
6.0.0 (2023-03-12)
- deps: Newer versions of all files should bump version number. Also, testing will now run on node 14, 16 & 18.
5.0.0 (2023-02-19)
- exportfunctions: update search glob to sensible default to find both js and ts files (362ceab)
- exportfunctions: The new default search glob may break some setups in rare situations where js files and ts files are in the same directory.
4.0.0 (2022-03-09)
- exportfunctions: deep directory case was broken (4e29ad3)
- deps: update all dependencies to latest versions & close dependabot generated auto updates (4b8c287)
- default.ts: remove deprecated default export function (f6fdbd2)
- deps: Version upgrade of Node may be a breaking change
- default.ts: The breaking change with this update is that any codebases utilising the default export will no longer work. Please update to use the exported named function exportFunctions.
3.4.1 (2020-06-08)
3.4.0 (2020-06-06)
3.3.2 (2020-06-06)
3.3.1 (2020-06-06)
3.3.0 (2020-05-05)
- funcnamefromrelpathdefault: export built in func name generator (6428095)
3.2.2 (2020-05-05)
- default: use eval() in require call for webpack compatibility (a52dd37)
- exportpathmode: skip trying to load modules & just add paths (2f4d994)
3.2.1 (2020-05-05)
- exportfunctions: use eval() to preserve require call for webpack (4d4906c)