Miroslav Bajtoš
12ab866a0e
1.3.0
...
* Small logic cleanup (Heath Morrison)
* Added promise support (Heath Morrison)
* Remove .sl-blip.js (Simon Ho)
2016-05-03 14:56:05 +02:00
Simon Ho
8343a64919
Merge pull request #44 from doublemarked/39-support-promises
...
Add promise support
2016-04-25 00:22:16 -07:00
Heath Morrison
75fd2f42f3
Small logic cleanup
2016-04-25 01:11:05 +03:00
Heath Morrison
a4e825191f
Added promise support
2016-04-25 01:07:15 +03:00
Simon Ho
2b38f3c381
Merge pull request #41 from strongloop/remove-hidden-blip-file
...
Remove .sl-blip.js
2016-03-23 15:19:13 -07:00
Simon Ho
3f0c4d5b0f
Remove .sl-blip.js
2016-03-23 14:34:05 -07:00
Raymond Feng
9120c680b5
1.2.0
...
* Remove blip (Raymond Feng)
* test: listen on ephemeral ports (Miroslav Bajtoš)
2016-02-16 09:41:26 -08:00
Raymond Feng
b8750508c2
Remove blip
2016-02-16 09:40:47 -08:00
Miroslav Bajtoš
74a2ce70ec
Merge pull request #36 from strongloop/fix/ci
...
test: listen on ephemeral ports
2016-02-05 16:53:28 +01:00
Miroslav Bajtoš
3c42c0a6af
test: listen on ephemeral ports
2016-02-05 13:29:43 +01:00
Miroslav Bajtoš
cc67f14b2d
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)
2016-02-04 15:43:08 +01:00
Miroslav Bajtoš
994e3afabc
Merge pull request #35 from strongloop/fix/missing-dynamic-converter
...
Register Models with Dynamic converter
2016-01-26 16:45:33 +01:00
Miroslav Bajtoš
0fd7bf06b5
Register Models with Dynamic converter
...
Fix `RemoteConnector.prototype.resolve` to register new models with
strong-remoting's `Dynamic` type resolver.
Before this change, if loopback-connector-remoting ended up with its
own copy of strong-remoting, then the responses were not converted
from plain objects to model instances, because model converters
were registered with the other instances of strong-remoting.
This has a side-effect that when there is only one strong-remoting
instance in the app, then there will be multiple converters registered
for the same model. Since the code performing conversion takes into
account the first model only, this should not pose any issues.
2016-01-26 15:13:09 +01:00
Simon Ho
5b721fe016
Update README.md
2016-01-22 13:40:18 -08:00
Simon Ho
14bfe9eaea
Update README.md
2016-01-22 13:39:13 -08:00
Simon Ho
7ac17dd652
Merge pull request #31 from strongloop/test-fixes
...
Clean up tests
2016-01-07 20:27:54 -08:00
Geoffroy
ba1703fbea
Clean up tests
2016-01-07 20:08:05 -08:00
Simon Ho
7ac9679c17
Merge pull request #29 from glesage/test-cleanup
...
Cleaning up obsolete or unused files & dependencies
2016-01-07 13:34:04 -08:00
Geoffroy
580ea297ba
Removed unused describe definition
2016-01-07 00:46:07 -06:00
Geoffroy
ad3749b3d8
Removed unused file
2016-01-07 00:34:22 -06:00
Geoffroy
e8b7762227
Removed unused dependencies
2016-01-07 00:33:38 -06:00
Richard Pringle
2b21045eeb
Merge pull request #28 from strongloop/issue-16
...
Add test for custom http.path configuration.
2015-12-04 09:30:46 -05:00
Richard Pringle
dbe06078fb
Add test for custom http.path configuration.
2015-12-03 12:56:00 -05:00
Miroslav Bajtoš
7e2c4042ba
Merge pull request #27 from strongloop/fix/broken-test-setup
...
test: load the correct Remote instance
2015-11-25 11:07:27 +01:00
Miroslav Bajtoš
9d862437da
test: load the correct Remote instance
...
Fix unit-tests to always reference the remote connector via
require('..') instead of depending on the remote connector
bundled in loopback, which is quite often an older version.
2015-11-25 08:46:40 +01:00
Sam Roberts
9fce179932
Refer to licenses with a link
2015-11-03 12:27:49 -08:00
Sam Roberts
ef67712cf1
Use strongloop conventions for licensing
2015-09-21 16:42:54 -07:00
Simon Ho
f4e170a5aa
Merge pull request #22 from strongloop/bug/license-warning
...
Fix NPM license warning
2015-09-15 09:29:04 -07:00
Simon Ho
79e5ed2a93
Fix NPM license warning
2015-09-14 18:38:31 -07:00
Ryan Graham
67cc771bb5
Merge pull request #21 from strongloop/fix-tests
...
Fix failing tests on CI
2015-07-20 19:03:25 -07:00
Ryan Graham
56e6236fa3
test: specify 127.0.0.1 for test server
...
Without this the client may attempt to connect to 'localhost' which may
resolve to the IPv6 equivalent of '0.0.0.0', which is '::', which is
only useful listening on and not so useful for connecting too.
2015-07-20 18:58:21 -07:00
Simon Ho
71521b12a3
Merge pull request #18 from strongloop/feature/create-proxy-methods-for-aliases
...
Create proxy methods for aliases
2015-03-28 14:18:30 -07:00
Simon Ho
2b3f5171fe
Create proxy methods for aliases
2015-03-28 11:39:49 -07:00
Ritchie Martori
e5e114622a
Merge pull request #17 from strongloop/fix/readme-doc-link
...
Update README.md
2015-03-06 08:44:54 -08:00
Simon Ho
f9da650474
Update README.md
2015-03-05 22:37:15 -08:00
Miroslav Bajtoš
b5873e3532
Merge pull request #10 from strongloop/fix/missing-include-mixin
...
Add include mixin
2015-01-13 19:17:01 +01:00
Ryan Graham
15233edf9f
Fix bad CLA URL in CONTRIBUTING.md
2014-12-29 08:27:46 -08:00
Ritchie Martori
f02d71be1f
Add include mixin
2014-12-19 14:30:56 -08:00
Ryan Graham
aa979b6340
Merge tag 'v1.0.3'
...
1.0.3
2014-11-27 11:44:09 -08:00
Ryan Graham
2ab7a3cad4
Merge branch 'release/1.0.3' into production
2014-11-27 11:44:07 -08:00
Ryan Graham
34e799a1c4
v1.0.3
2014-11-27 11:44:06 -08:00
Miroslav Bajtoš
38dcc1985e
Merge tag 'v1.0.2'
...
1.0.2
2014-10-10 19:58:09 +02:00
Miroslav Bajtoš
7f41ef9587
Merge branch 'release/1.0.2' into production
2014-10-10 19:58:00 +02:00
Miroslav Bajtoš
e39772c5ad
1.0.2
2014-10-10 19:57:26 +02:00
Miroslav Bajtoš
2487cee5e0
Merge pull request #7 from strongloop/fix/browser
...
Fix support for browsers
2014-10-10 19:56:18 +02:00
Miroslav Bajtoš
61a4dd939f
Fix support for browsers
...
Use `process.nextTick` instead of `setImmediate`, as the latter is
not a standard API.
https://developer.mozilla.org/en-US/docs/Web/API/Window.setImmediate
2014-10-10 10:29:23 +02:00
Ryan Graham
caebbf47ff
Update contribution guidelines
...
Replace commit signing process with https://cla.strongloop.com/
2014-10-01 18:07:22 -07:00
Krishna Raman
85fc1e4a55
Merge branch 'release/1.0.1' into production
2014-10-01 14:45:09 -07:00
Krishna Raman
15f71a3ba4
Merge tag 'v1.0.1'
...
v1.0.1
2014-10-01 14:45:09 -07:00
Krishna Raman
d850eefdc0
v1.0.1
2014-10-01 14:44:41 -07:00