RELEASES.md

April 22, 2016 ยท View on GitHub

Release History

VersionNotes
1.3.0Smarter module loading rules, adaptor alias
1.2.0Dynamic connections & devices, more time helpers, simplified logging
1.1.0Clean ups, refactorings, misc. bug fixes.
1.0.0Remove deprecated Device and Connection syntax, add Basestar#respond method
0.22.2Bug-fix for Registry loader
0.22.1Remove lodash, misc. bug fixes
0.22.0API extraction, new devices syntax.
0.21.2Update Robeaux version
0.21.1Add back debug logging for starting/connecting devices/connections
0.21.0Remove Connection/Device objects, update Robot connection/device syntax, fluent syntax updates
0.20.2Correct API issues, possible issue with test setups
0.20.1Revert accidental scrict handling of param in driver initializer
0.20.0Browser support, new module loading, log level support, misc. development changes
0.19.1Correct issue with dynamic method proxying
0.19.0Fluent syntax, improved start/halt, various other updates
0.18.0Updates Robot and Driver commands structure
0.17.0Updates to API to match CPPP-IO spec
0.16.0New IO Utils, removal of Utils#bind, add Adaptor#_noop method.
0.15.1Fixed issue with the API on Tessel
0.15.0Better halting, cleaner startup, removed 'connect' and 'start' events, and misc other cleanups/refactors.
0.14.0Removal of node-namespace and misc. cleanup
0.13.3Fixes bug with disconnect functions not being called.
0.13.2Use pure Express, adds server-sent-events, upd API.
0.13.1Add API authentication and HTTPS support
0.13.0Set minimum Node version to 0.10.20, add utils to global namespace and improve initialization routines
0.12.0Extraction of CLI tooling
0.11.2bugfixes
0.11.0Refactor into pure JavaScript
0.10.4Add JS helper functions
0.10.3Fix dependency issue
0.10.2Create connections convenience vars, refactor config loading
0.10.1Updates required for test driven robotics, update Robeaux version, bugfixes
0.10.0Use Robeaux UX, add CLI commands for helping connect to devices, bugfixes
0.9.0Add AngularJS web interface to API, extensible commands for CLI
0.8.0Refactored Adaptor and Driver into proper base classes for easier authoring of new modules
0.7.0cylon command for generating new adaptors, support code for better GPIO support, literate examples
0.6.0API exposes robot commands, fixes issues in driver/adaptor init
0.5.0Improve API, add GPIO support for reuse in adaptors
0.4.0Refactor proxy in Cylon.Basestar, improve API
0.3.0Improved Cylon.Basestar, and added API
0.2.0Cylon.Basestar to help develop external adaptors/drivers
0.1.0Initial release for ongoing development