Skip to content

Releases: vaperion/blade

3.0.4

07 Jul 18:51
bf361ab
Compare
Choose a tag to compare
Add Context#parseArgument API

3.0.3

03 Jun 12:35
e0728b6
Compare
Choose a tag to compare
Fix arguments

3.0.2

19 Jan 14:48
Compare
Choose a tag to compare
Fix typos

3.0.1

07 Oct 18:18
886f349
Compare
Choose a tag to compare
Update build.gradle

3.0.0

14 May 11:18
0fe1fdd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.8...3.0.0

2.1.8

24 Mar 22:57
19dede6
Compare
Choose a tag to compare

This release adds velocity support to Blade.
Example usage:

Blade.of()
    .velocityServer(proxyInstance)
    .containerCreator(VelocityCommandContainer.CREATOR)
    ...

2.1.7

12 Mar 12:23
8560df1
Compare
Choose a tag to compare
Fixed string duplication in usage generation on every single sendTo/t…

…oString call

2.1.6

12 Mar 12:15
02f126e
Compare
Choose a tag to compare
added new help generator, started working on new java support, bump t…

…o 2.1.6

2.1.5

07 Mar 15:45
00f4c09
Compare
Choose a tag to compare
Added Command#hidden (hide commands from help and subcommand tab comp…

…letion), refactored usage message generation, added Command#usage to customize usage, bumped to 2.1.5

2.1.4

06 Mar 12:39
d7d8baa
Compare
Choose a tag to compare
Fixed ArrayIndexOutOfBoundsException when tab completing " ", bump ve…

…rsion to 2.1.4