Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@wagyourtail wagyourtail released this 01 Aug 13:20
· 103 commits to main since this release
5536d2e

Java API

  • HttpClient impl (j11)
    • some things like proxy, cookies and auth are currently ignored.
    • if you want them, pr them I guess, it's good enough for most uses.
  • ClassLoader#getName (j9)

Core

  • Ability to create Multi-Release jars with original and semi-downgraded code
    • auto-prune classes that have no changes from downgrading from multi-version
  • Fix some warnings from the api when running on lower java versions

Cli

  • Add ability to use - to auto-gen temp files when chaining tasks (see --help for usage)