Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Releases: caoimhebyrne/BetterInject

0.1.3

03 Feb 17:54
Compare
Choose a tag to compare

Warning
BetterInject is in alpha this means that things may not work fully, however I have tried my best to test it as much as possible. Things may break, and if they do, open an issue (with as much info as possible please!) and I'll try my best to fix it for you.

Changelog

  • Fix issue with running under latest loom version

Adding it to your project

You can get BetterInject from Jitpack.

implementation("com.github.cbyrneee:BetterInject:0.1.3")
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.3") // Required for refmap

0.1.2

18 Jan 21:42
e31eaa8
Compare
Choose a tag to compare

Warning
BetterInject is in alpha this means that things may not work fully, however I have tried my best to test it as much as possible. Things may break, and if they do, open an issue (with as much info as possible please!) and I'll try my best to fix it for you.

Changelog

  • Fix issue with build

Adding it to your project

You can get BetterInject from Jitpack.

implementation("com.github.cbyrneee:BetterInject:0.1.2")
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.2") // Required for refmap

0.1.1

06 Jan 19:09
68e1a48
Compare
Choose a tag to compare

Warning
BetterInject is in alpha this means that things may not work fully, however I have tried my best to test it as much as possible. Things may break, and if they do, open an issue (with as much info as possible please!) and I'll try my best to fix it for you.

Changelog

  • Include license in the final JAR

Adding it to your project

You can get BetterInject from Jitpack.

implementation("com.github.cbyrneee:BetterInject:0.1.1")
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.1") // Required for refmap

0.1.0

04 Jan 22:32
Compare
Choose a tag to compare

Alpha 0.1.0

This is the first alpha release of BetterInject! For more information on how to use it, check out our README.

Warning
BetterInject is in alpha this means that things may not work fully, however I have tried my best to test it as much as possible. Things may break, and if they do, open an issue (with as much info as possible please!) and I'll try my best to fix it for you.

Adding it to your project

You can get BetterInject from Jitpack.

implementation("com.github.cbyrneee:BetterInject:0.1.0")
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.0") // Required for refmap