Skip to content

Releases: floydspace/aws-lambda-nodejs-esbuild

v1.1.6

19 Jul 10:58
Compare
Choose a tag to compare

1.1.6 (2021-07-19)

Bug Fixes

  • runtime: fix default runtime (6fc103d), closes #10

v1.1.5

13 Dec 14:44
Compare
Choose a tag to compare

1.1.5 (2020-12-13)

Bug Fixes

  • let overwrite exclude option defauls (e34480c), closes #9

Reverts

  • revert postinstall script (169ad0c), closes #8

v1.1.4

12 Dec 19:39
Compare
Choose a tag to compare

1.1.4 (2020-12-12)

Bug Fixes

  • logs: remove info logs to avouid output pollution (33b7338), closes #6
  • packager: fix project root resolving, so .git folder has lowest priority (007b134)

v1.1.3

24 Nov 08:08
06542ba
Compare
Choose a tag to compare

1.1.3 (2020-11-24)

Bug Fixes

v1.1.2

04 Nov 23:31
Compare
Choose a tag to compare

1.1.2 (2020-11-04)

Bug Fixes

  • esbuild: use absolute path for esbuild entry (#4) (7e358da)

v1.1.1

04 Nov 19:12
Compare
Choose a tag to compare

1.1.1 (2020-11-04)

Bug Fixes

  • esbuild: use precise es version target for a runtime (1df19cc), closes #3

v1.1.0

01 Nov 01:02
Compare
Choose a tag to compare

1.1.0 (2020-11-01)

Features

  • packager: implement a way to determine a package manager (f8834f3), closes #2

Bug Fixes

  • packager: introduce unit tests for packagers, fix bugs found on testing (b33be2f)

v1.0.0

27 Oct 19:22
Compare
Choose a tag to compare

1.0.0 (2020-10-27)

Features

  • esbuild: implement first version of construct using esbuild (fe8a425)
  • externals: implement an ability to package external modules (3bf225c)

Bug Fixes

  • externals: fix root path, and lock file bug (3c7fa2f)

v1.0.0-beta.1

25 Oct 22:37
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2020-10-25)

Features

  • esbuild: implement first version of construct using esbuild (fe8a425)
  • externals: implement an ability to package external modules (3bf225c)

v1.0.0-alpha.1

25 Oct 03:34
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2020-10-25)

Features

  • esbuild: implement first version of construct using esbuild (fe8a425)