Skip to content

Releases: The-Forecaster/Rush

0.2.3

15 Jul 08:37
Compare
Choose a tag to compare

Some smaller changes with this release

  • Removed subprojects
  • Now use FastEventBus if you don't care about thread safety
  • Use ConcurrentEventBus if you need thread safety

2.2

15 May 09:13
Compare
Choose a tag to compare
2.2

Lots of improvements in both speed and code-styling

divided the bus into 2 different projects

Lightweight is for if you don't want the bloat of a bunch of different classes
EventBus is for if you want the full bus.

2.1 is here!!!

04 Jul 08:14
Compare
Choose a tag to compare

after long last its here

  • still no jitpack or real maven repo :/
  • improvements in speed and thread safety, plus better java implementation
  • all around improvements

Just glad to finally have this out

2.0

09 Apr 06:34
Compare
Choose a tag to compare
2.0

Big improvements in this release, streamlined bus and listener stuff

  • will start working on listeners cache to reduce reflection calls but overall this should work alright for now
  • will also start working on async stuff for next release

1.1

06 Apr 04:43
Compare
Choose a tag to compare
1.1

First main line release, probably not gonna work amazing but at least this is done