374 Commits

Author SHA1 Message Date
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
cdd6891d18 Add range support 2015-09-09 08:34:24 +02:00
aa95754526 0.7.27 v0.7.27 2015-09-03 00:22:20 +02:00
9fc0ef5bce Support OR in lists 2015-09-03 00:22:11 +02:00
f731f014f7 0.7.26 v0.7.26 2015-09-01 08:18:03 +02:00
e5b6ca0a36 Update 2015-09-01 08:17:54 +02:00
abec9490d9 Add route GET /resources?_embed&_expand 2015-09-01 03:08:31 +02:00
e088025474 Create CHANGELOG.md 2015-09-01 03:07:34 +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
c50d5ba7f0 0.7.25 v0.7.25 2015-08-04 04:38:42 +02:00
cb516def96 Enhance error msg for unsupported types 2015-08-04 04:37:19 +02:00
7aee03ecf5 0.7.24 v0.7.24 2015-07-31 23:05:12 +02:00
7281aa9400 Merge branch 'adamsea-expand-resources' 2015-07-31 22:55:39 +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
2b99f46919 0.7.23 v0.7.23 2015-07-23 08:08:57 +02:00
a49db2c5c3 Fix CLI regressions and refactor 2015-07-23 08:04:29 +02:00
756b8b4823 Fix standard 2015-07-22 07:25:50 +02:00
95f334f095 Add singular resources 2015-07-22 07:25:50 +02:00
f277035c52 Add --delay option 2015-07-21 21:04:50 +02:00
73d55b12aa 0.7.22 v0.7.22 2015-07-17 02:39:30 +02:00
3056b963cb Make q and other query parameters not mutually exclusive 2015-07-17 02:39:21 +02:00