Releases: AtlasWorldMC/EventFlow
2.0.1 - EventExecutor made optional
This update makes the EventListenerBuilder#executor an optional argument when registering a new listener.
Full Changelog: 2.0.0...2.0.1
2.0.0 - FutureAction Drop
2.0.0 Mainly fixes a massive issue, where when a EventNode had two parents it will be called multiple times when an event was called.
Full Changelog: 1.1.0...2.0.0
1.1.0 - Stable
Official first stable release!
This fixes way to many bugs than previous versions.
Full Changelog: 1.0.2...1.1.0
1.0.2 - Hot Fix
Full Changelog: 1.0.1...1.0.2
1.0.1 - New Versioning System
The versioning system is changing.
Release are now a normal version like for example this version 1.0.1 and snapshots are now named by the first 5 characters in a commit hash
1.0.0 - Introducing EventFlow !
Give a warm welcome to the newly created library EventFlow!
A multithreaded tree like event system. This project is mainly here to make the code consistent between all different platforms AtlasWorld runs on.
The project is fully available for anyone to use !
repositories {
maven {
url "https://repository.atlasworld.fr/repository/maven-public/"
}
}
dependencies {
implementation "fr.atlasworld.event:flow:1.0.0"
}Enjoy ! 🎉🎉