Skip to content

1.8.5

Latest

Choose a tag to compare

@Carleslc Carleslc released this 07 Jul 22:50
  • Fixes #78, #79: the comment dumper corrupted quoted list elements that wrapped across multiple lines when using loadWithComments/saveWithComments.
  • Fixes #83: YamlCommentFormatter sideFormatter null check.
  • PR #82: Added getCharacter, getByte, getShort, getFloat to ConfigurationSection, matching the existing list variants (getByteList, getShortList...). Thanks @Yasu-San!
  • Updated snakeyaml to 2.6 (Java 8+) and other dependencies.