| Age | Commit message (Expand) | Author |
| 2021-05-04 | Make remapped configurations lazy | modmuss50 |
| 2021-03-25 | Constant unpicking (#328) | modmuss50 |
| 2021-02-26 | Add log4jConfigs to Loom extension (#356) | Shadowfacts |
| 2021-02-11 | Generate IDE run configs on a per config basis. Allows for much finer grain c... | modmuss50 |
| 2021-02-11 | Revert previous change, somewhat. I didnt understand the issue correctly. | modmuss50 |
| 2021-02-11 | Rename `runs` -> `runConfigs` | modmuss50 |
| 2021-02-11 | Update MCE - Remove auto population of minVersion in mixins - Drop some log l... | modmuss50 |
| 2021-01-29 | Improve run configs (#318) (#338) | modmuss50 |
| 2021-01-18 | 1 Infinite Loop | modmuss50 |
| 2020-12-27 | Optimise loom configuration, saves 1.2 seconds in my testing. #319 | modmuss50 |
| 2020-12-24 | General code cleanup (#313) | modmuss50 |
| 2020-12-02 | Allow specifying natives directory with the `fabric.loom.natives.dir` gradle ... | modmuss50 |
| 2020-09-06 | Fix race condition with mixin's output mappings across source sets | modmuss50 |
| 2020-09-04 | Fix mixin mapping being shared between all projects. | modmuss50 |
| 2020-08-24 | Official Mojang Mappings support | modmuss50 |
| 2020-08-24 | Allow adding additional jar processors (#247) | Fudge |
| 2020-07-26 | General cleanup | Reece Dunham |
| 2020-07-26 | Merge branch 'shared_caches' into dev/0.5 | modmuss50 |
| 2020-07-26 | Allow IDEA run configs to be generated for non-root projects (#236) | Jonas Herzig |
| 2020-06-29 | Supply the configuration to the run Exec directly (#232) | Octavia Togami |
| 2020-06-27 | First pass on "shareCaches". | modmuss50 |
| 2020-06-01 | Allow specifying additional decompilers for generating sources (#213) | Fudge |
| 2020-05-22 | Allow applying kapt and using mixins in other source sets (#211) | Fudge |
| 2020-05-13 | Merge branch 'pull/205' into dev/0.4 | modmuss50 |
| 2020-05-13 | Improve setup speed. (#208) | modmuss50 |
| 2020-05-11 | Allow other source sets to be remapped without needing an access widener | Joe |
| 2020-03-26 | Add a basic way to specify custom intermediary URLs, ideally this would use m... | modmuss50 |
| 2020-03-06 | 0.2.7 refactors (#178) | modmuss50 |
| 2019-12-29 | Change mixin refmap default name to use archivesBaseName instead of the proje... | Juuxel |
| 2019-12-13 | Yet another attempt to fix the annotation processor issue. | modmuss50 |
| 2019-12-11 | Revert last 2 commits. | modmuss50 |
| 2019-12-11 | Possible fix/workaround for idea enabling annotation processors when we dont ... | modmuss50 |
| 2019-11-12 | Merge remote-tracking branch 'upstream/dev/0.2.6' into dev/0.2.6 | modmuss50 |
| 2019-11-12 | Cleanup installer json handling, should hopefully fix incorrect dependency ve... | modmuss50 |
| 2019-11-11 | Use Dev Launch Injector to ensure that the launch options are always kept upt... | modmuss50 |
| 2019-11-02 | Reformat to use Fabric API's checkstyle (#137) | modmuss50 |
| 2019-10-22 | Fix issues involving projects with modules that contain no java classes (#135) | zml |
| 2019-10-22 | Rewrite native handling, fixes support for gradle 5.6.3 Fixes #81 Fixes #134 | modmuss50 |
| 2019-08-15 | Add a quick way to specify custom minecraft manifest urls | modmuss50 |
| 2019-06-24 | Fix getRootProjectPersistentCache() not using the root project, closes #113 | modmuss50 |
| 2019-05-28 | add modApi, modImplementation, modRuntimeOnly; try to improve source remappin... | asie |
| 2019-05-27 | pull in annotationProcessor dependencies from fabric-loader JSON too | asie |
| 2019-05-27 | remove hacky mixin refmap remapper | asie |
| 2019-05-11 | migrate RemapJarTask and RemapSourcesJarTask over to getters/setters for fiel... | asie |
| 2019-04-30 | migrate away fabric-mixin-compile-extensions, fix root/sub project issues wrt... | Adrian Siekierka |
| 2019-04-27 | fix #85, remove parts of deprecated code, update Mixin | Adrian Siekierka |
| 2019-04-23 | fix line number remapping, add option to disable mixin refmap remapping (unne... | Adrian Siekierka |
| 2019-04-21 | remapped mods need to persist after a clean to allow "clean build" to work | asie |
| 2019-04-21 | store mixin maps in per-project build caches, move root project build cache t... | Adrian Siekierka |
| 2019-04-15 | Fix crash when parent project does not have loom | modmuss50 |