Skip to content

Releases: Varilx-Development/BaseAPI

0.3.6

Choose a tag to compare

@Knerio Knerio released this 30 Dec 14:09
1e1add0

Full Changelog: 0.3.5...0.3.6

0.3.5

Choose a tag to compare

@VAXShadow1929 VAXShadow1929 released this 30 Dec 12:40
Use MiniMessage for message deserialization in LanguageUtils

Replaced the use of a custom `getMessage` method with MiniMessage's `deserialize` for handling message deserialization. This ensures consistency with the MiniMessage library and improves code readability and maintainability.

0.3.4

Choose a tag to compare

@Knerio Knerio released this 30 Dec 12:20
ec3884a

Full Changelog: 0.3.3...0.3.4

0.3.3

Choose a tag to compare

@Knerio Knerio released this 30 Dec 12:04
56ac7ef

Full Changelog: 0.3.2...0.3.3

0.3.2

Choose a tag to compare

@Knerio Knerio released this 30 Dec 11:59
dc857d1

What's Changed

  • Refactor Service to use Lombok and improve encapsulation by @VAXShadow1929 in #1

New Contributors

Full Changelog: 0.3.1...0.3.2

0.3.1

Choose a tag to compare

@VAXShadow1929 VAXShadow1929 released this 30 Dec 07:52
Refactor VaxCommandRegistry initialization

Moved VaxCommandRegistry initialization to the language setup loop to ensure it is instantiated after language configurations are loaded. This improves initialization logic and enhances code readability.

0.3.0

Choose a tag to compare

@VAXShadow1929 VAXShadow1929 released this 30 Dec 07:44
Add initialization for VaxCommandRegistry in BaseAPI

Introduce a VaxCommandRegistry instance to the BaseAPI class, ensuring it is initialized during the constructor. This prepares the API for future handling of commands through the registry.

0.2.0

Choose a tag to compare

@Knerio Knerio released this 30 Dec 01:23

Full Changelog: 0.1.0...0.2.0

0.1.0

Choose a tag to compare

@Knerio Knerio released this 29 Dec 20:16

Full Changelog: 0.0.3...0.1.0

0.0.3

Choose a tag to compare

@Knerio Knerio released this 29 Dec 20:11

Full Changelog: 0.0.2...0.0.3