Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

49 lines (23 loc) · 2.81 KB

Changelog

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)

4.2.0 (2024-03-08)

Features

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

4.1.0 (2024-03-07)

Features

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

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)