Skip to content

v0.13.0

Choose a tag to compare

@jeff-mccoy jeff-mccoy released this 29 Aug 07:18
· 1916 commits to main since this release
076ba73

🚧 BREAKING CHANGES 🚧

  • .then() => .mutate(). To align with new validate feature, the Pepr Action callback was renamed to .mutate().
  • .thenSet() removed. The object recursive merge is now only available on using request.Merge().
  • Stacking .then() calls is no longer supported. Use .mutate() instead.

New Features

Other Changes

New Contributors

Full Changelog: v0.12.2...v0.13.0