Skip to content

1.0.10

Choose a tag to compare

@braulio-dev braulio-dev released this 03 Jun 23:45
· 19 commits to main since this release

Tag system reworked into an extensible matcher model.

  • Tag is now an abstract matcher; SimpleTag matches an exact value, PatternTag matches many values via regex (e.g. level:37 and level:30).
  • Tags support multiple regions and are no longer registered one by one.
  • Tags expose usage and description metadata.
  • New command: /mapper tags lists every tag available for a region with its usage and description.
  • Added jitpack.yml pinning JDK 21 so the artifact builds on JitPack.