Skip to content

Releases: menny/mabel

v0.11.0

02 Jun 14:10
8401d8e
Compare
Choose a tag to compare
  • Rules and bzl files were renamed to include mabel.
  • You can now specify which version-conflict resolution strategy will be used. Use the version_conflict_resolver attribute
  • A new version-conflict resolution strategy: latest-version. This is the default.

v0.10.2

29 May 02:10
39b3bd2
Compare
Choose a tag to compare
  • Fix for missing maven-coordinates tag

v0.10.1

28 May 17:48
ce96249
Compare
Choose a tag to compare
  • Fix an issue with Kotlin rules and visibility
  • Working with Bazel 3.1.0

v0.10.0

29 Mar 17:14
9170c26
Compare
Choose a tag to compare
  • Ability to specify the visibility of generated targets, according to a category.

v0.9.2

24 Mar 18:32
f9530cb
Compare
Choose a tag to compare
  • Option to keep files in the target folder.

v0.9.1

24 Mar 03:03
dfdc3ba
Compare
Choose a tag to compare
  • Generate a buildifer complaint macros. Specifically, docstring.
  • A friendlier name for the all-processor-classes target. It is not processors or processors-with-api.

v0.9.0

21 Feb 05:02
88754a8
Compare
Choose a tag to compare
  • Removed dependency on protobuf.
    • This will result in a slightly slower merging phase - due to less compact data transfer protocol.
    • but faster bootstrap times - since we do not need to compile protobuf.
    • fewer workspace conflicts - by removing protobuf remote repository.

v0.8.1

02 Jan 01:40
170550c
Compare
Choose a tag to compare
  • Additional verifications of produced graph.

v0.8.0

31 Dec 20:43
ec067d0
Compare
Choose a tag to compare
  • even smaller data exchange object.
  • a few cosmetic log changes

v0.7.0

27 Dec 17:32
7429437
Compare
Choose a tag to compare
  • Completely re-write of data exchange layer (using Protobuf instead of json). This results in much faster and smaller data exchange before resolver and merger.
  • Updated to Bazel 2.0.0.