Skip to content

Releases: Sunderw3k/InjectAPI

Release 0.5.0

10 Oct 17:04
70edf91

Choose a tag to compare

Release 0.5.0

Forgot 0.4.0, unlucky

Changelog

  • Bug fixes
  • Better and more tests
  • Accessing private methods
  • Ability to redefine JVM classes

Full Changelog: v0.3.0...v0.5.0

Release 0.3.0

23 Aug 02:02
ce4e3c3

Choose a tag to compare

Release 0.3.0

Not much yet a lot this time.

Changelog

  • Made InjectHooks more intuitive to use when passing in a MethodHandle instead of a Function
  • Fixed a very rare but possible bug

Full Changelog: v0.2.0...v0.3.0

Release 0.2.0

17 Aug 17:58
da734a3

Choose a tag to compare

Release 0.2.0

Lots of fixes this time caused by previous commits.

Changelog

  • Windows support
  • Make cross-classloader hooks work
  • Rewrite a few classes to java

Full Changelog: v0.1.0...v0.2.0

Release 0.1.0

17 Jul 22:43
0fe7a61

Choose a tag to compare

Release 0.1.0

Changelog

  • Added field redirects
  • Added an example for field redirects
  • Fix the README some more

Full Changelog: v0.0.2...v0.1.0

Release 0.0.2

15 Jul 22:39

Choose a tag to compare

Release 0.0.2

Changelog

  • Added an example
  • Fixed multiple bugs in the code in README
  • Fixed a few issues with the api itself

Full Changelog: v0.0.1...v0.0.2

Release 0.0.1

15 Jul 19:22
07c9ad3

Choose a tag to compare

The first ever release! Version 0.0.1

Features

  • Injecting code
  • Early return with custom return value
  • ClassLoader independent

Full Changelog: https://github.com/Sunderw3k/InjectAPI/commits/v0.0.1