v1.0.0-beta.5
Pre-release
Pre-release
1.0.0-beta.5 (2025-01-07)
Features
- split plugin configs into specific folders (d6fdf1e)
BREAKING CHANGES
- PluginConfigMigration#migrateFully method has been removed.
- In PluginConfigMigration variables FROM_VERSION, VERSION, VERSION_INFO has been renamed accordingly to from, to, versionInfo.
- configManager, migrations and exPluginIds parameters removed from PluginConfigManager.
- PluginConfigManager#saveConfig method now requires config as json object type.
- PluginConfigManager#listen and PluginConfigManager#close methods has been added.
- Config file belonging to plugin now accessible via PluginConfigManager#configFile.
- Plugin config migrations must now have
@Migration
annotation!