Skip to content

Latest commit

 

History

History
73 lines (35 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

73 lines (35 loc) · 4.33 KB

1.3.1 (2023-08-31)

Bug Fixes

  • deps: bump fs-extra and @types/fs-extra (#637) (34d5765)

1.3.0 (2023-08-31)

Features

  • add function name to context and event headers (#624) (6be415a)

1.2.3 (2022-09-22)

Bug Fixes

  • removed toString('utf-8') in bahvior-router. (#535) (c30fc10)

1.2.2 (2022-09-19)

Bug Fixes

  • Hot reloading with chokidar & busting of the require cache. (#515) (703d1f4)

1.2.1 (2022-09-19)

Bug Fixes

1.2.0 (2021-10-26)

Features

  • add support for custom headers from origins (#261) (3fbe995)

1.1.2 (2021-09-01)

Bug Fixes

1.1.1 (2021-09-01)

Bug Fixes

1.0.0 (2021-08-01)

Bug Fixes

  • address issue with async iterator polyfill (50d021f)
  • fix type errors (023470f)
  • make custom section optional (e172628), closes #6
  • remove default from deprecated --cloudfrontport option (1e127bb)

Features

  • better emulation of origins and cf includeBody handling (534b34d)
  • initial commit of project files (696021a)
  • overhaul error handling (d3bcf6e), closes #193
  • rework to run standalone from serverless-offline (561b9dc)