Skip to content

Releases: Revxrsal/EventBus

EventBus v1.3

19 Feb 19:38
c854100
Compare
Choose a tag to compare

What's Changed

Add @Property for defining additional fields

23 Jul 13:43
Compare
Choose a tag to compare
1.2

Add @Property for defining additional properties in events

Minor fixes

23 Jun 19:23
Compare
Choose a tag to compare
  • Fixed casting in primitive setters
  • Fixed fields not being scanned by annotations other than SubscribeEvent
  • Throw exception when setter methods do not return a void (which would throw a JVM bytecode error otherwise)

Initial release

19 Jun 19:22
Compare
Choose a tag to compare
1.0

Initial commit