Skip to content

Commit

Permalink
chore: 📝 Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Oct 6, 2024
1 parent f26ab0f commit 33b375f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ A new plugin system for extending Versia Server has been added in this release!
Plugins using this framework support:

- [x] Plugin hotswapping
- [x] Plugin hotswapping and hotreloading
- [x] Manifest files (JSON, JSON5, JSONC supported) with metadata (JSON schema provided)
- [x] Installation by dropping a folder into the plugins/ directory
- [x] Support for plugins having their own NPM dependencies
- [x] Support for storing plugins' configuration in the main config.toml
- [x] Support for storing plugins' configuration in the main config.toml (single source of truth)
- [x] Schema-based strict config validation (plugins can specify their own schemas)
- [x] Full type-safety
- [x] Custom hooks
Expand All @@ -61,6 +61,7 @@ Plugins using this framework support:
- [x] Automatic user input validation for API routes with schemas (specify a schema for the route and the server will take care of validating everything)
- [x] Access to internal database abstractions
- [x] Support for sending raw SQL to database (type-safe!)
- [x] Plugin autoload on startup with override controls (enable/disable)

The new `@versia/kit` NPM/JSR package is available for plugin developers.

Expand Down

0 comments on commit 33b375f

Please sign in to comment.