Improved
v1.0.0-beta.4
What's Changed
- perf: replace Object.entries/fromEntries with Object.keys for better performance by @ssi02014 in https://github.com/typicode/json-server/pull/1639
- fix: handle undefined case in filtering logic by @manikanta5827 in https://github.com/typicode/json-server/pull/1650
- chore: use oxlint by @Copilot in https://github.com/typicode/json-server/pull/1670
- Drop Node.js 20 support and enforce erasable TypeScript syntax by @Copilot in https://github.com/typicode/json-server/pull/1671
- use TS natively and switch to pnpm by @typicode in https://github.com/typicode/json-server/pull/1672
- chore: update dev script by @typicode in https://github.com/typicode/json-server/pull/1675
- fix: patch bug by @typicode in https://github.com/typicode/json-server/pull/1676
- chore: Update outdated GitHub Actions version by @pgoslatara in https://github.com/typicode/json-server/pull/1677
- chore: update package.json version and publish script by @typicode in https://github.com/typicode/json-server/pull/1678
- chore: update publish.yml to include permissions by @typicode in https://github.com/typicode/json-server/pull/1679
- chore: remove NODE_AUTH_TOKEN from publish workflow by @typicode in https://github.com/typicode/json-server/pull/1680
- chore: update Node.js version to 24.x in publish workflow by @typicode in https://github.com/typicode/json-server/pull/1682
- chore: add tag flag for pnpm by @typicode in https://github.com/typicode/json-server/pull/1688
New Contributors
- @ssi02014 made their first contribution in https://github.com/typicode/json-server/pull/1639
- @manikanta5827 made their first contribution in https://github.com/typicode/json-server/pull/1650
- @pgoslatara made their first contribution in https://github.com/typicode/json-server/pull/1677
Full Changelog: https://github.com/typicode/json-server/compare/v1.0.0-beta.3...v1.0.0-beta.4