Skip to content

Releases: alpine-network/alpine-core

v0.2.0: LiteCommands Migration

18 Jan 23:55
Compare
Choose a tag to compare

The main subject of this release is migrating from ACF to LiteCommands.

This release contains breaking changes to existing API components and will break configurations that used commands.

This release changes the following API components:

  • AlpineCommand#registerConditions and AlpineCommand#registerCompletions -> AlpineCommand#setupCommandManager
  • All ACF components have been replaced with their LiteCommands equivalents

This release adds the following new API components:

  • AlpinePlugin#setupCommandManager method

If you're not sure which one you need, chances are you need the shaded JAR.

v0.1.2: MySQL Driver

10 Dec 06:26
Compare
Choose a tag to compare

Fixes a bug that caused logged messages to not reset ANSI color

This release contains no breaking changes to existing API components and should work with old configurations

This release changes the following API components:

  • ConfigMessage serializer now outputs a string rather than a map

This release adds the following new API components:

  • MySQLDriver storage driver
  • AlpineStore#loadAllEntries method
  • AlpineStore#getOrCreate(K, Supplier<D>) method
  • SerializerRegistry class and the AlpinePlugin#registerSerializers(SerializerRegistry) method

If you're not sure which one you need, chances are you need the shaded JAR.

v0.1.1: Configurations Bug Fix

14 Nov 07:35
Compare
Choose a tag to compare

Fixes a bug that causes configurations to overwrite themselves with the default.

This release contains no changes to existing API components and should work with old configurations.

This release adds the following new API components:

  • Components#broadcast()
  • CollectionUtils

If you're not sure which one you need, chances are you need the shaded JAR.

Initial Release

01 Aug 20:12
Compare
Choose a tag to compare

If you're not sure which one you need, chances are you need the shaded JAR.