Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 11, 2022
1 parent 84389aa commit b6792d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# feathersui-rpc-services Change Log

## 1.0.1 (2022-09-11)

- AsyncToken: Fixed responder not reporting result or fault if added after receiving event.

## 1.0.0 (2022-09-08)

- Initial release
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.0",
"version": "1.0.1",
"classPath": "src",
"dependencies": {
"openfl": "",
"feathersui": "",
"amfio": ""
},
"contributors": ["bowlerhat"],
"releasenote": "Initial release"
"releasenote": "AsyncToken late responder fix"
}

0 comments on commit b6792d9

Please sign in to comment.