Releases: mcbrawls/inject
Releases · mcbrawls/inject
v2.2.0
BREAKING: Move HTTP-related things to its own module
IMPORTANT: License change for Spigot and Paper: GPL-3.0
v2.1.1
Changes reflection behaviour in spigot to look up fields and methods based on type and predicate instead of hardcoding obfuscated field/method names
v2.1.0
Adds Spigot support
Fixes a bug where HttpRequest#parse
throws since the reader index is not reset
v2.0.2
Adds HttpInjector#isRelevant
Reformats some classes
Improves javadoc comments
HttpRequest#parse
now throws IOException
instead of Exception
Actual error handling of HttpRequest#parse
is now performed
v2.0.1
Fixes useless HttpInjector#isRelevant
function existing
v2.0
- Paper support
- Move to java
- Injection of outgoing packets
- Move to multi module project
v1.1
Fix isRelevant
never getting called
oops