Skip to content

Releases: typicode/json-server

v1.0.0-alpha.15

09 Jan 12:33
Compare
Choose a tag to compare
  • fix: homepage error, template not found

v1.0.0-alpha.14

09 Jan 02:12
Compare
Choose a tag to compare
  • 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

07 Jan 22:44
Compare
Choose a tag to compare

v1.0.0-alpha.12

07 Jan 16:46
Compare
Choose a tag to compare

New feature, autofix missing id in arrays 🔧

v1.0.0-alpha.11

07 Jan 01:30
Compare
Choose a tag to compare
  • More colorful and better CLI output

v1.0.0-alpha.10

05 Jan 01:16
Compare
Choose a tag to compare
  • 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

30 Dec 01:40
Compare
Choose a tag to compare
  • Fix remove unnecessary files

v1.0.0-alpha.7

30 Dec 00:54
Compare
Choose a tag to compare
  • Added Dark Mode to the homepage for a more comfortable night coding experience 😉 🦇

v1.0.0-alpha.6

28 Dec 13:14
Compare
Choose a tag to compare
  • fix: exit on help message
  • feat: add logs
  • feat: add CORS

v1.0.0-alpha.5

27 Dec 00:42
Compare
Choose a tag to compare
  • Fix file validation in CLI
  • Update homepage
  • Update lowdb to v7 which includes fix for some Windows users