Releases: typicode/json-server
Releases · typicode/json-server
v1.0.0-beta.3
- fix: allow any request header in CORS
- chore: update all dependencies
v1.0.0-beta.2
- fix: allow multiple conditions for filtering (e.g.
views_gt=100&views_lt=500
)
v1.0.0-beta.1
v1.0.0-beta.0
What's Changed
- Switch from
alpha
tobeta
- Fix: boolean filtering
- Fix: encoding issue in LICENSE by @JaN0h4ck in #1507
- Fix: add repository url field to package.json by @glensc in #1511
New Contributors
Full Changelog: v1.0.0-alpha.23...v1.0.0-beta.0
v1.0.0-alpha.23
- fix: automatically serve
./public
v1.0.0-alpha.22
- For
DELETE
rename_embed
to_dependent
- Fix pagination error
v1.0.0-alpha.21
- Fix: cli
--version
v1.0.0-alpha.20
- feat: automatically convert
id
to correct type
v1.0.0-alpha.19
- fix:
_embed
param
v1.0.0-alpha.18
- Handle gracefully empty
db.json
- Improve homepage style
- Improve cli output