You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minor feature release to the Configurate v4 series that addresses a variety of bugfixes, small API additions, and Javadoc tweaks that have built up in the months since the 4.0.0 release.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is a minor feature release to the Configurate v4 series that addresses a variety of bugfixes, small API additions, and Javadoc tweaks that have built up in the months since the 4.0.0 release.
Thanks to forresthopkinsa, jpenilla, and ItsTehBrian for their contributions to this release.
Added
NodePath.plus
added to combine pathsAbstractListChildSerializer
is now part of Configurate's public APIConfigurationLoader
to load/save from strings.
so they appear hidden in file viewersConfigurationOptions
andAbstractConfigurationLoader
ConfigurationNode.require
methods for cases where a return value is known to be non-null, to avoid nullabilty warnings in IDEsflags
field to the@Matches
constrant annotation to pass throughPattern
flagsGsonConfigurationLoader.gsonSerializers()
)ConfigurationNode
Fixed
EnumSet
s rather thanHashSet
sTypes.box/unbox
null
-valued non-virtual nodes (Comments cause virtual node to become non-virtual #187)get
method to use the appropriate Java overload ofget
(Use no-default overload to avoid NPE #185)Deprecated
NodePath.plus
extension function has been deprecated since it is replaced by theplus
method inNodePath
itself.This discussion was created from the release Configurate v4.1.0.
Beta Was this translation helpful? Give feedback.
All reactions