Skip to content

Releases: menny/mabel

v0.16.0

12 Mar 20:36
e8b0524
Compare
Choose a tag to compare
  • Annotating targets with the reason they were created:
    • Root requested dependency.
    • Required dependency by another dependency.
  • Annotating targets with license information:
    • Name as shown in the pom file.
    • Type (Apache, MIT, etc).
    • URL to the license file.
  • Failing if a root dependency was not found.

v0.15.0

25 Jan 20:16
0fa05db
Compare
Choose a tag to compare
  • Support for kotlin-rules 1.5.0-alpha3
  • Verified with Bazel 4.0.0

v.0.14.3

28 Jul 17:30
93be607
Compare
Choose a tag to compare
  • Fix for Kotlin jars that also contain java_plugin.

v0.14.2

13 Jul 15:34
1299802
Compare
Choose a tag to compare
  • Fixed typo in generated files.

v0.14.1

13 Jul 14:49
d79794f
Compare
Choose a tag to compare
  • Better buildifier output.

v0.14.0

09 Jul 16:16
0c17893
Compare
Choose a tag to compare
  • Other than java-rules, all other rules must be provided. For example, if a dependency is an Android dependency and aar_import was not provided to the init macro (generate_transitive_dependency_targets) then the build will fail with an error message.

v0.13.2

06 Jul 21:30
0edd223
Compare
Choose a tag to compare
  • Support for java-plugins (annotation processors) with comments in their manifest.

v0.13.1

06 Jul 20:58
ad54f2c
Compare
Choose a tag to compare
  • Verified with Bazel 3.3.1.
  • Fix an issue with a specific malformed version structure.
  • Avoid cyclic-dependency issues.

v0.13.0

15 Jun 14:13
75cbf54
Compare
Choose a tag to compare
  • Support for updated kotlin_rules.

v0.12.0

11 Jun 04:25
50417a1
Compare
Choose a tag to compare
  • Ability to provide a java_library and java_plugin rule implementations.
  • Generated BUILD.bazel files are compliant to buildifier.