Skip to content

Tags: ParsekDev/parsek

Tags

v1.0.0-beta.10

Toggle v1.0.0-beta.10's commit message
feat: make application context available to all plugins

v1.0.0-beta.9

Toggle v1.0.0-beta.9's commit message
Revert "feat: decrease size of jar from 33.9MB to"

This reverts commit 3e2f0eb.

v1.0.0-beta.8

Toggle v1.0.0-beta.8's commit message
feat: decrease size of jar from 33.9MB to

BREAKING CHANGE:
* Kotlin Reflect & Stdlib for JDK8, vertx web client, common-codec, commons-text, commons-lang3, commons-validator, asm dependencies has been removed.

v1.0.0-beta.7

Toggle v1.0.0-beta.7's commit message
fix: force plugin config migration parameters for better API support

BREAKING CHANGE:
* PluginConfigMigration variables moved to constructor method (from, to, versionInfo).

v1.0.0-beta.6

Toggle v1.0.0-beta.6's commit message
chore: try to simplify jitpack jvm choice

v1.0.0-beta.5

Toggle v1.0.0-beta.5's commit message
feat: split plugin configs into specific folders

BREAKING CHANGE:
* 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!

v1.0.0-beta.4

Toggle v1.0.0-beta.4's commit message
fix: fix using static latest version for default config

v1.0.0-beta.3

Toggle v1.0.0-beta.3's commit message
Remove unnecessary deployment tryout to sonatype

v1.0.0-beta.2

Toggle v1.0.0-beta.2's commit message
feat: improve plugin system with better event management & support fo…

…r enabling disabling plugins

v1.0.0-beta.1

Toggle v1.0.0-beta.1's commit message
feat: upgrade dependencies