2016-12-21, Version 3.1.1 ========================= * Update package.json for LB3 release (Simon Ho) * Update paid support URL (Siddhi Pai) 2016-12-05, Version 3.1.0 ========================= * Drop support for Node v0.10 and v0.12 (Miroslav Bajtoš) * Fix version info in README (Miroslav Bajtoš) * Update deps to loopback 3.0.0 RC (Miroslav Bajtoš) 2016-09-22, Version 3.0.0 ========================= * Update deps to 3.0.0 RC (Miroslav Bajtoš) * Update juggler and loopback in package.json (Amir Jafarian) * Bump up minimal loopback version in devDeps (Miroslav Bajtoš) 2016-09-09, Version 2.0.0-alpha.2 ================================= * Use the new API for defining remoting types (Miroslav Bajtoš) * Update dev-dependencies (Miroslav Bajtoš) 2016-09-01, Version 2.0.0-alpha.1 ================================= * Update to juggler@3 and remoting@3 (Miroslav Bajtoš) * lib: use strict, fix whitespaces (Miroslav Bajtoš) * test: fix deprecation warnings (Miroslav Bajtoš) * test: use strict, handle errors (Miroslav Bajtoš) * Start development of 2.x (Miroslav Bajtoš) 2016-09-01, Version 1.3.2 ========================= * Update README.md (Rick Blalock) * Update URLs in CONTRIBUTING.md (#50) (Ryan Graham) * Do not use native promises in tests (Simon Ho) 2016-05-06, Version 1.3.1 ========================= * update copyright notices and license (Ryan Graham) 2016-05-03, Version 1.3.0 ========================= * Small logic cleanup (Heath Morrison) * Added promise support (Heath Morrison) * Remove .sl-blip.js (Simon Ho) 2016-02-16, Version 1.2.0 ========================= * Remove blip (Raymond Feng) * test: listen on ephemeral ports (Miroslav Bajtoš) 2016-02-04, Version 1.1.0 ========================= * Register Models with Dynamic converter (Miroslav Bajtoš) * Update README.md (Simon Ho) * Clean up tests (Geoffroy) * Removed unused describe definition (Geoffroy) * Removed unused file (Geoffroy) * Removed unused dependencies (Geoffroy) * Add test for custom http.path configuration. (Richard Pringle) * test: load the correct Remote instance (Miroslav Bajtoš) * Refer to licenses with a link (Sam Roberts) * Use strongloop conventions for licensing (Sam Roberts) * Fix NPM license warning (Simon Ho) * test: specify 127.0.0.1 for test server (Ryan Graham) * Create proxy methods for aliases (Simon Ho) * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham) * Add include mixin (Ritchie Martori) 2014-11-27, Version 1.0.3 ========================= 2014-10-10, Version 1.0.2 ========================= * Fix support for browsers (Miroslav Bajtoš) * Update contribution guidelines (Ryan Graham) 2014-10-01, Version 1.0.1 ========================= * Call resolve when defining Models (Ritchie Martori) 2014-09-26, Version 1.0.0 ========================= * First release!