Releases: Fabricio20/Eventti
Releases · Fabricio20/Eventti
v1.4.0 - Removed Event class
You no longer need to use the abstract Event
class as the base for your event classes. The library now allows you to fire any Object as an event, which should allow for you to fire custom events from other frameworks like Spring as well.
v1.3.9 - Maven central
I've released the library under maven central for easier access since GitHub Packages requires authentication to fetch dependencies.
v1.3.8 - Initial Release
This is the initial release for the project.