Skip to content

Commit d09c816

Browse files
committed
Update CHANGELOG.md
1 parent 3e2ae70 commit d09c816

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

CHANGELOG.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
# Change Log
22

3-
## [0.10.2][2017-06-28]
3+
## 0.10.2 - 2017-06-28
44

55
* 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)
66

7-
## [0.10.1][2017-05-16]
7+
## 0.10.1 - 2017-05-16
88

99
* Multiple fields sorting `GET /posts?_sort=user,views&_order=desc,asc`
1010

11-
## [0.10.0][2017-04-26]
11+
## 0.10.0 - 2017-04-26
1212

1313
* __Drop Node `v0.12` support__
1414
* Prevent `TypeError` when a filter is applied on a `null` value [#510](https://github.com/typicode/json-server/issues/510)
1515

16-
## [0.9.6][2017-03-08]
16+
## 0.9.6 - 2017-03-08
1717

1818
* Update index page
1919
* Improve performances ([lowdb](https://github.com/typicode/lowdb) `v0.15`)
2020
* Add `Location` header to newly created resources [#473](https://github.com/typicode/json-server/pull/473)
2121

22-
## [0.9.5][2017-02-11]
22+
## 0.9.5 - 2017-02-11
2323

2424
* Display custom routes on homepage
2525
* Fix duplicate query params error [#352](https://github.com/typicode/json-server/issues/352)
2626

27-
## [0.9.4][2016-12-08]
27+
## 0.9.4 - 2016-12-08
2828

2929
* Improve rewriter [#431](https://github.com/typicode/json-server/issues/431)
3030
* Improve watch mode [#427](https://github.com/typicode/json-server/pull/427)
3131

32-
## [0.9.3][2016-12-07]
32+
## 0.9.3 - 2016-12-07
3333

3434
* 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
3535

36-
## [0.9.2][2016-11-29]
36+
## 0.9.2 - 2016-11-29
3737

3838
* Fix [#221](https://github.com/typicode/json-server/issues/221) `nohup` support
3939
* Fix [#420](https://github.com/typicode/json-server/issues/420) TypeError when watching `db.json`
4040

41-
## [0.9.1][2016-11-21]
41+
## 0.9.1 - 2016-11-21
4242

4343
* Fix
4444
* [#412](https://github.com/typicode/json-server/issues/412)
4545
* [#451](https://github.com/typicode/json-server/issues/411)
4646

47-
## [0.9.0][2016-11-11]
47+
## 0.9.0 - 2016-11-11
4848

4949
* Shorter `uuid`
5050
* No automatic conversion of strings to boolean or integer
@@ -56,110 +56,110 @@
5656
* [#383](https://github.com/typicode/json-server/issues/383)
5757
* Updated dependencies and codebase to ES6
5858

59-
## [0.8.23][2016-11-03]
59+
## 0.8.23 - 2016-11-03
6060

6161
* Fix `Links` header
6262

63-
## [0.8.22][2016-10-04]
63+
## 0.8.22 - 2016-10-04
6464

6565
* Fix `Links` header issue when using `_page`
6666
* Add query params support to the route rewriter
6767

68-
## [0.8.21][2016-09-13]
68+
## 0.8.21 - 2016-09-13
6969

7070
* Fix bodyParser issue when using custom routes
7171

72-
## [0.8.20][2016-09-12]
72+
## 0.8.20 - 2016-09-12
7373

7474
* Fix [#355](https://github.com/typicode/json-server/issues/355)
7575
* Add `_page` support
7676

77-
## [0.8.19][2016-08-18]
77+
## 0.8.19 - 2016-08-18
7878

7979
* Fix [#341](https://github.com/typicode/json-server/issues/341)
8080

81-
## [0.8.18][2016-08-17]
81+
## 0.8.18 - 2016-08-17
8282

8383
* Add CLI option `--middlewares` and support them in `json-server.json` config file
8484

85-
## [0.8.17][2016-07-25]
85+
## 0.8.17 - 2016-07-25
8686

8787
* Fix snapshot creation for JS files (ex: `json-server generator.js`)
8888

89-
## [0.8.16][2016-07-11]
89+
## 0.8.16 - 2016-07-11
9090

9191
* Support `x-www-form-urlencoded`
9292

93-
## [0.8.15][2016-07-03]
93+
## 0.8.15 - 2016-07-03
9494

9595
* Bug fix: `--watch` option on OS X
9696

97-
## [0.8.14][2016-05-15]
97+
## 0.8.14 - 2016-05-15
9898

9999
* Bug fix: data wasn't written to file in `v0.8.13` and `v0.8.12`
100100

101-
## [0.8.13][2016-05-12]
101+
## 0.8.13 - 2016-05-12
102102

103103
* Make `_like` operator case insensitive
104104

105-
## [0.8.12][2016-05-08]
105+
## 0.8.12 - 2016-05-08
106106

107107
* Minor bug fix
108108

109-
## [0.8.11][2016-05-08]
109+
## 0.8.11 - 2016-05-08
110110

111111
* Support sort by nested field (e.g. `_sort=author.name`)
112112
* Fix `graceful-fs` warning
113113

114-
## [0.8.10][2016-04-18]
114+
## 0.8.10 - 2016-04-18
115115

116116
* CLI option `-ng/--no-gzip` to disable `gzip` compression
117117

118-
## [0.8.9][2016-03-17]
118+
## 0.8.9 - 2016-03-17
119119

120120
* CLI can now read options from `json-server.json` if present
121121
* CLI option `-c/--config` to point to a different configuration file
122122

123-
## [0.8.8][2016-02-13]
123+
## 0.8.8 - 2016-02-13
124124

125125
### Fixed
126126

127127
* Fix #233
128128

129-
## [0.8.7][2016-01-22]
129+
## 0.8.7 - 2016-01-22
130130

131131
### Added
132132

133133
* `gzip` compression to improve performances
134134
* CLI option `-nc/--no-cors` to disable CORS
135135

136-
## [0.8.6][2016-01-07]
136+
## 0.8.6 - 2016-01-07
137137

138138
### Added
139139

140140
* CLI option `-ro/--read-only` to allow only GET requests
141141

142-
## [0.8.5][2015-12-28]
142+
## 0.8.5 - 2015-12-28
143143

144144
### Fixed
145145

146146
* Fix #177
147147

148-
## [0.8.4][2015-12-13]
148+
## 0.8.4 - 2015-12-13
149149

150150
### Added
151151

152152
* Like operator `GET /posts?title_like=json` (accepts RegExp)
153153

154-
## [0.8.3][2015-11-25]
154+
## 0.8.3 - 2015-11-25
155155

156156
### Added
157157

158158
* CLI option `-q/--quiet`
159159
* Nested route `POST /posts/1/comments`
160160
* Not equal operator `GET /posts?id_ne=1`
161161

162-
## [0.8.2][2015-10-15]
162+
## 0.8.2 - 2015-10-15
163163

164164
### Added
165165

@@ -169,14 +169,14 @@
169169

170170
* Fix plural resources: `DELETE` should return `404` if resource doesn't exist.
171171

172-
## [0.8.1][2015-10-06]
172+
## 0.8.1 - 2015-10-06
173173

174174
### Fixed
175175

176176
* Fix plural resources: `PUT` should replace resource instead of updating properties.
177177
* Fix singular resources: `POST`, `PUT`, `PATCH` should not convert resource properties.
178178

179-
## [0.8.0][2015-09-21]
179+
## 0.8.0 - 2015-09-21
180180

181181
### Changed
182182

@@ -208,14 +208,14 @@ GET /posts?author=typicode&foo=bar # [{...}, {...}]
208208
json-server --static some/path
209209
```
210210

211-
## [0.7.28][2015-09-09]
211+
## 0.7.28 - 2015-09-09
212212

213213
```bash
214214
# Support range
215215
GET /products?price_gte=50&price_lte=100
216216
```
217217

218-
## [0.7.27][2015-09-02]
218+
## 0.7.27 - 2015-09-02
219219

220220
### Added
221221

@@ -225,7 +225,7 @@ GET /posts?id=1&id2
225225
GET /posts?category=javascript&category=html
226226
```
227227

228-
## [0.7.26][2015-09-01]
228+
## 0.7.26 - 2015-09-01
229229

230230
### Added
231231

0 commit comments

Comments
 (0)