Releases: floydspace/serverless-esbuild
Releases · floydspace/serverless-esbuild
v1.17.1
1.17.1 (2021-09-04)
Bug Fixes
- package: fix the archiving of individual files (#159) (67cfe7d)
v1.17.0
1.17.0 (2021-09-04)
Features
- plugins: implement an ability pass serverless instance to a plugin implementation (c68217a), closes #168
v1.16.2
1.16.2 (2021-09-03)
Bug Fixes
- linter: let -> const (3551f79)
- package: fix wrong argument to get package's root (#171) (fc10344)
v1.16.1
1.16.1 (2021-07-08)
Bug Fixes
- base utils: add test showing findProjectRoot failure (304e879)
- utils: cleanup Jest config in favour of ts-jest (89144ce)
- utils: modify findProjectRoot to look for all yarn or package files in a single iteration (b76e29f)
- utils: remove unintentional empty array check (d511d6c)
v1.16.0
1.16.0 (2021-07-02)
Features
- packager: ability to run custom scripts after packager install (6f872aa)
v1.15.1
1.15.1 (2021-06-30)
Bug Fixes
- esbuild: include plugins config for esbuild (99e2fb5)
v1.14.1
1.14.1 (2021-06-28)
Bug Fixes
- resolve working dir issue with zipping code when not packaging individually (05164eb)
v1.14.0
1.14.0 (2021-06-17)
Features
- zip: utilize bestzip instead of archiver (7aa262d)
v1.13.1
1.13.1 (2021-06-17)
Bug Fixes
- pack: function files with names whose prefix is same as other function names (b20a0b8)