Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 13, 2017
1 parent fe14e1f commit d2cb94f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,13 @@ NoFlo WebSocket Runtime [![Build Status](https://travis-ci.org/noflo/noflo-runti
====

WebSocket implementation of [FBP protocol](https://flowbased.github.io/fbp-protocol/) for NoFlo. Meant to be used as a library for actual runners like [noflo-nodejs](https://github.com/noflo/noflo-nodejs)

## Changes

* 0.9.1 (November 13 2017)
- Improved payload normalization for errors and other non-serializable objects
- Fixed regression with sending captured STDOUT messages
- Exposed the `noflo-websocket-runtime` command to NPM bin
* 0.9.0 (November 6 2017)
- NoFlo 1.x compatibility
- Ported to ES6 class syntax
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "noflo-runtime-websocket",
"description": "NoFlo runtime for execution on Node.js over WebSockets",
"version": "0.9.0",
"version": "0.9.1",
"author": {
"name": "Henri Bergius",
"email": "henri.bergius@iki.fi"
Expand Down

0 comments on commit d2cb94f

Please sign in to comment.