Skip to content

Releases: runtimed/extensions

Version 0.3.0

13 Aug 05:32
339f99d

Choose a tag to compare

Version 0.3.0

  • Change Scope to be an enum, to allow enumeration
  • Adds EXTENSION_CONFIG to ENV to pass arbitrary data to the extension
  • Make the provider mandatory from the extension type

What's Changed

Full Changelog: v0.2.0...v0.3.0

Initial Release

12 Aug 00:33
a912f4c

Choose a tag to compare

Version 0.2.0 (Initial Release)

The first (of many to come) releases for the @runtimed/extensions library. This library will let folks customize the behavior of the runt web ecosystem, by implementing these interfaces. Here's what's in the initial release

  • Implement ApiKeyProvider
  • Implement RuntError
  • General scaffolding

What's Changed

Full Changelog: https://github.com/runtimed/extensions/commits/v0.2.0