Commit 85ee27a
authored
release 5.0.0 (#48)
* Feat/v5 (#47)
* feat(arguments) : modernize argument system
* feat(jda): remove duplication code
Use ArgumentParser as interface
* feat: optimization and aliases management and enable runtime command
* feat: continue to use Pattern dot matching precompile
* feat: add little cache system for player in arguments
* feat: add fluent command builder possibility from manager
* feat: force usage with manager for command builder
* feat: add tests
* feat: cleanup code
* feat: add ci/cd for publishing
* feat: remove jitpack
* feat: update readme
* fix: rename master branch in ci
* fix(core): improve updater
* feat: remove useless job
* feat: add annotation addon
* feat: rework tests
* fix(spigot): spigot integration test
* feat: remove useless test
* feat: remove @optional form migration file
* feat: add annoted command exemple in jda module
* feat: add autocompletion for jda (rewrite to wrap event)
* feat: fix test plugin annotations
* fix(version): javadoc missing1 parent c281c6c commit 85ee27a
141 files changed
Lines changed: 6416 additions & 2529 deletions
File tree
- .github/workflows
- annotations-addon
- src
- main/java/fr/traqueur/commands/annotations
- test/java/fr/traqueur/commands/annotations
- commands
- core
- src
- jmh/java/fr/traqueur/commands
- main/java/fr/traqueur/commands
- api
- arguments
- exceptions
- logging
- models
- collections
- parsing
- requirements
- resolver
- updater
- impl
- arguments
- logging
- parsing
- test/java/fr/traqueur/commands
- api
- arguments
- models
- collections
- updater
- impl
- arguments
- logging
- parsing
- test/mocks
- jda-test-bot
- src/main/java/fr/traqueur/commands/test
- commands
- annoted
- jda
- src/main/java/fr/traqueur/commands/jda
- arguments
- requirements
- spigot-test-plugin
- src/main/java/fr/traqueur/testplugin
- annoted
- spigot
- src
- main/java/fr/traqueur/commands/spigot
- arguments
- requirements
- test/java/fr/traqueur/commands/spigot
- velocity-test-plugin
- src/main/java/fr/traqueur/velocityTestPlugin
- annoted
- velocity
- src/main/java/fr/traqueur/commands/velocity
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
This file was deleted.
0 commit comments