Skip to content

Releases: ProjectUnified/CraftCommand

0.9.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:11
Immutable release. Only release title and notes can be modified.
  • 54cd0c3 - release
  • 63bdbb0 - unify i18n message and remove single-arg getUsage
  • 2e0427c - support no-args local suggest method, and some cleanup

0.9.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 10:07
Immutable release. Only release title and notes can be modified.
  • cd94023 - release
  • 31cc982 - add and fix resolve and suggest tests
  • 3726fee - add suggest tests
  • 6c91ba1 - simplify the logic of resolve and suggest and some cleanup
  • 1aa44ac - Bump org.mockito:mockito-core from 5.11.0 to 5.23.0 (#5)

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