Skip to content

Releases: cyklon73/JEvent

1.4.1 Internal Events

20 Oct 16:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

1.4.0

11 Apr 09:47
7c98c03
Compare
Choose a tag to compare

Added WrappedEvents

What's Changed

  • Classes can now used in events without extends Event with WrappedEvents
  • Wrapped event by @cyklon73 in #5

New Contributors

Full Changelog: v1.3.6...v1.4.0

1.3.6

28 Jan 18:44
Compare
Choose a tag to compare

Full Changelog: v1.3.5...v1.3.6

1.3.5

28 Jan 17:35
Compare
Choose a tag to compare

Hotfix

Full Changelog: v1.3.4...v1.3.5

1.3.4

21 Jan 19:14
Compare
Choose a tag to compare

Implemented ParameterInstances

Full Changelog: v1.3.3...v1.3.4

1.3.3

08 Jan 22:40
Compare
Choose a tag to compare
v1.3.3

Bump version 1.3.3

1.3.2

08 Jan 22:29
Compare
Choose a tag to compare
v1.3.2

Bump version 1.3.2

1.3.1

07 Jan 21:13
Compare
Choose a tag to compare
v1.3.1

updated ReflectionUtils

1.3.0

07 Jan 20:34
Compare
Choose a tag to compare
v1.3.0

Version updated to 1.3.0

1.2.0 Raw Handlers

04 Jan 22:41
Compare
Choose a tag to compare
  • Documentation in the EventManager interface improved
  • Added methods to register a consumer as a handler for a specific event
  • Internal system changes to support raw handlers