Skip to content

Releases: JohnnyJayJay/compatre

Performance fixes

21 Aug 14:34
Compare
Choose a tag to compare
Performance fixes Pre-release
Pre-release

The only change in this release is that the input streams used to read the class files in plugin jars are now handled using try-with-resources to avoid resource leaks.

v0.2.1-alpha

06 Aug 13:26
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release
  • Fixed wrong class definition in NmsClassLoader
  • Added logging

v0.2.0-alpha

06 Aug 10:17
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release
  • Reworked & fixed class loader (use NmsClassLoader.loadNmsDependents(Class) now)
  • Added documentation
  • Removed unnecessary classes and dependencies

0.1.0-alpha

30 Jul 21:28
5e4cf6a
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release
Update README.md