- Haxe 4 compatibility.
- Parameters are optional (marked with ?), so the code can be compiled on Haxe 3.2 and newer with Mockatoo.
- Support DCE by adding :keep meta, only assert in debug
- Test in debug
- Fixed slot priority bug.
- Added haxelib.json.
- Adds support for Haxe 3.
- Adds support for C++ target and value matching of non-enum types on EventSignal slots.
- Always set event target, not only when bubbling
- Check type filter of EventSlot -BEFORE- removing (for addOnce)
- Improved SignalEvent implementation
- Initial release