forked from public-mirrors/ConfigLib
Update version to 4.0.0
This update contains several new features: * Support for Java records * Support for File, Path, URL, URI, Instant * New project structure that makes it easier to add support for additional file types ... and some breaking changes: * The code for saving and loading YAML files was moved from the configlib-core to the configlib-yaml module: * The Configurations class has been renamed to YamlConfigurations and its methods lost their -YamlConfiguration affix. * FieldFormatter has been renamed to NameFormatterdev v4.0.0
parent
d1acb875c2
commit
bfbda2f629
@ -1,4 +1,4 @@
|
|||||||
allprojects {
|
allprojects {
|
||||||
group = "de.exlll"
|
group = "de.exlll"
|
||||||
version = "3.1.0"
|
version = "4.0.0"
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
name: ConfigLib
|
name: ConfigLib
|
||||||
version: 3.1.0
|
version: 4.0.0
|
||||||
website: https://github.com/Exlll/ConfigLib
|
website: https://github.com/Exlll/ConfigLib
|
||||||
description: A library for working with YAML configurations.
|
description: A library for working with YAML configurations.
|
||||||
author: Exlll
|
author: Exlll
|
||||||
|
Loading…
Reference in New Issue