Skip to content

Releases: Hippo/LWJEB

LWEJB 5.3.0

01 Aug 03:56
Compare
Choose a tag to compare

This update adds priorities, this allows you to prioritize your topic handlers much nicer.

LWJEB 5.2.0

18 Mar 22:05
Compare
Choose a tag to compare

This update removes the ASM dependency and allows you to configure how listeners are created.

LWJEB 5.1.2

22 Nov 09:14
d7d1222
Compare
Choose a tag to compare
Merge pull request #3 from Hippo/development

Pre-allocated list

LWJEB 5.1.1

22 Nov 08:58
4a9911a
Compare
Choose a tag to compare

Just general improvements, see #2

Accessiblity Patch

18 May 05:26
Compare
Choose a tag to compare

This patch fixes accessibility issues with field publications.

LWJEB 5.0.0

07 Apr 17:49
8108984
Compare
Choose a tag to compare

LWJEB 5.0.0 is far faster than any previous release, now comes with a new configuration system, so now you can tweak it how ever you want, its all yours. Easily incorporate it in your multi threaded applications, without any struggle.

LWJEB 4.3.0

26 Jun 07:53
Compare
Choose a tag to compare

[+] Async posting
[+] More compact
[+] Better naming conventions
[+] Cleaned most of the code

LWJEB 4.1.0

29 Jan 04:40
eb6e59b
Compare
Choose a tag to compare

[+] Added in SubscriptionPublisher allowing you to customize how events are published.

LWJEB 4.0 Official Release

12 Jan 04:10
40b3a55
Compare
Choose a tag to compare

This is the official version of LWJEB 4.0.

[+] Made the EventBus more customizable
[+] Uses LambdaMetaFactory instead of reflection for faster invocation
[-] Useless abstraction layers