Skip to content

Releases: floydspace/serverless-esbuild

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)

v1.13.0

15 Jun 11:35
06c5186
Compare
Choose a tag to compare

1.13.0 (2021-06-15)

Features

  • external: pack node_modules when esbuild-node-externals is configured (97dd35b)

v1.12.0

29 May 10:58
2fc9bb4
Compare
Choose a tag to compare

1.12.0 (2021-05-29)

Features

  • target: determine build target from defined provider runtime or fallback to default node10 (cb34c61), closes #126

v1.11.0

28 May 21:36
4051f23
Compare
Choose a tag to compare

1.11.0 (2021-05-28)

Features

  • metafile: write metafile per func, support packing individually (b6e7b03), closes #121
  • write metafile when the metafile option is set to true (722ff91)

v1.10.8

28 May 08:31
Compare
Choose a tag to compare

1.10.8 (2021-05-28)

Bug Fixes

  • sls file imports: use the config after the constructor to allow serverless file imports (b5eaee0)

v1.10.7

22 May 16:55
Compare
Choose a tag to compare

1.10.7 (2021-05-22)

Bug Fixes

  • sls: fix function artifact name in case of indifidually option usage (e504e48), closes #128

v1.10.6

06 May 20:28
dde6da8
Compare
Choose a tag to compare

1.10.6 (2021-05-06)

Bug Fixes

  • build: disabling incremental build outside of offline use (#125) (dde6da8)

v1.10.5

05 May 21:23
457e513
Compare
Choose a tag to compare

1.10.5 (2021-05-05)

Bug Fixes

  • Check for existing results to rebuild (#123) (457e513)

v1.10.4

05 May 19:45
b5a9bdb
Compare
Choose a tag to compare

1.10.4 (2021-05-05)

Bug Fixes

  • pack: servicePath not set for invoke local (648f223)