Releases: Varilx-Development/BaseAPI
Releases · Varilx-Development/BaseAPI
0.3.6
Full Changelog: 0.3.5...0.3.6
0.3.5
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
Full Changelog: 0.3.3...0.3.4
0.3.3
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- Refactor
Serviceto use Lombok and improve encapsulation by @VAXShadow1929 in #1
New Contributors
- @VAXShadow1929 made their first contribution in #1
Full Changelog: 0.3.1...0.3.2
0.3.1
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
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
Full Changelog: 0.1.0...0.2.0
0.1.0
Full Changelog: 0.0.3...0.1.0
0.0.3
Full Changelog: 0.0.2...0.0.3