Releases: stelitop/mad4j
Releases · stelitop/mad4j
Release v0.0.5
Added:
- Starting work on text-based commands, beyond slash commands.
- Multiple return types allowed from (Slash)Commands, including a specialised EventResponse type.
- Improved processing of command data, reducing redundancy.
- Built-in command restrictions for limiting commands to either servers (guilds) or DM channels.
- New integration tests.
Release v0.0.3
Merge pull request #7 from stelitop/v0.0.3 V0.0.3
Release v0.0.2
Updates the packaging for the files to be consistent with the project group.
First dev release
The first release of mad4j that can be used for creating a discord bot. Currently, the only main feature is declaring slash commands using a method annotation, them being automatically registered as global slash commands and their automatic injecting during events. The lesser features supported are - conditional execution of commands through configurable custom annotations and method annotations for component events, although they are at a much earlier development stage.
Test Release 4
v0.0.1-alpha-4 Fix version of gradle file.
Test Release 3
v0.0.1-alpha-3 Turn all components into autoconfigurations.
Test Release 2
v0.0.1-alpha-2 Update gradlew
Test Release 1
Test release for the automatic package deployment.