Releases: floydspace/serverless-esbuild
Releases · floydspace/serverless-esbuild
v1.41.0
1.41.0 (2023-03-16)
Features
- zip concurrently with pMap (1892eba)
v1.40.0
1.40.0 (2023-03-15)
Features
- adds support for
serverless-azure-functions
plugin (#446) (47569f5)
v1.39.0
1.39.0 (2023-02-20)
Features
- allow chokidar options to be overridden (e3597fe), closes #290
Bug Fixes
- don't set the chokidar option awaitWriteFinish (d27ff5d)
- merge custom options with default options deeply (1489525)
v1.38.0
1.38.0 (2023-02-17)
Features
- Add support for both old and new ESBuild Incremental APIs (#432) (42c9325)
v1.37.3
1.37.3 (2023-01-26)
Bug Fixes
- remove ! from exclusion pattern list for proper matching (#431) (8073a20)
v1.37.0
1.37.0 (2023-01-06)
Features
- adds
noInstall
option for Yarn packager (#421) (c1ddff3)
v1.36.0
1.36.0 (2023-01-06)
Features
- add skipEsbuild option on a per function level (#423) (ec4aab9)
v1.35.3
1.35.3 (2023-01-01)
Bug Fixes
- use execa for better child process errors capturing (#418) (da7474c)