Skip to content

Tags: haroldadmin/functions-differ

Tags

0.3.1

Toggle 0.3.1's commit message
Version 0.3.1

This version adds a `--no-discover` flag to disable automatic function discovery.
Thanks to @dpoltoratsky for reporting the issue ([#12](#12))

0.3.0

Toggle 0.3.0's commit message
Version 0.3.0

- Add experimental support for automatically discovering Cloud Functions exported from a project

Thanks to @hiiambhanu for contributing this feature!

0.2.1

Toggle 0.2.1's commit message
Version 0.2.1

- Quick fix for release 0.2.0 to remove unnecessary console.log statements

0.2.0

Toggle 0.2.0's commit message
Version 0.2.0

- Add a `--concurrency` flag support to control how many functions get bundled in parallel

0.1.1

Toggle 0.1.1's commit message
Version 0.1.1

- Downgrade chalk to v4 to prevent ESM compatibility issues

0.1.0

Toggle 0.1.0's commit message
Version 0.1.0

- Add support for custom ESBuild config files (`bundlerConfig` CLI flag) (thanks @hiiambhanu)

0.0.2

Toggle 0.0.2's commit message
This is the first public release of `functions-differ`!

- Parse .differspec.json file to discover functions
- Bundle listed functions with esbuild
- Store hashes of bundled functions
- Diff between old and new hashes to find changes
- Output functions that need to be re-deployed