Skip to content

Releases: typicode/json-server

v1.0.0-alpha.18

Choose a tag to compare

@typicode typicode released this 11 Jan 22:52
  • Handle gracefully empty db.json
  • Improve homepage style
  • Improve cli output

v1.0.0-alpha.17

Choose a tag to compare

@typicode typicode released this 11 Jan 06:39

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

Choose a tag to compare

@typicode typicode released this 09 Jan 12:59
  • fix: homepage

v1.0.0-alpha.15

Choose a tag to compare

@typicode typicode released this 09 Jan 12:33
  • fix: homepage error, template not found

v1.0.0-alpha.14

Choose a tag to compare

@typicode typicode released this 09 Jan 02:12
  • 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

Choose a tag to compare

@typicode typicode released this 07 Jan 22:44

v1.0.0-alpha.12

Choose a tag to compare

@typicode typicode released this 07 Jan 16:46

New feature, autofix missing id in arrays 🔧

v1.0.0-alpha.11

Choose a tag to compare

@typicode typicode released this 07 Jan 01:30
  • More colorful and better CLI output

v1.0.0-alpha.10

Choose a tag to compare

@typicode typicode released this 05 Jan 01:16
  • 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

Choose a tag to compare

@typicode typicode released this 30 Dec 01:40
  • Fix remove unnecessary files