KyoriPowered/adventure (net.kyori:adventure-text-serializer-gson)
### [`v4.16.0`](https://togithub.com/KyoriPowered/adventure/releases/tag/v4.16.0): š Adventure 4.16.0
Adventure 4.16.0 is a small feature release following up on the additions in 4.15.0.
##### Notable Changes
As Configurate 3 is more or less obsolete and seeing reduced usage, we've decided to stop distributing it with new versions of Adventure. The Configurate 4 serializers should be used instead, or for those who cannot migrate yet an older version of the `adventure-serializer-configurate3` module can be used instead.
##### āØ Features
- feat(serializer-configurate3): remove it by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1016](https://togithub.com/KyoriPowered/adventure/pull/1016)
- add component decoder by [@yannicklamprecht](https://togithub.com/yannicklamprecht) in [https://github.com/KyoriPowered/adventure/pull/1035](https://togithub.com/KyoriPowered/adventure/pull/1035)
- feat(api): Add removeResourcePack overload with Iterable by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1036](https://togithub.com/KyoriPowered/adventure/pull/1036)
- kissing girls by [@aurorasmiles](https://togithub.com/aurorasmiles) and [@weaondara](https://togithub.com/weaondara) and [@chew](https://togithub.com/chew)
##### š Fixes
- minimessage: Fix exception with single quote as tag part by [@rymiel](https://togithub.com/rymiel) in [https://github.com/KyoriPowered/adventure/pull/1012](https://togithub.com/KyoriPowered/adventure/pull/1012)
##### š Documentation
- docs: Migrate to new wiki links, closes [#1013](https://togithub.com/KyoriPowered/adventure/issues/1013) by [@kezz](https://togithub.com/kezz) in [https://github.com/KyoriPowered/adventure/pull/1014](https://togithub.com/KyoriPowered/adventure/pull/1014)
##### New Contributors
- [@yannicklamprecht](https://togithub.com/yannicklamprecht) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/1035](https://togithub.com/KyoriPowered/adventure/pull/1035)
**Full Changelog**: https://github.com/KyoriPowered/adventure/compare/v4.15.0...v4.16.0
### [`v4.15.0`](https://togithub.com/KyoriPowered/adventure/releases/tag/v4.15.0): š Adventure 4.15.0
Adventure 4.15.0 is a feature release, primarily focused around adding support for new serialization styles used in Minecraft 1.20.3, but containing some other useful changes.
The support for 1.20.3 in this release is at about a bare-minimum level of what's needed to support reading components generated in the newer version. Further parity features have been targeted for [4.16.0](https://togithub.com/KyoriPowered/adventure/milestone/26).
#### āØ Features
- feat(api): hasAnyTranslations by [@kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/945](https://togithub.com/KyoriPowered/adventure/pull/945)
- feature: Add a new standard join configuration for spaces by [@RedDaedalus](https://togithub.com/RedDaedalus) in [https://github.com/KyoriPowered/adventure/pull/962](https://togithub.com/KyoriPowered/adventure/pull/962)
- feat(nbt): expose size in CompoundBinaryTag by [@RealBauHD](https://togithub.com/RealBauHD) in [https://github.com/KyoriPowered/adventure/pull/965](https://togithub.com/KyoriPowered/adventure/pull/965)
- feature: Expose tags and strict mode in `MiniMessage` by [@kezz](https://togithub.com/kezz) in [https://github.com/KyoriPowered/adventure/pull/951](https://togithub.com/KyoriPowered/adventure/pull/951)
- feat(key): add asMinimalString by [@kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/983](https://togithub.com/KyoriPowered/adventure/pull/983)
- feat(api): Identity implements Identified by [@kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/985](https://togithub.com/KyoriPowered/adventure/pull/985)
- feat(api): introduce ResourcePackRequest by [@yusshu](https://togithub.com/yusshu) in [https://github.com/KyoriPowered/adventure/pull/981](https://togithub.com/KyoriPowered/adventure/pull/981)
- feature: Cancellable FlattenerListener by [@FxMorin](https://togithub.com/FxMorin) in [https://github.com/KyoriPowered/adventure/pull/996](https://togithub.com/KyoriPowered/adventure/pull/996)
- feat(api): Expand the supported resource pack operations for 1.20.3 by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1005](https://togithub.com/KyoriPowered/adventure/pull/1005)
- feat(api): Support representing translation args losslessly by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1004](https://togithub.com/KyoriPowered/adventure/pull/1004)
- feat(nbt): Implement nameless binary serialization by [@booky10](https://togithub.com/booky10) in [https://github.com/KyoriPowered/adventure/pull/968](https://togithub.com/KyoriPowered/adventure/pull/968)
- 1.20.3 by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/986](https://togithub.com/KyoriPowered/adventure/pull/986)
- feat(api): A feature flag system to handle version compatibility by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1002](https://togithub.com/KyoriPowered/adventure/pull/1002)
#### š Fixes
- fix(api): Flatten ScoreComponent to empty string if score value is null by [@Konicai](https://togithub.com/Konicai) in [https://github.com/KyoriPowered/adventure/pull/954](https://togithub.com/KyoriPowered/adventure/pull/954)
- Fix StorageNBTComponentTest by [@jpenilla](https://togithub.com/jpenilla) in [https://github.com/KyoriPowered/adventure/pull/1007](https://togithub.com/KyoriPowered/adventure/pull/1007)
#### š Documentation
- Fix JavaDoc error by [@CheeseTastisch](https://togithub.com/CheeseTastisch) in [https://github.com/KyoriPowered/adventure/pull/980](https://togithub.com/KyoriPowered/adventure/pull/980)
#### Other
- Use EqualsTester instead of weird equality assertion by [@KingOfSquares](https://togithub.com/KingOfSquares) in [https://github.com/KyoriPowered/adventure/pull/989](https://togithub.com/KyoriPowered/adventure/pull/989)
#### New Contributors
- [@Konicai](https://togithub.com/Konicai) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/954](https://togithub.com/KyoriPowered/adventure/pull/954)
- [@RedDaedalus](https://togithub.com/RedDaedalus) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/962](https://togithub.com/KyoriPowered/adventure/pull/962)
- [@RealBauHD](https://togithub.com/RealBauHD) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/965](https://togithub.com/KyoriPowered/adventure/pull/965)
- [@CheeseTastisch](https://togithub.com/CheeseTastisch) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/980](https://togithub.com/KyoriPowered/adventure/pull/980)
- [@yusshu](https://togithub.com/yusshu) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/981](https://togithub.com/KyoriPowered/adventure/pull/981)
- [@FxMorin](https://togithub.com/FxMorin) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/996](https://togithub.com/KyoriPowered/adventure/pull/996)
- [@booky10](https://togithub.com/booky10) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/968](https://togithub.com/KyoriPowered/adventure/pull/968)
**Full Changelog**: https://github.com/KyoriPowered/adventure/compare/v4.14.0...v4.15.0
Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
4.14.0
->4.16.0
4.14.0
->4.16.0
4.14.0
->4.16.0
Release Notes
KyoriPowered/adventure (net.kyori:adventure-text-serializer-gson)
### [`v4.16.0`](https://togithub.com/KyoriPowered/adventure/releases/tag/v4.16.0): š Adventure 4.16.0 Adventure 4.16.0 is a small feature release following up on the additions in 4.15.0. ##### Notable Changes As Configurate 3 is more or less obsolete and seeing reduced usage, we've decided to stop distributing it with new versions of Adventure. The Configurate 4 serializers should be used instead, or for those who cannot migrate yet an older version of the `adventure-serializer-configurate3` module can be used instead. ##### āØ Features - feat(serializer-configurate3): remove it by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1016](https://togithub.com/KyoriPowered/adventure/pull/1016) - add component decoder by [@yannicklamprecht](https://togithub.com/yannicklamprecht) in [https://github.com/KyoriPowered/adventure/pull/1035](https://togithub.com/KyoriPowered/adventure/pull/1035) - feat(api): Add removeResourcePack overload with Iterable by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1036](https://togithub.com/KyoriPowered/adventure/pull/1036) - kissing girls by [@aurorasmiles](https://togithub.com/aurorasmiles) and [@weaondara](https://togithub.com/weaondara) and [@chew](https://togithub.com/chew) ##### š Fixes - minimessage: Fix exception with single quote as tag part by [@rymiel](https://togithub.com/rymiel) in [https://github.com/KyoriPowered/adventure/pull/1012](https://togithub.com/KyoriPowered/adventure/pull/1012) ##### š Documentation - docs: Migrate to new wiki links, closes [#1013](https://togithub.com/KyoriPowered/adventure/issues/1013) by [@kezz](https://togithub.com/kezz) in [https://github.com/KyoriPowered/adventure/pull/1014](https://togithub.com/KyoriPowered/adventure/pull/1014) ##### New Contributors - [@yannicklamprecht](https://togithub.com/yannicklamprecht) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/1035](https://togithub.com/KyoriPowered/adventure/pull/1035) **Full Changelog**: https://github.com/KyoriPowered/adventure/compare/v4.15.0...v4.16.0 ### [`v4.15.0`](https://togithub.com/KyoriPowered/adventure/releases/tag/v4.15.0): š Adventure 4.15.0 Adventure 4.15.0 is a feature release, primarily focused around adding support for new serialization styles used in Minecraft 1.20.3, but containing some other useful changes. The support for 1.20.3 in this release is at about a bare-minimum level of what's needed to support reading components generated in the newer version. Further parity features have been targeted for [4.16.0](https://togithub.com/KyoriPowered/adventure/milestone/26). #### āØ Features - feat(api): hasAnyTranslations by [@kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/945](https://togithub.com/KyoriPowered/adventure/pull/945) - feature: Add a new standard join configuration for spaces by [@RedDaedalus](https://togithub.com/RedDaedalus) in [https://github.com/KyoriPowered/adventure/pull/962](https://togithub.com/KyoriPowered/adventure/pull/962) - feat(nbt): expose size in CompoundBinaryTag by [@RealBauHD](https://togithub.com/RealBauHD) in [https://github.com/KyoriPowered/adventure/pull/965](https://togithub.com/KyoriPowered/adventure/pull/965) - feature: Expose tags and strict mode in `MiniMessage` by [@kezz](https://togithub.com/kezz) in [https://github.com/KyoriPowered/adventure/pull/951](https://togithub.com/KyoriPowered/adventure/pull/951) - feat(key): add asMinimalString by [@kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/983](https://togithub.com/KyoriPowered/adventure/pull/983) - feat(api): Identity implements Identified by [@kashike](https://togithub.com/kashike) in [https://github.com/KyoriPowered/adventure/pull/985](https://togithub.com/KyoriPowered/adventure/pull/985) - feat(api): introduce ResourcePackRequest by [@yusshu](https://togithub.com/yusshu) in [https://github.com/KyoriPowered/adventure/pull/981](https://togithub.com/KyoriPowered/adventure/pull/981) - feature: Cancellable FlattenerListener by [@FxMorin](https://togithub.com/FxMorin) in [https://github.com/KyoriPowered/adventure/pull/996](https://togithub.com/KyoriPowered/adventure/pull/996) - feat(api): Expand the supported resource pack operations for 1.20.3 by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1005](https://togithub.com/KyoriPowered/adventure/pull/1005) - feat(api): Support representing translation args losslessly by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1004](https://togithub.com/KyoriPowered/adventure/pull/1004) - feat(nbt): Implement nameless binary serialization by [@booky10](https://togithub.com/booky10) in [https://github.com/KyoriPowered/adventure/pull/968](https://togithub.com/KyoriPowered/adventure/pull/968) - 1.20.3 by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/986](https://togithub.com/KyoriPowered/adventure/pull/986) - feat(api): A feature flag system to handle version compatibility by [@zml2008](https://togithub.com/zml2008) in [https://github.com/KyoriPowered/adventure/pull/1002](https://togithub.com/KyoriPowered/adventure/pull/1002) #### š Fixes - fix(api): Flatten ScoreComponent to empty string if score value is null by [@Konicai](https://togithub.com/Konicai) in [https://github.com/KyoriPowered/adventure/pull/954](https://togithub.com/KyoriPowered/adventure/pull/954) - Fix StorageNBTComponentTest by [@jpenilla](https://togithub.com/jpenilla) in [https://github.com/KyoriPowered/adventure/pull/1007](https://togithub.com/KyoriPowered/adventure/pull/1007) #### š Documentation - Fix JavaDoc error by [@CheeseTastisch](https://togithub.com/CheeseTastisch) in [https://github.com/KyoriPowered/adventure/pull/980](https://togithub.com/KyoriPowered/adventure/pull/980) #### Other - Use EqualsTester instead of weird equality assertion by [@KingOfSquares](https://togithub.com/KingOfSquares) in [https://github.com/KyoriPowered/adventure/pull/989](https://togithub.com/KyoriPowered/adventure/pull/989) #### New Contributors - [@Konicai](https://togithub.com/Konicai) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/954](https://togithub.com/KyoriPowered/adventure/pull/954) - [@RedDaedalus](https://togithub.com/RedDaedalus) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/962](https://togithub.com/KyoriPowered/adventure/pull/962) - [@RealBauHD](https://togithub.com/RealBauHD) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/965](https://togithub.com/KyoriPowered/adventure/pull/965) - [@CheeseTastisch](https://togithub.com/CheeseTastisch) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/980](https://togithub.com/KyoriPowered/adventure/pull/980) - [@yusshu](https://togithub.com/yusshu) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/981](https://togithub.com/KyoriPowered/adventure/pull/981) - [@FxMorin](https://togithub.com/FxMorin) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/996](https://togithub.com/KyoriPowered/adventure/pull/996) - [@booky10](https://togithub.com/booky10) made their first contribution in [https://github.com/KyoriPowered/adventure/pull/968](https://togithub.com/KyoriPowered/adventure/pull/968) **Full Changelog**: https://github.com/KyoriPowered/adventure/compare/v4.14.0...v4.15.0Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.