Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

v2.0.0

Latest
Compare
Choose a tag to compare
@fabiankachlock fabiankachlock released this 19 Aug 21:01
· 3 commits to main since this release
882bb89

Breaking Changes

  • added a new component to the plugin system: SetupRouter() allowing plugins to extend the servers router
  • plugins now require names, these names will be used in other places further on, examples could be:
    • scoping the router to sub-paths named according to the plugin
    • the server exposing it's configured plugins to the dashboard allowing the dashboard to enable extra functions for plugins

Full Changelog: v1.0.0...v2.0.0