Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 830 Bytes

changelog.md

File metadata and controls

41 lines (20 loc) · 830 Bytes

Architect TypeScript plugin


[1.2.0] 2023-04-10

Added

  • Added support for create plugin API; fixes #1410, thanks @pachoclo!

Changed

  • Updated dependencies

[1.1.0] 2023-02-20

Added

  • Added base-runtime option to @typescript settings to allow use of nodejs18.x or any other Lambda-supported version of Node.js

[1.0.0] 2022-12-19

Hello 1.0! This plugin has been generally quite stable while also seeing an increase in community activity, so it feels right to release 1.0!

1.0 includes no breaking changes to 0.x releases.

Updated

  • Updated dependencies, including esbuild; thanks @ThatsJustCheesy!
  • Improved example code to include TS types; thanks @ilovehackathons!

Fixed

  • Fixed bug preventing local TS configs from populating; thanks @ThatsJustCheesy!