Releases: OxidizeMC/java-oxide-gen
Releases · OxidizeMC/java-oxide-gen
Initial release v0.1.0
Added
- Baked in build info for debugging purposes (view with the
--debug-infoflag) - Proper logging and more error reporting
- Support for TOML configuration files
- Syntax verification for config files
- Glob support for input paths
- Support for parsing classes delimited by
., in config files
Changed
- Moved from
java-spaghettitojava-oxide(literally just a name change) - Renamed almost all of the configuration fields to better suit the new TOML format
- Now only looks at the classfiles packaged in a JAR, instead of every single file.
- Generates bindings using absolute paths (
crate::...) instead of relative paths (super::super::...)
Removed
- Support for YAML configuration files