Skip to content

Releases: floydspace/serverless-esbuild

v1.10.1

13 Apr 09:09
a78b5f6
Compare
Choose a tag to compare

1.10.1 (2021-04-13)

Bug Fixes

  • #110 package.patterns (8619d4e)
  • consistent way of setting patterns (ece100c)
  • include individual extra files when not using individual packaging (855db0c)
  • mention include/exclude (7cbbf1f)
  • re-add support for include/export (9403b93)
  • remove duplicated code (6303ad8)

v1.10.0

12 Apr 06:24
2a64b18
Compare
Choose a tag to compare

1.10.0 (2021-04-12)

Features

  • esbuild: support esbuild plugins (628bdf1)

v1.9.1

05 Apr 07:13
353ecd5
Compare
Choose a tag to compare

1.9.1 (2021-04-05)

Bug Fixes

v1.9.0

08 Mar 20:12
fcb742e
Compare
Choose a tag to compare

1.9.0 (2021-03-08)

Features

  • yarn: add support for yarn workspaces (8ddc589)

Bug Fixes

  • config: remove rootPackagePath option (e64466e)

v1.8.3

06 Mar 12:45
ad3e93e
Compare
Choose a tag to compare

1.8.3 (2021-03-06)

Bug Fixes

v1.8.2

05 Mar 18:09
4fe6328
Compare
Choose a tag to compare

1.8.2 (2021-03-05)

Bug Fixes

  • offline: fix pre-offline function (26bcff5)
  • package: better google function handle (da11e33)
  • package: change logic to fix #90 (62da451)
  • package: exclude complete bundle directory (2a0da99)
  • package: post merge change filename (66d856d)
  • package: properly assign offline location (9246849)
  • package: refacto, second part (9954a14)
  • package: revert naming (8f93ed8)
  • readme: update readme (9e44506)

v1.8.1

01 Mar 16:05
Compare
Choose a tag to compare

1.8.1 (2021-03-01)

Bug Fixes

  • package: exclude complete bundle directory (bebc691)

v1.8.0

26 Feb 08:42
Compare
Choose a tag to compare

1.8.0 (2021-02-26)

Features

  • package: better depth defaults on get prod deps (045167f)
  • package: optimize individual packaging (7325a78)

Bug Fixes

  • add matchall polyfill to avoid build error (8079c1c)
  • package: condition on presence of externals (d2454e4)
  • package: fix scoped and nested deps (2237ef7)
  • yarn: fix yarn deps tree preparation (bf795c9)

v1.7.0

10 Jan 12:17
Compare
Choose a tag to compare

1.7.0 (2021-01-10)

Features

  • watch: add ability to watch and compile on serverless offline (56bac44)
  • watch-config: add ability to configure watch behaviour (e95bcbc)

Bug Fixes

  • bug: fix validateIsin.default is not a function (10699c4)
  • esbuild: increase minimum necessary esbuild version (0e777e7)
  • match-pattern: default watch pattern to all js and ts files only (2cbba74)
  • serverless: fix serverless typings (9d559ee)

v1.6.0

11 Dec 00:38
Compare
Choose a tag to compare

1.6.0 (2020-12-11)

Features

  • options: add packagePath option (77f07d3), closes #80
  • package: find project path if packagePath is not provided (38da23f), closes #80

Bug Fixes

  • packager: fix folder resolving (5de6d0e)