Skip to content

Releases: typicode/json-server

v1.0.0-alpha.7

Choose a tag to compare

@typicode typicode released this 30 Dec 00:54
  • Added Dark Mode to the homepage for a more comfortable night coding experience 😉 🦇

v1.0.0-alpha.6

Choose a tag to compare

@typicode typicode released this 28 Dec 13:14
  • fix: exit on help message
  • feat: add logs
  • feat: add CORS

v1.0.0-alpha.5

Choose a tag to compare

@typicode typicode released this 27 Dec 00:42
  • Fix file validation in CLI
  • Update homepage
  • Update lowdb to v7 which includes fix for some Windows users

v1.0.0-alpha.4

Choose a tag to compare

@typicode typicode released this 26 Dec 00:28

v1.0.0-alpha.3

Choose a tag to compare

@typicode typicode released this 25 Dec 23:37
  • Full rewrite in TypeScript
  • Modern code (ESM, latest Node APIs, ...)
  • Faster server
  • Improved and enabled by default watch mode
  • Enhanced and simplified:
    • Relation inclusion parameters
    • Pagination
    • Sorting
    • Deletion

I'll write a comprehensive changelog for v1.0.0.

You can find documentation for v1 here.

This marks the initial release, setting the foundation for an improved JSON Server 🚀🎄🎁

Special thanks to JSON Server's current sponsors: Mockend and storyblok. You can support the project on GitHub Sponsors.

v0.17.4

Choose a tag to compare

@typicode typicode released this 29 Sep 13:38

What's Changed

New Contributors

Full Changelog: v0.17.3...v0.17.4

v0.17.3

Choose a tag to compare

@typicode typicode released this 21 Mar 21:41

What's Changed

New Contributors

Full Changelog: v0.17.2...v0.17.3

v0.17.2

Choose a tag to compare

@typicode typicode released this 22 Feb 21:39

What's Changed

New Contributors

Full Changelog: v0.17.1...v0.17.2

v0.17.1

Choose a tag to compare

@typicode typicode released this 22 Feb 21:39

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.17.1

v0.17.0

Choose a tag to compare

@typicode typicode released this 02 Aug 01:29
  • Breaking require Node >=12
  • Update dependencies to latest