Releases: typicode/json-server
Releases · typicode/json-server
Release list
v1.0.0-alpha.18
- Handle gracefully empty
db.json - Improve homepage style
- Improve cli output
v1.0.0-alpha.17
What's Changed
- Add explicit Node version support by @textbook in #1478
- Fix show help message instead of error if cli option is unknown
New Contributors
Full Changelog: v1.0.0-alpha.16...v1.0.0-alpha.17
v1.0.0-alpha.16
v1.0.0-alpha.15
- fix: homepage error, template not found
v1.0.0-alpha.14
- fix: don't fail if
--watchis used - fix: prevent
undefinedtext - chore: remove unused dependency
By the way, JSON Server now watches for file changes by default 🚀
v1.0.0-alpha.13
v1.0.0-alpha.12
New feature, autofix missing id in arrays 🔧
v1.0.0-alpha.11
- More colorful and better CLI output
v1.0.0-alpha.10
- Support endpoints that return only an
object(e.g./profile,/settings,/user, ...)
Getting closer to making it the default when installing json-server 😉
v1.0.0-alpha.8
- Fix remove unnecessary files