1
1
# Change Log
2
2
3
- ## [ 0.10.2] [ 2017-06-28 ]
3
+ ## 0.10.2 - 2017-06-28
4
4
5
5
* Add ` --foreignKeySuffix ` option (e.g. snake case ` post_id ` ) [ #556 ] ( https://github.com/typicode/json-server/pull/556 ) [ #570 ] ( https://github.com/typicode/json-server/pull/570 )
6
6
7
- ## [ 0.10.1] [ 2017-05-16 ]
7
+ ## 0.10.1 - 2017-05-16
8
8
9
9
* Multiple fields sorting ` GET /posts?_sort=user,views&_order=desc,asc `
10
10
11
- ## [ 0.10.0] [ 2017-04-26 ]
11
+ ## 0.10.0 - 2017-04-26
12
12
13
13
* __ Drop Node ` v0.12 ` support__
14
14
* Prevent ` TypeError ` when a filter is applied on a ` null ` value [ #510 ] ( https://github.com/typicode/json-server/issues/510 )
15
15
16
- ## [ 0.9.6] [ 2017-03-08 ]
16
+ ## 0.9.6 - 2017-03-08
17
17
18
18
* Update index page
19
19
* Improve performances ([ lowdb] ( https://github.com/typicode/lowdb ) ` v0.15 ` )
20
20
* Add ` Location ` header to newly created resources [ #473 ] ( https://github.com/typicode/json-server/pull/473 )
21
21
22
- ## [ 0.9.5] [ 2017-02-11 ]
22
+ ## 0.9.5 - 2017-02-11
23
23
24
24
* Display custom routes on homepage
25
25
* Fix duplicate query params error [ #352 ] ( https://github.com/typicode/json-server/issues/352 )
26
26
27
- ## [ 0.9.4] [ 2016-12-08 ]
27
+ ## 0.9.4 - 2016-12-08
28
28
29
29
* Improve rewriter [ #431 ] ( https://github.com/typicode/json-server/issues/431 )
30
30
* Improve watch mode [ #427 ] ( https://github.com/typicode/json-server/pull/427 )
31
31
32
- ## [ 0.9.3] [ 2016-12-07 ]
32
+ ## 0.9.3 - 2016-12-07
33
33
34
34
* Fix [ #396 ] ( https://github.com/typicode/json-server/issues/396 ) PUT/PATCH saves the updated item with an id that has been converted to string
35
35
36
- ## [ 0.9.2] [ 2016-11-29 ]
36
+ ## 0.9.2 - 2016-11-29
37
37
38
38
* Fix [ #221 ] ( https://github.com/typicode/json-server/issues/221 ) ` nohup ` support
39
39
* Fix [ #420 ] ( https://github.com/typicode/json-server/issues/420 ) TypeError when watching ` db.json `
40
40
41
- ## [ 0.9.1] [ 2016-11-21 ]
41
+ ## 0.9.1 - 2016-11-21
42
42
43
43
* Fix
44
44
* [ #412 ] ( https://github.com/typicode/json-server/issues/412 )
45
45
* [ #451 ] ( https://github.com/typicode/json-server/issues/411 )
46
46
47
- ## [ 0.9.0] [ 2016-11-11 ]
47
+ ## 0.9.0 - 2016-11-11
48
48
49
49
* Shorter ` uuid `
50
50
* No automatic conversion of strings to boolean or integer
56
56
* [ #383 ] ( https://github.com/typicode/json-server/issues/383 )
57
57
* Updated dependencies and codebase to ES6
58
58
59
- ## [ 0.8.23] [ 2016-11-03 ]
59
+ ## 0.8.23 - 2016-11-03
60
60
61
61
* Fix ` Links ` header
62
62
63
- ## [ 0.8.22] [ 2016-10-04 ]
63
+ ## 0.8.22 - 2016-10-04
64
64
65
65
* Fix ` Links ` header issue when using ` _page `
66
66
* Add query params support to the route rewriter
67
67
68
- ## [ 0.8.21] [ 2016-09-13 ]
68
+ ## 0.8.21 - 2016-09-13
69
69
70
70
* Fix bodyParser issue when using custom routes
71
71
72
- ## [ 0.8.20] [ 2016-09-12 ]
72
+ ## 0.8.20 - 2016-09-12
73
73
74
74
* Fix [ #355 ] ( https://github.com/typicode/json-server/issues/355 )
75
75
* Add ` _page ` support
76
76
77
- ## [ 0.8.19] [ 2016-08-18 ]
77
+ ## 0.8.19 - 2016-08-18
78
78
79
79
* Fix [ #341 ] ( https://github.com/typicode/json-server/issues/341 )
80
80
81
- ## [ 0.8.18] [ 2016-08-17 ]
81
+ ## 0.8.18 - 2016-08-17
82
82
83
83
* Add CLI option ` --middlewares ` and support them in ` json-server.json ` config file
84
84
85
- ## [ 0.8.17] [ 2016-07-25 ]
85
+ ## 0.8.17 - 2016-07-25
86
86
87
87
* Fix snapshot creation for JS files (ex: ` json-server generator.js ` )
88
88
89
- ## [ 0.8.16] [ 2016-07-11 ]
89
+ ## 0.8.16 - 2016-07-11
90
90
91
91
* Support ` x-www-form-urlencoded `
92
92
93
- ## [ 0.8.15] [ 2016-07-03 ]
93
+ ## 0.8.15 - 2016-07-03
94
94
95
95
* Bug fix: ` --watch ` option on OS X
96
96
97
- ## [ 0.8.14] [ 2016-05-15 ]
97
+ ## 0.8.14 - 2016-05-15
98
98
99
99
* Bug fix: data wasn't written to file in ` v0.8.13 ` and ` v0.8.12 `
100
100
101
- ## [ 0.8.13] [ 2016-05-12 ]
101
+ ## 0.8.13 - 2016-05-12
102
102
103
103
* Make ` _like ` operator case insensitive
104
104
105
- ## [ 0.8.12] [ 2016-05-08 ]
105
+ ## 0.8.12 - 2016-05-08
106
106
107
107
* Minor bug fix
108
108
109
- ## [ 0.8.11] [ 2016-05-08 ]
109
+ ## 0.8.11 - 2016-05-08
110
110
111
111
* Support sort by nested field (e.g. ` _sort=author.name ` )
112
112
* Fix ` graceful-fs ` warning
113
113
114
- ## [ 0.8.10] [ 2016-04-18 ]
114
+ ## 0.8.10 - 2016-04-18
115
115
116
116
* CLI option ` -ng/--no-gzip ` to disable ` gzip ` compression
117
117
118
- ## [ 0.8.9] [ 2016-03-17 ]
118
+ ## 0.8.9 - 2016-03-17
119
119
120
120
* CLI can now read options from ` json-server.json ` if present
121
121
* CLI option ` -c/--config ` to point to a different configuration file
122
122
123
- ## [ 0.8.8] [ 2016-02-13 ]
123
+ ## 0.8.8 - 2016-02-13
124
124
125
125
### Fixed
126
126
127
127
* Fix #233
128
128
129
- ## [ 0.8.7] [ 2016-01-22 ]
129
+ ## 0.8.7 - 2016-01-22
130
130
131
131
### Added
132
132
133
133
* ` gzip ` compression to improve performances
134
134
* CLI option ` -nc/--no-cors ` to disable CORS
135
135
136
- ## [ 0.8.6] [ 2016-01-07 ]
136
+ ## 0.8.6 - 2016-01-07
137
137
138
138
### Added
139
139
140
140
* CLI option ` -ro/--read-only ` to allow only GET requests
141
141
142
- ## [ 0.8.5] [ 2015-12-28 ]
142
+ ## 0.8.5 - 2015-12-28
143
143
144
144
### Fixed
145
145
146
146
* Fix #177
147
147
148
- ## [ 0.8.4] [ 2015-12-13 ]
148
+ ## 0.8.4 - 2015-12-13
149
149
150
150
### Added
151
151
152
152
* Like operator ` GET /posts?title_like=json ` (accepts RegExp)
153
153
154
- ## [ 0.8.3] [ 2015-11-25 ]
154
+ ## 0.8.3 - 2015-11-25
155
155
156
156
### Added
157
157
158
158
* CLI option ` -q/--quiet `
159
159
* Nested route ` POST /posts/1/comments `
160
160
* Not equal operator ` GET /posts?id_ne=1 `
161
161
162
- ## [ 0.8.2] [ 2015-10-15 ]
162
+ ## 0.8.2 - 2015-10-15
163
163
164
164
### Added
165
165
169
169
170
170
* Fix plural resources: ` DELETE ` should return ` 404 ` if resource doesn't exist.
171
171
172
- ## [ 0.8.1] [ 2015-10-06 ]
172
+ ## 0.8.1 - 2015-10-06
173
173
174
174
### Fixed
175
175
176
176
* Fix plural resources: ` PUT ` should replace resource instead of updating properties.
177
177
* Fix singular resources: ` POST ` , ` PUT ` , ` PATCH ` should not convert resource properties.
178
178
179
- ## [ 0.8.0] [ 2015-09-21 ]
179
+ ## 0.8.0 - 2015-09-21
180
180
181
181
### Changed
182
182
@@ -208,14 +208,14 @@ GET /posts?author=typicode&foo=bar # [{...}, {...}]
208
208
json-server --static some/path
209
209
```
210
210
211
- ## [ 0.7.28] [ 2015-09-09 ]
211
+ ## 0.7.28 - 2015-09-09
212
212
213
213
``` bash
214
214
# Support range
215
215
GET /products? price_gte=50& price_lte=100
216
216
```
217
217
218
- ## [ 0.7.27] [ 2015-09-02 ]
218
+ ## 0.7.27 - 2015-09-02
219
219
220
220
### Added
221
221
@@ -225,7 +225,7 @@ GET /posts?id=1&id2
225
225
GET /posts? category=javascript& category=html
226
226
```
227
227
228
- ## [ 0.7.26] [ 2015-09-01 ]
228
+ ## 0.7.26 - 2015-09-01
229
229
230
230
### Added
231
231
0 commit comments