Skip to content

Releases: OxidizeMC/java-oxide-gen

Initial release v0.1.0

11 Dec 18:57
8602e61

Choose a tag to compare

Added

  • Baked in build info for debugging purposes (view with the --debug-info flag)
  • 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-spaghetti to java-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