Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Bawnorton committed Oct 13, 2024
1 parent 4709e57 commit 82847dc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 2.0.0

- Migrated from json to json5 configs
- Legacy configs (json) are loaded, migrated and then saved as json5 so no need to worry about the old format,
it's handled automatically
- Added default naming
- Fields and classes now have their keys defaulted to the "snake_case" of their name
- Added comment support
- Javadoc comments on `@Configurable` elements are converted to comments in the config
- Added new API methods:
- defaultFieldNamingStratgey
- Allows the default field to key conversion to be overriden
- beforeLoad
- Allows the application of datafixing to the raw config string
- Various fixes

# 1.3.0

- Add server enforcement and config syncing
Expand Down

0 comments on commit 82847dc

Please sign in to comment.