Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@eritbh eritbh released this 09 Jul 13:13
· 13 commits to main since this release

Breaking

  • Compatibility with @devvit/public-api@0.10.0 breaking changes (#51)
    • metadata is no longer passed to ToolboxClient methods
    • Since the reddit API client is no longer constructed upfront, you will need to tweak your applications to enable the API client in Devvit.configure() and create a new ToolboxClient instance within each event handler using the reddit passed in the event context
    • Examples have been updated to reflect these changes

Meta

  • Some changes to the test setup (#44)
  • Reshuffling of some more links (#45)