David Luecke
216954cf7c
Merge pull request #27 from sbruchmann/sbruchmann/remove-bodyParser
...
Remove middleware: connect.bodyParser()
2013-12-11 20:20:11 -08:00
Steffen Bruchmann
83ba2d5771
Remove middleware: connect.bodyParser()
...
Because `connect.bodyParser()` is deprecated
and will be removed in Connect 3, this
commit removes it from the stack and
uses `express.urlencoded()` and
`express.json()` instead.
Visit the [Connect Wiki][wiki] for more information.
[wiki]: https://github.com/senchalabs/connect/wiki/Connect-3.0
2013-12-12 04:19:15 +01:00
David Luecke
e0c17c3328
Adding docs for req.feathers
2013-09-27 09:32:19 -06:00
David Luecke
0d87bf00ea
Updating documentation once more.
2013-09-27 09:27:25 -06:00
David Luecke
8e107088f6
release 0.2.0
0.2.0
2013-09-26 18:33:01 -06:00
David Luecke
58589f527c
Updating readme with website link.
2013-09-26 18:32:40 -06:00
David Luecke
bbb483f4cb
Updating documenation.
2013-09-26 18:30:36 -06:00
David Luecke
3a49f0826c
Minor documentation tweaks for re-rendering.
2013-09-25 22:49:45 -06:00
David Luecke
e2a870f6f6
SocketIO configuration and documentation mostly done.
2013-09-25 22:31:46 -06:00
David Luecke
58a7b22e38
Adding documentation markdown to render website.
2013-09-22 21:27:42 -06:00
David Luecke
248c06decd
Actually updating all dependencies now.
2013-09-21 10:30:49 -06:00
David Luecke
d0c173e44b
Updating changelog and dependencies to latest versions.
2013-09-21 10:20:20 -06:00
David Luecke
01e54b8edd
Default CI task doesn't need to beautify.
2013-09-20 15:00:06 -06:00
David Luecke
d65042da1f
Merge pull request #18 from feathersjs/service-register-app-tests
...
Allows registering services with slashes
2013-09-20 10:34:51 -07:00
David Luecke
5fbcc26da9
Allows registering services with slashes. Add application tests and changelog.
2013-09-20 11:19:12 -06:00
David Luecke
382e08940b
Merge pull request #17 from feathersjs/rest-params
...
Allows setting service params in middleware
2013-09-02 10:50:04 -07:00
David Luecke
8bc3663851
Dot reporter does weird things in Travis log.
2013-09-02 11:07:04 -06:00
David Luecke
25a5ab37c5
Allows setting service params in middleware.
2013-09-02 11:02:41 -06:00
David Luecke
d21638590c
Rename destroy to remove
2013-08-28 08:50:21 -06:00
Eric Kryski
6b4fccaf10
Merge branch 'master' of github.com:feathersjs/feathers
2013-08-27 22:36:57 -06:00
Eric Kryski
5e8d8e98c7
release 0.1.0
0.1.0
2013-08-27 17:41:17 -06:00
Eric Kryski
6820fceab5
updating readme
2013-08-27 17:40:02 -06:00
Eric Kryski
3f4972f2bd
release 0.1.0
2013-08-27 17:33:31 -06:00
Eric Kryski
6a52c41a71
release 0.0.4
0.0.4
2013-08-27 17:32:48 -06:00
Eric Kryski
63dd21b07e
fixing merge conflix
2013-08-27 17:32:31 -06:00
Eric Kryski
5fdc817ec2
updating readme
2013-08-27 17:31:46 -06:00
David Luecke
15cfe864e1
Fix code typo
2013-08-27 17:31:25 -06:00
David Luecke
8dabe52d64
Merge branch 'master' of github.com:feathersjs/feathers
2013-08-27 17:29:43 -06:00
David Luecke
3e8c959030
More docs
2013-08-27 17:29:02 -06:00
Eric Kryski
57e151ead6
updating the package.json file
2013-08-27 17:14:14 -06:00
David Luecke
44260dba12
Merge pull request #16 from feathersjs/express-extension
...
Major refactoring and simplification
2013-08-27 16:02:41 -07:00
David Luecke
8dbba7c850
Fixing merge conflict
2013-08-27 17:00:27 -06:00
David Luecke
e9c21dade0
Docs and updating names
2013-08-27 16:59:11 -06:00
David Luecke
cc3a82a853
More docs
2013-08-27 16:41:49 -06:00
David Luecke
1933cf0a11
Some small improvements, more docs outline
2013-08-27 08:50:30 -06:00
David Luecke
958df07d88
Code prettify, JSLint happier.
2013-08-27 07:25:10 -06:00
David Luecke
f7d83b59eb
Lint free. Updating Gruntfile, set up default task.
2013-08-26 21:01:19 -06:00
David Luecke
560faff7d9
Basic tests for REST and SocketIO all passing. Updating readme.
2013-08-26 16:26:32 -06:00
Eric Kryski
3442c94898
release 0.0.3
0.0.3
2013-08-26 15:21:21 -06:00
David Luecke
2bd4b1aaae
Merge branch 'master' of github.com:yycjs/feathers into express-extension
2013-08-26 08:46:17 -06:00
David Luecke
55b441a6bf
Removing validations for now. Can be easily done manually with custom Express error handler. We also do not need errors.
2013-08-26 08:01:29 -06:00
David Luecke
812b3314f1
Removing examples and services, updating tests.
2013-08-25 20:24:19 -06:00
David Luecke
99f053e836
Working realtime TODO example, reorg and cleanup.
2013-08-23 17:08:45 -06:00
David Luecke
4400051948
Finalizing Express extension.
2013-08-23 08:13:26 -06:00
David Luecke
4b7010da5f
Merge pull request #15 from yycjs/mixin-reorg
...
Improved Mixin organization, updated tests and examples.
2013-08-21 20:13:45 -07:00
David Luecke
12de3a8c15
Initial refactoring to extend Express directly
2013-08-21 21:11:09 -06:00
David Luecke
e88a77d9cc
Improved Mixin organization, updated tests and examples.
2013-08-19 21:27:23 +02:00
Eric Kryski
515e383588
adding some mongodb tests
2013-07-29 00:20:41 -06:00
David Luecke
d30909319d
Expose services
2013-07-14 15:42:35 -06:00
David Luecke
9ca288b59e
Refactoring services to use better params. Improve Rest Express app initialization.
2013-07-14 09:33:05 -06:00