2019-01-22, Version 3.4.1 ========================= * fix: return null when findById/findOne returns 404 (Jannis Ötjengerdes) * style: fix linting (virkt25) 2018-06-21, Version 3.4.0 ========================= * move dependencies (Stephen Crawford) * chore: drop node 4 and update deps (Taranveer Virk) 2018-01-16, Version 3.3.1 ========================= * chore: update copyright notice years (Miroslav Bajtoš) * Fix duplicate definition of a remote model type (maxim.sharai) 2017-12-12, Version 3.3.0 ========================= * Gruntfile: remove forgotten jshint task (Miroslav Bajtoš) * Preserve related models from "include" filter (Dimitris) * Add eslint to npm test, fix linter issues (Miroslav Bajtoš) * Refactor tests to use local per-app model registry (Miroslav Bajtoš) 2017-12-05, Version 3.2.0 ========================= * Add support for configuring remoting options (Kenny Sabir) * chore:update license (Diana Lau) * Move remote connector doc into README (crandmck) * build: enable Travis CI (Miroslav Bajtoš) * Add stalebot configuration (Kevin Delisle) * Update Issue and PR Templates (#76) (Sakib Hasan) * Add CODEOWNER file (Diana Lau) * Replicate new issue_template from loopback (Siddhi Pai) * Replicate issue_template from loopback repo (Siddhi Pai) * Add "options" arg to stubbed models in tests (Miroslav Bajtoš) 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!