Releases: toolbox-team/toolbox-devvit
Releases · toolbox-team/toolbox-devvit
v0.3.1
v0.3.0
Breaking
- Compatibility with
@devvit/[email protected]
breaking changes (#51)metadata
is no longer passed toToolboxClient
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 newToolboxClient
instance within each event handler using thereddit
passed in the event context - Examples have been updated to reflect these changes
Meta
v0.2.0
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