764 Commits

Author SHA1 Message Date
David Luecke
b56a9b5066 Switch Primus to Websockets. 2015-02-03 20:35:46 -07:00
David Luecke
0884651779 Use Uberproto extended instance when creating services. 2015-02-03 20:20:24 -07:00
David Luecke
250d17db71 release 1.0.1 1.0.1 2014-12-31 16:55:39 -07:00
David Luecke
b2657b57ea Updating changelog for 1.0.1 2014-12-31 16:55:20 -07:00
David Luecke
57faeebc48 Merge pull request #100 from feathersjs/proto-create-fix-99
Rename Uberproto .create to avoid conflicts with service method
2014-12-31 16:53:35 -07:00
David Luecke
d2d8b7dc4a Rename Uberproto .create to avoid conflicts with service method (#99). 2014-12-31 16:49:26 -07:00
David Luecke
a297d4704a release 1.0.0 1.0.0 2014-10-02 22:52:27 -06:00
David Luecke
d35b31dd6e Adding changelog, license and udpating readme and getting ready for 1.0 release. 2014-09-30 21:45:08 -06:00
David Luecke
5474b92200 Merge pull request #94 from feathersjs/remove-lookup
Remove app.lookup and make the functionality available as app.service
2014-09-10 09:33:07 -06:00
David Luecke
56c01e4b9d Remove app.lookup and make the functionality available as app.service. 2014-09-09 12:34:11 -06:00
David Luecke
7e8143f23c Merge pull request #92 from feathersjs/socket-no-params-88
Allow not passing parameters in socket calls
2014-08-11 10:35:35 -06:00
David Luecke
d01999bc70 Merge pull request #91 from feathersjs/rest-conflicting-routes-86
Add _setup method
2014-08-11 10:35:29 -06:00
David Luecke
89e77ee964 Allow not passing parameters in socket calls (#88). 2014-08-10 12:35:49 -06:00
David Luecke
8abebe8c12 Add _setup method to allow registering conflicting REST routes with higher priority. 2014-08-10 12:20:58 -06:00
David Luecke
9b96e0d295 Merge pull request #90 from olegskl/patch-1
Better bodyParser usage, fix typo.
2014-07-23 08:38:49 -06:00
Oleg Sklyanchuk
b80eff55e7 Better bodyParser usage, fix typo.
The bodyParser() middleware has been deprecated b7420f8dc5
2014-07-23 10:32:25 +02:00
Eric Kryski
1c9ceb37d1 updating feathers-errors dependency 2014-07-17 16:27:24 -06:00
David Luecke
8f2e07645d Fix documentation error pointed out in #87 2014-06-26 13:41:21 -06:00
Eric Kryski
621c5f51c7 release 1.0.0-pre.5 1.0.0-pre.5 2014-06-13 00:14:46 -06:00
Eric Kryski
9c31d3dd59 if we are going to use body parser it should be a dependency 2014-06-13 00:14:36 -06:00
Eric Kryski
9b451ff222 release 1.0.0-pre.4 2014-06-12 23:54:47 -06:00
Eric Kryski
dc84195d65 bumping version of feathers-errors 2014-06-12 23:54:44 -06:00
Eric Kryski
4b04a7febd release 1.0.0-pre.3 2014-06-12 23:47:29 -06:00
Eric Kryski
a9b8bd0be2 Merge pull request #81 from feathersjs/errors
requiring feathers-errors in core. Closes #79.
2014-06-12 23:44:46 -06:00
Eric Kryski
8c47615474 requiring feathers-errors in core 2014-06-12 23:30:49 -06:00
David Luecke
9551fc927b Merge pull request #78 from feathersjs/service-use-warning-67
Throw an error when registering a service after application start
2014-06-11 17:59:14 -06:00
David Luecke
954e2ffd61 Closes the server. 2014-06-11 17:31:43 -06:00
David Luecke
07b33853b5 Throw an error when registering a service after setting up the application (#67). 2014-06-11 17:29:47 -06:00
David Luecke
7c0aec8866 Merge pull request #77 from feathersjs/bodyparser-params-update-76
Use URI parameters as service params and remove bodyParser dependendency
2014-06-11 12:30:38 -06:00
David Luecke
b80bf90645 Use URI parameters as service params (#76) and remove bodyParser dependency (#73) 2014-06-11 10:18:11 -06:00
David Luecke
0bb2a560a6 release 1.0.0-pre.1 1.0.0-pre.1 2014-06-03 22:06:58 -06:00
David Luecke
07f01d8bfa Merge pull request #72 from feathersjs/socket-parameters-60
Send socket parameters as params.query
2014-06-03 21:45:54 -06:00
David Luecke
22fdc5031c Send socket parameters as params.query (#60, #69) 2014-06-03 21:25:15 -06:00
David Luecke
55d48ca654 Merge pull request #71 from feathersjs/http-201-204
Send HTTP 201 and 204 status codes
2014-06-03 21:10:02 -06:00
David Luecke
42d73eda3c Send HTTP 201 and 204 status codes (#65) 2014-06-03 21:03:50 -06:00
David Luecke
b322a2c62c Updating documentation for SocketIO 1.0 2014-06-02 22:36:50 -06:00
David Luecke
9f4c10dc5c Merge pull request #70 from feathersjs/socketio-upgrade
Upgrade to SocketIO 1.0
2014-06-02 22:26:24 -06:00
David Luecke
4c59dc11be Moving done callback to hopefully get Node 0.11 to pass. 2014-06-02 19:27:05 -06:00
David Luecke
95d06a7aa4 Upgrade to SocketIO 1.0 (#66) and use SockJS for Primus testing. 2014-06-02 19:09:57 -06:00
David Luecke
8662ed6fd7 Removing grunt-release from main dependency and updating version. 2014-05-09 11:45:50 -06:00
David Luecke
b8df78db3a Updating dependencies and Travis build targets. 2014-05-07 16:49:22 -06:00
David Luecke
dd17f24b99 Merge pull request #59 from feathersjs/service-promises-41
Allow service methods to return a promise
2014-04-28 09:04:06 -06:00
David Luecke
a1e9e22a21 Updating documentaiton for use with Promises. 2014-04-25 18:44:26 -06:00
David Luecke
243ba80860 Fixing package.json for older NPM. 2014-04-24 22:10:32 -06:00
David Luecke
c31fca3eae Allow services to return a promise instead of calling the callback (#41). 2014-04-24 20:35:26 -06:00
David Luecke
59001144db Merge pull request #56 from feathersjs/route-middleware-21
Allow to register services with custom middleware.
2014-04-20 23:02:32 -06:00
David Luecke
77a5011166 Allow to register services with custom middleware. 2014-04-18 16:33:04 -06:00
David Luecke
6b72915f0e Merge pull request #55 from feathersjs/express-4
Upgrade to Express 4
2014-04-18 15:58:20 -06:00
David Luecke
e8081a3168 Use Express 4 app.route() functionality for REST provider. 2014-04-16 17:39:51 -06:00
David Luecke
059234a4a9 Updating documentation for REST handler setup. 2014-04-16 17:34:18 -06:00