Skip to content

Releases: Fabricio20/Eventti

v1.4.0 - Removed Event class

12 Jul 20:51
Compare
Choose a tag to compare

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

04 Nov 18:07
Compare
Choose a tag to compare

I've released the library under maven central for easier access since GitHub Packages requires authentication to fetch dependencies.

v1.3.8 - Initial Release

26 Oct 19:57
Compare
Choose a tag to compare

This is the initial release for the project.