Skip to content

v1.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@duruer duruer released this 07 Jan 14:54
· 4 commits to beta since this 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!