v1.3.2
What's Changed
- Update Maven Shade Plugin version in README.md by @sehrschlechtYT in #19
- Update Maven shade plugin version by @dejvokep in #20
- New settings setters and change of document constructors access to protected by @dejvokep in #22
- Dependents can now use
setSettings()
method in favor of the former settings setters. - It is now possible to provide any number of settings objects when creating a document, as opposed to "none or all" requirement imposed prior to this release.
- Constructors of the YamlDocument class are exposed to any further extensions and/or implementations via
protected
access modifier. Other use cases should continue using the provided static instance builders.
- Dependents can now use
New Contributors
- @sehrschlechtYT made their first contribution in #19
Full Changelog: v1.3.1...v1.3.2
Artifact download: https://central.sonatype.com/artifact/dev.dejvokep/boosted-yaml/1.3.2