Skip to content

Releases: nyxintrus/SimpleConfig

1.0.3

Choose a tag to compare

@nyxintrus nyxintrus released this 22 Apr 00:37

Full Changelog: 1.0.1...1.0.3

fixed XML save error

1.0.2

Choose a tag to compare

@nyxintrus nyxintrus released this 22 Apr 00:24

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@nyxintrus nyxintrus released this 22 Apr 00:16

🚀 Release v1.0.1

🛠 Fixes

  • TOML: Fixed invalid settings.theme dotted keys, now uses proper [tables] and correct array formatting
  • XML: Fixed empty file crash, invalid XML characters, and broken key parsing
  • HOCON: Implemented missing save support with correct nested structure and string handling

⚙️ Improvements

  • More stable parsing across all formats
  • Better type handling for lists, numbers, and booleans
  • Reduced crashes on malformed or empty configs

⚠️ Notes

  • XML still has limited type safety (format limitation)
  • Properties format remains string-based

1.0.0

Choose a tag to compare

@nyxintrus nyxintrus released this 21 Apr 16:32
ddc84aa
Merge pull request #1 from nyxintrus/detached

updated build.gradle