|
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 |
|
|
94cfbabd41
|
Update DELETE to return 404 if resource doesn't exist
|
2015-10-13 21:55:14 +02:00 |
|
|
2d278fbcb8
|
Fix PUT should replace resource
|
2015-10-03 16:03:29 +02:00 |
|
|
6c6333fa6d
|
Add static option
|
2015-09-19 10:48:56 +02:00 |
|
|
645a3ab485
|
Ignore unknown query parameters
|
2015-09-17 09:02:16 +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 |
|
|
abec9490d9
|
Add route GET /resources?_embed&_expand
|
2015-09-01 03:08:31 +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 |
|
|
756b8b4823
|
Fix standard
|
2015-07-22 07:25:50 +02:00 |
|
|
95f334f095
|
Add singular resources
|
2015-07-22 07:25:50 +02:00 |
|
|
3056b963cb
|
Make q and other query parameters not mutually exclusive
|
2015-07-17 02:39:21 +02:00 |
|
|
ccf67724e3
|
Refactor CLI and add tests
|
2015-07-15 18:44:33 +02:00 |
|