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
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
48ea455afc
Update .gitignore
2015-10-15 22:30:43 +02:00
8681f0212a
Make CLI tests faster
2015-10-15 22:22:40 +02:00
e4aab8b67a
Update .travis.yml
2015-10-15 22:08:47 +02:00
946bbfdde2
0.8.2
v0.8.2
2015-10-15 21:57:47 +02:00
979b972220
Update CHANGELOG.md
2015-10-15 21:57:26 +02:00
2177c811f0
Update CHANGELOG.md
2015-10-15 21:53:02 +02:00
38db6a1bed
Fail fast if snapshots directory doesn't exist
2015-10-15 21:52:17 +02:00
b2f3cae76d
Enhance output
2015-10-14 08:32:26 +02:00
c259261153
Remove console.log
2015-10-14 08:31:59 +02:00
f0e6c9ad0c
Add --snapshots and basic test
2015-10-14 08:28:02 +02:00
94cfbabd41
Update DELETE to return 404 if resource doesn't exist
2015-10-13 21:55:14 +02:00
4be2f30fdb
0.8.1
v0.8.1
2015-10-06 05:18:42 +02:00
3c046b8785
Update CHANGELOG.md
2015-10-06 05:18:32 +02:00
2d278fbcb8
Fix PUT should replace resource
2015-10-03 16:03:29 +02:00
9f596a7a64
Update README.md
2015-09-23 09:22:48 +02:00
75e5b3bc96
Update CHANGELOG.md
2015-09-21 09:32:34 +02:00
6c35d627f8
0.8.0
v0.8.0
2015-09-21 08:37:45 +02:00
6c6333fa6d
Add static option
2015-09-19 10:48:56 +02:00
6610adbf05
Fix standard
2015-09-17 22:16:20 +02:00
aeb4906f11
Use server-ready to make CLI tests slightly faster
2015-09-17 22:16:20 +02:00
5aab59e79e
Update CHANGELOG.md
2015-09-17 09:06:11 +02:00
645a3ab485
Ignore unknown query parameters
2015-09-17 09:02:16 +02:00
9a719cd8fb
0.7.28
v0.7.28
2015-09-09 08:35:18 +02:00