aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* feat: better inner classes api, removed deprecation warnings since that ↵HEAD0.7.0dev zaaarf2024-06-04-125/+166
| | | | stuff is there to stay
* fix: accidentally messed up order of arguments0.6.5 zaaarf2024-06-02-4/+3
|
* fix: map overridden methods using top-level's name0.6.4 zaaarf2024-06-02-12/+31
|
* fix: support every source version0.6.3 zaaarf2024-05-31-0/+10
|
* fix: updated to new mapper library0.6.2 zaaarf2024-05-31-16/+14
|
* Merge branch 'feature/mapper-library' into dev0.6.1 zaaarf2024-05-31-414/+164
|\
| * fix: use gitversion properlyfeature/mapper-library zaaarf2024-05-11-6/+2
| |
| * chore: version bump zaaarf2024-01-24-1/+1
| |
| * chore: internal reorganisation zaaarf2024-01-24-28/+28
| |
| * chore: updated to mapping library 0.3.0 zaaarf2023-09-01-15/+13
| |
| * feat: updated to use mapper lib 0.2.0 zaaarf2023-08-26-92/+101
| |
| * feat: updated to use mapper 0.1 zaaarf2023-08-26-31/+12
| |
| * fix: don't call processingEnv before it's initialised zaaarf2023-06-11-11/+21
| |
| * chore: moved obfuscation stuff to mapping library zaaarf2023-06-11-265/+16
| |
* | fix: new javadoc url zaaarf2024-01-20-2/+2
| |
* | ci: added github actions zaaarf2023-12-28-0/+27
| |
* | chore: added external javadoc link zaaarf2023-09-08-0/+7
| |
* | fix: jar task no longer needed zaaarf2023-09-08-5/+1
| |
* | fix: fixed gitversion mangling name zaaarf2023-09-08-4/+3
| |
* | fix: forgot ` zaaarf2023-09-01-1/+1
| |
* | chore: readme update zaaarf2023-08-22-1/+1
| |
* | fix: updated package in gradle processor zaaarf2023-08-17-1/+1
| |
* | added license zaaarf2023-08-15-0/+21
|/
* chore: documentation fixes zaaarf2023-06-10-5/+5
|
* feat: option to skip service provider generation zaaarf2023-05-26-3/+28
|
* chore: added container class for options zaaarf2023-05-26-185/+170
|
* chore: added missing elements to gitignore zaaarf2023-05-26-0/+3
|
* chore: shortened @RegisterBareInjector to @BareInjector zaaarf2023-05-26-3/+3
|
* chore: fix indentation in javadocs zaaarf2023-05-03-10/+9
|
* chore: make MultipleTargets into a subclass of Target zaaarf2023-05-03-20/+14
|
* fix: do not use the original class name as patch name zaaarf2023-04-17-1/+1
|
* fix: injector generated correctly0.6.0 zaaarf2023-04-13-15/+8
|
* fix: attempting to write the service provider multiple times zaaarf2023-04-13-13/+11
|
* chore: bump lillero to 0.4.1 zaaarf2023-04-13-1/+1
|
* fix: find always falling back zaaarf2023-04-13-7/+10
|
* chore: updated readme zaaarf2023-04-12-2/+4
|
* feat: @Find now falls back on containing class zaaarf2023-04-12-10/+28
|
* chore: updated readme zaaarf2023-04-12-6/+11
|
* fix: skip invalid bare injectors zaaarf2023-04-12-8/+12
|
* fix: rename @Find's className as well zaaarf2023-04-12-3/+2
|
* feat: generate dummies for all abstract methods, not just targets zaaarf2023-04-12-16/+19
|
* feat: specifying ClassNode is now optional zaaarf2023-04-12-60/+96
|
* feat: @Patch's value field is now mandatory zaaarf2023-04-12-32/+17
|
* feat: allow to register manually written IInjectors zaaarf2023-04-12-12/+31
|
* feat: throw exception if bridge is not found correctly0.5.2 zaaarf2023-04-12-1/+26
|
* feat: matching the erasure bridge should be optional zaaarf2023-04-12-12/+18
|
* chore: constructors should be private zaaarf2023-04-12-6/+7
|
* feat: type erasure is now handled correctly zaaarf2023-04-11-3/+38
|
* fix: canonical way to get raw TypeMirrors zaaarf2023-04-11-2/+5
|
* fix: eliminated redundant code, fixed bug with arrays in descriptors being ↵ zaaarf2023-04-11-66/+48
| | | | sometimes ignored