Skip to content

Releases: Kaioru/retort

Version 2.0.1

08 May 00:33
Compare
Choose a tag to compare

Changelog

  • Fix similarly named commands executing the wrong command during processing

Version 2.0.0

03 May 06:55
Compare
Choose a tag to compare

The entire Retort project has been rewritten in Kotlin. This release will break e v e r y t h i n g.

Changelog

  • Rewrote commands, now has a single input and output value
  • Rewrote annotations, now has a proper factory, generators and processors
  • Add reflections, easily inject dependencies to annotated commands
  • Everything in the core api doesn't depend on reflections anymore (yay speed!)

Version 1.0.0

26 Feb 14:43
Compare
Choose a tag to compare

This release include 3 ways to create commands. (woop woop!)

  • Standard Classes
  • Annotations
  • Builders

This project is heavily inspired by a Discord Command API, Instructability, it wasn't as versatile and simple as I hoped it would've been. And the annotations were broken af. 😢

So, Retort was created!