418 Commits

Author SHA1 Message Date
682f92111f Update README.md 2016-04-21 20:32:57 +02:00
e82fa0cb2b Update CHANGELOG.md 2016-04-18 18:29:48 +02:00
9904e0544b 0.8.10 v0.8.10 2016-04-18 18:29:08 +02:00
300d3cc90f Syntax 2016-04-18 18:28:58 +02:00
3b4a01ec59 Update CHANGELOG.md 2016-04-18 09:18:21 +02:00
9572eeb6e0 Merge pull request #257 from netzzwerg/master
Add switch for GZIP Content-Encoding
2016-04-18 09:10:07 +02:00
85ad7d4795 Used JavaScript Standard Style for seed 2016-04-15 17:51:17 +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
00512149c4 Update husky 2016-03-17 22:07:37 +01:00
a5ffc31d1b 0.8.9 v0.8.9 2016-03-17 22:05:48 +01:00
f23ad4b1a7 Add config file support 2016-03-17 22:04:34 +01:00
841bd7f42a Add config option 2016-03-16 13:53:55 +01:00
ab3e611d5c Use relative path in resource list 2016-03-16 13:53:54 +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
7467448971 Merge pull request #236 from barrystaes/barrystaes-docs
Add README.md notes on doing requests
2016-02-17 10:52:41 +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
321cbf2927 Merge pull request #234 from sdgluck/master
Error message for incorrect export type from database JS file
2016-02-13 23:21:14 +01:00
72221a697b Update CHANGELOG.md 2016-02-13 23:19:36 +01:00
1dba8845e5 0.8.8 v0.8.8 2016-02-13 22:21:23 +01:00
c1631cd6db Fix #233 2016-02-13 22:17:49 +01:00
a86a0ca6a4 Error message for incorrect export type from db js file 2016-02-13 17:40:53 +00:00
c9b7769039 Add section under Extras about alternative ports 2016-01-30 16:36:46 +08:00
0ad8131f87 0.8.7 v0.8.7 2016-01-22 13:36:04 +01:00
87b29bfa4a Update CHANGELOG.md, thanks to @bripkens for CLI option 2016-01-22 13:35:49 +01:00
b5f16aca09 Merge pull request #222 from bripkens/no-cors
Allow disabling of CORS
2016-01-20 20:08:05 +01:00
c50532dd75 Allow disabling of CORS
It is desirable to disable CORS for development purposes in order to
validate same-origin policy and web security concepts. Additionally,
json-server could be used to show proxy concepts.

This change adds a new CLI option `--no-cors` which disables CORS by not
adding the CORS middleware. The change is backwards compatible since the
default behavior, i.e. adding CORS headers is retained.
2016-01-17 08:27:05 +01:00
b751cec815 Add gzip compression. Thanks to @Werner0 2016-01-07 20:12:19 +01:00
ddcab67d83 Update README.md
Link is broken and I can't find the new URL
2016-01-07 07:46:10 +01:00
18b470a87a 0.8.6 v0.8.6 2016-01-07 04:13:19 +01:00
672393e915 Add --read-only option 2016-01-07 04:12:04 +01:00
d1205844c0 0.8.5 v0.8.5 2015-12-28 20:18:58 +01:00
996c090ab9 Update CHANGELOG.md 2015-12-28 20:17:55 +01:00
9863de7d3b Fix #177 force closing all currently open connections when reloading server 2015-12-28 20:16:22 +01:00
e290cfe090 0.8.4 v0.8.4 2015-12-13 15:43:21 +01:00
a38d748fe0 Add _like operator, credit goes to @tony-kerz for the idea 2015-12-13 15:43:05 +01:00
3f933b06e6 0.8.3 v0.8.3 2015-11-29 19:38:59 +01:00
fd96ee0085 Merge pull request #206 from typicode/v0.8.3
V0.8.3
2015-11-29 19:37:05 +01:00
9c40912a89 Add "not equal" operator 2015-11-29 19:32:15 +01:00
b598e7514e Merge pull request #203 from Werner0/patch-1
Update LICENSE
2015-11-27 12:07:22 +01:00
e04389cd7c Add POST /:resource/:id/:nested route 2015-11-26 00:37:29 +01:00
efb358d615 Update .travis.yml 2015-11-25 09:21:02 +01:00
014b22f902 Update LICENSE 2015-11-23 11:45:09 +02:00
6ea345b0f3 Update README.md 2015-11-17 08:56:20 +01:00
af74ceac6e Merge pull request #194 from andreruffert/master
feature: add optional `--quiet` argument
2015-11-08 22:22:03 +01:00
4e27a0fa36 feature: add optional --quiet argument
Suppress log messages from output.

- Use logger middleware only if `--quiet` is `false`
2015-11-06 17:44:12 +01:00
f69211b046 Merge pull request #191 from shlensky/patch-1
Remove duplication
2015-10-28 22:56:41 +09:00
1c970474d0 Remove duplication
Remove duplication of

  // Expose database
  router.db = db
2015-10-28 00:13:23 +03:00