- Fixed registering of aliases for
feathers.messaging.Producer
andfeathers.messaging.Consumer
. - Fixed failure to catch thrown
String
because try/catch blocks were targetinghaxe.Exception
only. - Fixed a couple of public getter and setter functions that should have been private.
- The
headers
property of theIMessage
interface is typed asDynamic
instead ofAny
to be closer to the original AS3 version.
- Fixed failure to catch thrown
haxe.Exception
because try/catch blocks were targetingopenfl.errors.Error
instead.
- AsyncToken: Fixed responder not reporting result or fault if added after receiving event.
- Initial release