Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Releases: AtlasWorldMC/EventFlow

2.0.1 - EventExecutor made optional

28 Dec 19:48

Choose a tag to compare

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

28 Dec 18:06

Choose a tag to compare

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

04 Nov 14:25

Choose a tag to compare

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

03 Nov 13:10

Choose a tag to compare

1.0.2 - Hot Fix Pre-release
Pre-release

Full Changelog: 1.0.1...1.0.2

1.0.1 - New Versioning System

26 Oct 14:18

Choose a tag to compare

Pre-release

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 !

25 Oct 23:22

Choose a tag to compare

Pre-release

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 ! 🎉🎉