Releases: MrMicky-FR/FastBoard
Releases · MrMicky-FR/FastBoard
Version 2.1.3
Changelog
- Add support for Mojang mappings (#57 by @Dominilk01)
Version 2.1.2
Version 2.1.1
Version 2.1.0
- Support for 1.20.3 fixed formatting (#46 by @blubbarbs)
Version 2.0.2
Version 2.0.1
Version 2.0.0
- Added Adventure API components support (#29)
Version 1.2.1
- Added Minecraft 1.18 support (#19)
Version 1.2.0
- Added Minecraft 1.17 support (#11)
- Reduced collisions probability in scoreboard id
- Important reflection performances improvements
- Replaced
Method
andConstructor
withMethodHandle
- Reduced calls to
Class#getDeclaredFields
andField#setAccessible
(now it's only during initialization)
- Replaced
- Slightly reduced objects allocations
- Published snapashots to Sonatype OSS
- Published releases to Maven Central
Version 1.1.0
- Add some methods to update single lines:
#updateLine
,#removeLine
,#getLine
,#getId
, - Replace calls to
Throwable#printStackTrace
with throwing a RuntimeException - Better colors support
- Improve JavaDoc
- Add null checks in all methods