Skip to content

1.7.1

Compare
Choose a tag to compare
@Carleslc Carleslc released this 08 Aug 19:20
· 89 commits to master since this release
  • Fixes loading paths with spaces #30
    • Added YamlFile constructors for URL and URI.
  • Added static methods to load YamlFile with readers or streams: loadConfiguration(Reader reader, boolean withComments) and loadConfiguration(InputStream stream, boolean withComments)
  • Removed saveWithComments and saveToStringWithComments methods. Now save and saveToString will save comments if the YamlFile was loaded with loadWithComments or a comment is set with setComment.
  • Now list elements indentation is consistent with yamlFile.options().indent() (2 by default).