Commit Graph

12 Commits (54762f8bb5db903af916edf50968dc3bc5909606)

Author SHA1 Message Date
Exlll d1acb875c2 Remove update with default configuration.
Default values for Records can now be provided through constructors
that have no parameters.
Exlll 5b9c7754b4 Move to new project structure
Exlll bff27c06b1 Allow calls to update with a default configuration
Exlll 6ee99ff619 Update documentation for Records
Exlll e5028e6199 Add top-level saving/loading support for Records
Records can now be saved and loaded directly using one of the several
methods available.

Also, the TypeSerializer has been refactored.
Exlll a2153106b5 Add support for Record component comments
Exlll 7e79597cdd Add support for Record serialization
Exlll 31748db01b Add support for Instant, File, Path, URL, and URI
Exlll 57a9b33673 Add UUID serializer
Exlll 3ea01199db Add serialization support for Bukkit's ConfigurationSerializable types
Exlll f70c44f159 Add toBuilder method to create a builder from a properties object
Exlll 7c4f630f7c ConfigLib v3