mirror of
https://github.com/typicode/json-server.git
synced 2025-08-01 09:13:32 +08:00
Update
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## Unreleased
|
||||
## [0.9.6][2016-03-08]
|
||||
|
||||
* Update index page
|
||||
* Improve performances (lowdb `v0.15`)
|
||||
* Improve performances ([lowdb](https://github.com/typicode/lowdb) `v0.15`)
|
||||
* Add `Location` header to newly created resources [#473](https://github.com/typicode/json-server/pull/473)
|
||||
|
||||
## [0.9.5][2016-02-11]
|
||||
|
@ -1,3 +1,7 @@
|
||||
html {
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
|
Reference in New Issue
Block a user