Releases: typicode/json-server
Releases · typicode/json-server
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
--watch
is used - fix: prevent
undefined
text - 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
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
v1.0.0-alpha.7
- Added Dark Mode to the homepage for a more comfortable night coding experience 😉 🦇