Skip to content

Releases: Taskeren/brigadierX

Removed the @Depreacted for newLiteralArgBuilder

20 Dec 22:56
ed0df08
Compare
Choose a tag to compare
1.3.2

Removed the @Deprecated for newLiteralArgBuilder

1.3.1

01 Oct 04:15
4cfe662
Compare
Choose a tag to compare
Code Cleanup

1.3.0: Support Context Receivers for advanced usage

01 Oct 03:57
f92dfbf
Compare
Choose a tag to compare
Now supports things like this:
```
dispatcher {
  "literal_arg_1" {
    executesX {
      // ... do something
    }

    "typed_arg_1"(StringArgumentType.greedyString()) {
      executesX {
        val theString = StringArgumentType.getString(it, "typed_arg_1")
        println(theString)
      }
    }
  }
}
}
```

v1.2.2

08 Sep 11:00
Compare
Choose a tag to compare

v1.2.1 的 jitpack 修复版本

v1.2

10 Sep 17:17
Compare
Choose a tag to compare
Fix

Package Visibility Error Patch

03 Apr 09:17
Compare
Choose a tag to compare
Fix package visibility errors

1. Fix package visibility errors and renamed the package of test classes.
2. renamed LiteralArgumentBuilder(String) and LiteralArgumentBuilder(String, Function) to newLiteralArgBuilder(String) and newLiteralArgBuilder(String, Function)
3. bump version to v1.1

Signed-off-by: nitu2003 <nitu2003@126.com>

brigadierX v1.0.1

25 Mar 12:14
Compare
Choose a tag to compare

Finally got 'BUILD SUCCESSFUL' in the f**king JitPack.

implementation 'com.github.nitu2003:brigadierX:1.0.1'

brigadierX v1.0

25 Mar 10:44
e808ae8
Compare
Choose a tag to compare