Skip to content

Releases: menny/mabel

v0.30.0

04 Apr 03:05
98ac875
Compare
Choose a tag to compare
  • Updated to support Bazel 6.1.0.
  • Output now conforms to the latest buildifier.
  • Updated examples to latest rules.

v0.20.0

21 Jun 20:46
89e6dbc
Compare
Choose a tag to compare
  • Using jvm_import instead of java_import and kt_*

v0.19.1

06 Jun 22:04
0f282f9
Compare
Choose a tag to compare
  • You can now also set exports type on specific artifact.

v0.19.0

06 Jun 16:03
64f6748
Compare
Choose a tag to compare
  • You can now specify how we generate exports attribute:
    • all - Generate exports for all resolved dependencies.
    • requested_deps - (the default) Generate only for top-level, requested, artifacts.
    • none - do not generate exports attribute in any of the targets.

v0.18.1

02 Jun 03:21
8187322
Compare
Choose a tag to compare
  • Fix for test-only marking of inner-deps.

v0.18.0

29 May 02:57
f05a194
Compare
Choose a tag to compare
  • Support for test_only artifacts - such artifacts will be marked as test-only and Bazel will not allow those to be used in production code.

v0.17.0

26 May 19:39
b85633f
Compare
Choose a tag to compare
  • Support for artifacts' target type hint. This may speed up resolution quick a bit for large repos.

v0.16.3

17 May 19:25
4acfe64
Compare
Choose a tag to compare
  • Fix for java_plugin#runtime_dep mapping

v.0.16.2

30 Apr 15:38
86b4387
Compare
Choose a tag to compare
  • fix for null licenses

v.0.16.1

09 Apr 02:41
4c2806a
Compare
Choose a tag to compare
  • Correctly resolve dependencies with a profile-activation mechanism.
  • Pass JDK-HOME path for local depdencies.