Skip to content

1.0.0 - Command Framework Overhaul

Choose a tag to compare

@1robie 1robie released this 07 Jul 14:23
· 22 commits to main since this release

πŸš€ Features

  • Introduced command result types and enhanced command dispatching with flag context
  • Added EnumArgument class for custom enum argument handling
  • Enhanced SubCommand with confirmation requirement and argument handling

πŸ”§ Improvements & Refactors

  • Added null checks for parameters across command classes
  • Fixed usage of anyMatch β†’ allMatch
  • Added @SuppressWarnings annotations to EnumArgument and SubCommand

πŸ›‘οΈ CI & Quality

  • Added CodeQL analysis and Dependabot dependency management
  • Updated CodeQL Java version to 25
  • Updated maven-compiler-plugin to 3.9.0 and maven-surefire-plugin to 3.5.6
  • Updated Maven dependencies and resources plugin

πŸ“„ Documentation & Licensing

  • Added README with project overview, installation, and requirements
  • Added MIT License