Skip to content

Releases: toolbox-team/toolbox-devvit

v0.3.1

31 Oct 16:10
Compare
Choose a tag to compare

Additions

  • APIs for working with usernote types (subreddit config usernoteColors) (#57)

Fixes

  • Better handling when there are multiple usernote entries for the same user with different key capitalization (#54)
  • Fix import path used in documentation examples (#56)

v0.3.0

09 Jul 13:13
Compare
Choose a tag to compare

Breaking

  • Compatibility with @devvit/[email protected] 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)

v0.2.0

09 Jun 10:26
Compare
Choose a tag to compare

Big breaking change, lots of stuff got reworked and none of the names are the same anymore. Nobody was using v0.1.0 anyway though and I think this puts us solidly past the super unstable, everything-is-always-breaking-constantly phase of initial development.

Proper release notes starting with the next release I promise

v0.1.0

08 Jun 02:39
Compare
Choose a tag to compare

First release under new repo name and focus on supporting use within the Devvit platform.