Releases: haroldadmin/functions-differ
Releases · haroldadmin/functions-differ
Version 0.3.1
- Support for automatic function discovery (added in 0.3.0, thanks @hiiambhanu for adding this feature)
- Support for disabling automatic function discovery with the
--no-discoverflag (thanks to @dpoltoratsky for reporting the issue)
Version 0.2.1
Fixes
- Quick fix for release v0.2.0 to remove unnecessary console.log statements
Version 0.2.0
New Features
- Added
--concurrencyflag to limit the number of functions to bundle in parallel. Useful for memory constrained environments such as Github Workflow Runners.
Version 0.1.1
This release reverts to chalk v4 to prevent ESM compatibility issues.
Version 0.1.0
New:
- Add support for custom ESBuild config files (
bundlerConfigCLI flag) (thanks @hiiambhanu)
Version 0.0.2
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