146 Commits

Author SHA1 Message Date
b7e13f2c89 Remove body-parser from default middlewares 2016-10-05 00:20:48 +02:00
459ddf5834 Add pagination 2016-09-10 15:25:53 +02:00
98670dbcf7 Update README.md 2016-08-17 22:43:12 +02:00
e9d1da2ab7 Add --middlewares option (#343)
* Add --middlewares option

* Support multiple middlewares files
2016-08-14 05:51:12 +02:00
6e1c434498 Update README.md 2016-07-27 14:46:25 +02:00
54985bf3b3 Update README.md 2016-07-07 20:38:22 +02:00
0e6a2913ad Update README.md 2016-06-30 23:18:55 +02:00
5ffa1ff2fd Fix small typo 2016-06-29 17:06:09 +02:00
8300dd38b5 Update README.md 2016-06-29 13:38:02 +02:00
72909bdbad Update README.md 2016-06-29 13:26:52 +02:00
dfea2b3400 make _like operator case insensitive 2016-05-12 21:46:17 +02:00
293bac6f73 Update README.md 2016-05-05 22:35:10 +02:00
37efcda88a Update README.md 2016-05-05 21:10:04 +02:00
b7e3dc311f Include hint that routes have to start with / 2016-05-02 16:22:45 +02:00
8595fe19f0 Added JSON Server tutorial 2016-04-25 23:17:00 -04:00
9fa9a21d81 Update README.md 2016-04-25 12:17:08 +02:00
682f92111f Update README.md 2016-04-21 20:32:57 +02:00
9572eeb6e0 Merge pull request #257 from netzzwerg/master
Add switch for GZIP Content-Encoding
2016-04-18 09:10:07 +02:00
cfa0e912ea Update README.md 2016-04-15 11:38:09 +02:00
42bb9cb3a4 Add switch for GZIP Content-Encoding 2016-04-14 19:56:00 +02:00
b9b32eaad8 Update README.md 2016-03-23 12:22:41 +01:00
f23ad4b1a7 Add config file support 2016-03-17 22:04:34 +01:00
d04152a346 Merge pull request #230 from siawyoung/master
Add section under Extras about alternative ports
2016-02-19 11:05:51 +01:00
b15a9d317f Tweak README.md and fix typo 2016-02-15 14:20:10 +01:00
2c293547df Add README.md notes on doing requests 2016-02-15 14:04:40 +01:00
c9b7769039 Add section under Extras about alternative ports 2016-01-30 16:36:46 +08:00
ddcab67d83 Update README.md
Link is broken and I can't find the new URL
2016-01-07 07:46:10 +01:00
a38d748fe0 Add _like operator, credit goes to @tony-kerz for the idea 2015-12-13 15:43:05 +01:00
9c40912a89 Add "not equal" operator 2015-11-29 19:32:15 +01:00
e04389cd7c Add POST /:resource/:id/:nested route 2015-11-26 00:37:29 +01:00
6ea345b0f3 Update README.md 2015-11-17 08:56:20 +01:00
9f596a7a64 Update README.md 2015-09-23 09:22:48 +02:00
6c6333fa6d Add static option 2015-09-19 10:48:56 +02:00
cdd6891d18 Add range support 2015-09-09 08:34:24 +02:00
9fc0ef5bce Support OR in lists 2015-09-03 00:22:11 +02:00
e5b6ca0a36 Update 2015-09-01 08:17:54 +02:00
12c77823fc Document singular resources 2015-08-18 01:45:05 +02:00
daf89aebda Update README.md 2015-08-18 01:38:44 +02:00
6b0d870364 Merge branch 'expand-resources' of https://github.com/adamsea/json-server into adamsea-expand-resources
Conflicts:
	src/router.js
	test/server/plural.js
2015-07-31 22:55:07 +02:00
e3a7db949b Update README.md 2015-07-06 10:51:57 +02:00
0626b853e6 Update rewriter code
Actually, there is also a missing ")".
2015-06-23 23:41:42 -07:00
ef3b860903 Update README.md 2015-06-24 07:56:37 +02:00
3052d30c8c Missing quote
Doc Fix
2015-06-23 22:45:24 -07:00
b5e48822f3 Update README.md 2015-06-20 06:56:11 +02:00
eb27dafc34 Update README.md 2015-06-20 06:51:59 +02:00
eab0af0850 Merge pull request #117 from arastu/master
Improve readme readability
2015-06-20 06:51:03 +02:00
b8926bbe3b Update README.md 2015-06-20 06:40:43 +02:00
f8cd38564a Add _expand parameter when retrieving single resource 2015-06-19 12:39:55 -04:00
9a29d1cccd Update README.md 2015-06-16 23:28:41 +02:00
639c58160e Update README.md 2015-06-16 04:03:51 +02:00