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

Releases: log-rush/server-devkit

v2.0.0

19 Aug 21:01
882bb89
Compare
Choose a tag to compare

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