- Communication schema has been updated again, for simplified discovery and connection process.
- New schema is incompatible with previous releases.
- New communication protocol allows multiple anyMesh instances on the same IP Address, and even multiple instance within the same program!
- Instances can update their subscriptions without having to disconnect.
- Added Unit Tests. Install 'nodeunit' globally with NPM to run tests.
- disconnectFrom() callback will sometimes fire when 2 AnyMesh instances do not have a valid connection.
- UpdateInfo Test will fail intermittently when run consecutively after other tests.
- New demo app, using Blessed library
- added "getConnections()" method to AnyMesh
- converted to lodash library
- anymesh callbacks are now cloning parameters for operation safety.