Skip to content

Releases: udondan/aws-cloudformation-custom-resource

v5.0.0

15 Mar 09:17
7314365
Compare
Choose a tag to compare

5.0.0 (2024-03-15)

⚠ BREAKING CHANGES

  • implements proxy to easily get the changed state and previous value in update requests (#41)

Features

  • implements proxy to easily get the changed state and previous value in update requests (#41) (26fdf79)

v4.2.0

08 Mar 08:47
11ded82
Compare
Choose a tag to compare

4.2.0 (2024-03-08)

Features

  • for convenience, expose event.ResourceProperties as resource.properties (#32) (006aaf6)

v4.1.0

07 Mar 22:14
a14ff4b
Compare
Choose a tag to compare

4.1.0 (2024-03-07)

Features

  • CustomResource now accepts a generic type describing resource properties (#30) (2461169)

v4.0.0

06 Mar 22:37
723523b
Compare
Choose a tag to compare

4.0.0 (2024-03-06)

⚠ BREAKING CHANGES

  • complete refactor to streamline API (#23)
  • integrate ESLint with naming-convention rules (#12)

Features

  • implements noEcho feature, so secrets can be masked (#28) (f446af7)

Bug Fixes

Code Refactoring

  • complete refactor to streamline API (#23) (022592b)
  • integrate ESLint with naming-convention rules (#12) (6ece2b6)