Skip to content

Releases: michael-wolfenden/serverless-bundler

v2.2.0

17 Nov 23:36
Compare
Choose a tag to compare

2.2.0 (2020-11-17)

Features

  • Upgrade all dependencies (41caa5e)

v2.1.0

17 Nov 23:20
Compare
Choose a tag to compare

2.1.0 (2020-11-17)

Features

  • add the ability to output stats to analyze webpack chunks (44a2421)

v2.0.0

17 Nov 05:37
Compare
Choose a tag to compare

2.0.0 (2020-11-17)

Features

  • allow changing jest options via your package.json (ff797c0)

BREAKING CHANGES

  • no longer auto detect globalSetup, globalTeardown or setupFilesAfterEnv

v1.4.0

19 Oct 23:32
Compare
Choose a tag to compare

1.4.0 (2020-10-19)

Features

  • Upgrade all dependencies (47a1e0f)

v1.3.1

12 Oct 05:48
Compare
Choose a tag to compare

1.3.1 (2020-10-12)

Bug Fixes

  • Remove src prefix to cater for functions not under /src (2c6ebed)

v1.3.0

12 Oct 01:23
Compare
Choose a tag to compare

1.3.0 (2020-10-12)

Features

v1.2.1

30 Sep 09:37
Compare
Choose a tag to compare

1.2.1 (2020-09-30)

Bug Fixes

  • testing/setup-jest.js -> src/testing/setup-jest.js (f01f149)

v1.2.0

28 Sep 23:40
Compare
Choose a tag to compare

1.2.0 (2020-09-28)

Features

v1.1.0

21 Sep 10:10
Compare
Choose a tag to compare

1.1.0 (2020-09-21)

Features

  • allow toggling webpack minification (defaults to true) (4ea8c38)
  • change jest setup path to testing/setup-jest.js (8108042)

v1.0.5

14 Sep 21:33
Compare
Choose a tag to compare

1.0.5 (2020-09-14)

Bug Fixes

  • eslint: Turn no-restricted-syntax rule off (bb3f2a5)