Skip to content

Releases: floydspace/serverless-esbuild

v1.41.0

16 Mar 21:25
Compare
Choose a tag to compare

1.41.0 (2023-03-16)

Features

  • zip concurrently with pMap (1892eba)

v1.40.0

15 Mar 20:56
47569f5
Compare
Choose a tag to compare

1.40.0 (2023-03-15)

Features

  • adds support for serverless-azure-functions plugin (#446) (47569f5)

v1.39.0

20 Feb 20:19
Compare
Choose a tag to compare

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

17 Feb 17:58
42c9325
Compare
Choose a tag to compare

1.38.0 (2023-02-17)

Features

  • Add support for both old and new ESBuild Incremental APIs (#432) (42c9325)

v1.37.3

26 Jan 20:07
8073a20
Compare
Choose a tag to compare

1.37.3 (2023-01-26)

Bug Fixes

  • remove ! from exclusion pattern list for proper matching (#431) (8073a20)

v1.37.2

21 Jan 09:43
16e95cb
Compare
Choose a tag to compare

1.37.2 (2023-01-21)

Bug Fixes

v1.37.1

19 Jan 19:19
3f9279f
Compare
Choose a tag to compare

1.37.1 (2023-01-19)

Bug Fixes

v1.37.0

06 Jan 22:24
c1ddff3
Compare
Choose a tag to compare

1.37.0 (2023-01-06)

Features

  • adds noInstall option for Yarn packager (#421) (c1ddff3)

v1.36.0

06 Jan 14:13
ec4aab9
Compare
Choose a tag to compare

1.36.0 (2023-01-06)

Features

  • add skipEsbuild option on a per function level (#423) (ec4aab9)

v1.35.3

01 Jan 18:10
da7474c
Compare
Choose a tag to compare

1.35.3 (2023-01-01)

Bug Fixes

  • use execa for better child process errors capturing (#418) (da7474c)