Releases: typicode/json-server
Releases · typicode/json-server
v1.0.0-alpha.20
- feat: automatically convert
idto correct type
v1.0.0-alpha.19
- fix:
_embedparam
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
- fix: homepage
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
- Fix no bin found #1472
v1.0.0-alpha.12
New feature, autofix missing id in arrays 🔧
v1.0.0-alpha.11
- More colorful and better CLI output