Skip to content

Commit

Permalink
prepare for v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Feb 1, 2023
1 parent 6aa6e4e commit 9c0bcd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# feathersui-rpc-services Change Log

## 1.0.3 (2023-02-01)

- Fixed registering of aliases for `feathers.messaging.Producer` and `feathers.messaging.Consumer`.
- Fixed failure to catch thrown `String` because try/catch blocks were targeting `haxe.Exception` only.
- Fixed a couple of public getter and setter functions that should have been private.
- The `headers` property of the `IMessage` interface is typed as `Dynamic` instead of `Any` to be closer to the original AS3 version.

## 1.0.2 (2022-10-17)

- Fixed failure to catch thrown `haxe.Exception` because try/catch blocks were targeting `openfl.errors.Error` instead.
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"license": "Apache",
"tags": ["openfl", "feathersui", "rpc", "remoteobject", "amf"],
"description": "RPC services for Feathers UI",
"version": "1.0.2",
"version": "1.0.3",
"classPath": "src",
"dependencies": {
"openfl": "",
"feathersui": "",
"amfio": ""
},
"contributors": ["bowlerhat"],
"releasenote": "Catch haxe.Exception instead of openfl.errors.Error fix"
"releasenote": "Producer and Consumer fixes"
}

0 comments on commit 9c0bcd4

Please sign in to comment.