Skip to content

Releases: ProjectUnified/CraftCommand

0.8.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 12:21
Immutable release. Only release title and notes can be modified.
  • a910e7a - release
  • c56c60a - more tests and some cleanup
  • 0c29ddb - add some tests and fix the spotted issues
  • 503ce57 - fix sender in resolve method

0.7.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 11:57
Immutable release. Only release title and notes can be modified.

0.7.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 10:58
Immutable release. Only release title and notes can be modified.

0.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:01
Immutable release. Only release title and notes can be modified.
  • f8c100e - release
  • c40478a - demonstrate the custom sender resolver
  • b014b65 - some refactor on the use of JavaPoet
  • d7436ca - reformat
  • 837f721 - reduce overhead and integrate tests to standalone example

0.5.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 15:34
Immutable release. Only release title and notes can be modified.
  • 0a3b045 - release
  • 6712332 - use auto services for processor instead of hardcoding it
  • 33e86c0 - add description to subcommand and remove subcommand name in usage text
  • 8cc2770 - add abstract methods to register the command

0.5.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 14:37
Immutable release. Only release title and notes can be modified.
  • 16c15bf - release
  • 0bc7140 - remove CommandFactory and back to pure newInstance with static filterSuggestions

0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 14:00
Immutable release. Only release title and notes can be modified.

0.4.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:34
Immutable release. Only release title and notes can be modified.
  • a49b45b - release
  • 2d65f57 - add greedy support for the string in BaseCommandProcessor

0.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:02
Immutable release. Only release title and notes can be modified.

0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 08:40
Immutable release. Only release title and notes can be modified.
  • 07c24ff - release
  • 36923f6 - standardize the processor with execution source, add paper basic processor
  • fb4dd7d - some fixes to the paper modules
  • 34e70cd - add paper modules