Skip to content

v0.3.0

Compare
Choose a tag to compare
@Vampire Vampire released this 04 Jan 01:31
· 45 commits to master since this release
v0.3.0

Highlights

  • Integration tests
  • JDA support
  • Newline as parameter separator character and within placeholders with whitespace
  • Customization of alias calculation
  • Cleanup on command handler destroyal
  • Bugfixes

Details

  • Add integration tests [eb87c56]
  • Correct display version calculation [d2c3d8b]
  • Change server to guild for JDA classes to adapt to JDA terminology [2623c2e]
  • Do not handle private messages twice for JDA [6a488f1]
  • Exclude beans from discovery if they depend on absent classes [2bde5dc]
  • Allow to customize the alias calculation [e98289f]
  • Move version.properties to api package to make it accessible from built jar [0f9a0bd]
  • Allow newline as parameter separator character and within placeholders with whitespace [22ca89e]
  • Update Javacord version [bb67e34]
  • Remove the listener the JDA command handler added on bean destroyal [4f70ab9]
  • Remove the listener the Javacord command handler added on bean destroyal [335ce0d]
  • Add JDA support [355b75e]