Skip to content

Releases: floydspace/serverless-esbuild

v1.17.1

04 Sep 16:32
67cfe7d
Compare
Choose a tag to compare

1.17.1 (2021-09-04)

Bug Fixes

  • package: fix the archiving of individual files (#159) (67cfe7d)

v1.17.0

04 Sep 12:53
Compare
Choose a tag to compare

1.17.0 (2021-09-04)

Features

  • plugins: implement an ability pass serverless instance to a plugin implementation (c68217a), closes #168

v1.16.2

03 Sep 21:31
Compare
Choose a tag to compare

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

08 Jul 12:15
e686244
Compare
Choose a tag to compare

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

02 Jul 12:56
0ea653d
Compare
Choose a tag to compare

1.16.0 (2021-07-02)

Features

  • packager: ability to run custom scripts after packager install (6f872aa)

v1.15.1

30 Jun 08:58
b9be9c7
Compare
Choose a tag to compare

1.15.1 (2021-06-30)

Bug Fixes

  • esbuild: include plugins config for esbuild (99e2fb5)

v1.15.0

29 Jun 19:15
844ed7b
Compare
Choose a tag to compare

1.15.0 (2021-06-29)

Features

  • keepOutputDirectory flag (5fdeff7)

v1.14.1

28 Jun 10:36
08dd666
Compare
Choose a tag to compare

1.14.1 (2021-06-28)

Bug Fixes

  • resolve working dir issue with zipping code when not packaging individually (05164eb)

v1.14.0

17 Jun 12:00
ce2e67e
Compare
Choose a tag to compare

1.14.0 (2021-06-17)

Features

  • zip: utilize bestzip instead of archiver (7aa262d)

v1.13.1

17 Jun 07:10
1f0ebc7
Compare
Choose a tag to compare

1.13.1 (2021-06-17)

Bug Fixes

  • pack: function files with names whose prefix is same as other function names (b20a0b8)