Additions ✨
- #183 - Introduce support for Configurate 4
- #190 - nbt: Add array access and stream methods for tags
- #200 - api: Add a builder for replacement config
- #211 - Add a BOM for version alignment across submodules
Fixes 🐛
- #193 - Ignore
null
values forHoverEvent
NBT tag when deserialising usingtext-serializer-gson
- #196 - Properly reset decorations when serialising to legacy format
- #199 - api: Fix handling of first replacements in child components
- #213 -
@NonNull
contract not being followed when usingGsonComponentSerializer
to deserilise "null"
Changes 🔧
- Deprecate usage of
percent
inBossBar
, introduceprogress
instead - Deprecate old
replaceText
methods in favour ofreplaceText
methods that useTextReplacementConfig