Skip to content

Releases: typicode/json-server

v1.0.0-beta.13

13 Mar 00:36
ba0a56c

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.12...v1.0.0-beta.13

v1.0.0-beta.12

28 Feb 00:44

Choose a tag to compare

What's Changed

  • Auto-insert $schema when missing from DB file on startup by @Copilot in #1717

Full Changelog: v1.0.0-beta.8...v1.0.0-beta.12

v1.0.0-beta.10

26 Feb 22:49

Choose a tag to compare

What's Changed

  • Log routes on file recovery after JSON parse error by @Copilot in #1713
  • Add contains, startsWith, endsWith string query operators by @Copilot in #1714

Full Changelog: v1.0.0-beta.8...v1.0.0-beta.10

v1.0.0-beta.9

19 Feb 23:37

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.8...v1.0.0-beta.9

v1.0.0-beta.8

19 Feb 23:08

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8

v1.0.0-beta.7

19 Feb 22:46

Choose a tag to compare

What's Changed

  • feat: add in operator by @typicode in #1700
  • docs: improve README clarity and fix formatting inconsistencies by @Omar-Tnt04 in #1699
  • Switch back to MIT License

New Contributors

Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7

v1.0.0-beta.6

14 Feb 22:48

Choose a tag to compare

What's Changed

  • chore: change test command from npm to pnpm by @typicode in #1693
  • feat: add _where filtering, use new op separator, drop _start, _end, _limit by @typicode in #1696

Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6

v1.0.0-beta.5

22 Jan 09:26
58e8b01

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5

v1.0.0-beta.4

21 Jan 22:57
f4e3c92

Choose a tag to compare

What's Changed

  • perf: replace Object.entries/fromEntries with Object.keys for better performance by @ssi02014 in #1639
  • fix: handle undefined case in filtering logic by @manikanta5827 in #1650
  • chore: use oxlint by @Copilot in #1670
  • Drop Node.js 20 support and enforce erasable TypeScript syntax by @Copilot in #1671
  • use TS natively and switch to pnpm by @typicode in #1672
  • chore: update dev script by @typicode in #1675
  • fix: patch bug by @typicode in #1676
  • chore: Update outdated GitHub Actions version by @pgoslatara in #1677
  • chore: update package.json version and publish script by @typicode in #1678
  • chore: update publish.yml to include permissions by @typicode in #1679
  • chore: remove NODE_AUTH_TOKEN from publish workflow by @typicode in #1680
  • chore: update Node.js version to 24.x in publish workflow by @typicode in #1682
  • chore: add tag flag for pnpm by @typicode in #1688

New Contributors

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3

24 Sep 13:21

Choose a tag to compare

  • fix: allow any request header in CORS
  • chore: update all dependencies