Releases: typicode/json-server
Releases · typicode/json-server
v1.0.0-beta.13
What's Changed
- chore: bump prerelease version to v1.0.0-beta.12 by @typicode in #1718
- redesign: cleaner index page by @typicode in #1723
- fix: return 400 for invalid JSON request bodies by @Omar-Tnt04 in #1722
- feat: support system dark mode on index page by @typicode in #1728
- 1.0.0-beta.13 by @typicode in #1729
Full Changelog: v1.0.0-beta.12...v1.0.0-beta.13
v1.0.0-beta.12
What's Changed
- Auto-insert
$schemawhen 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
What's Changed
- Log routes on file recovery after JSON parse error by @Copilot in #1713
- Add
contains,startsWith,endsWithstring query operators by @Copilot in #1714
Full Changelog: v1.0.0-beta.8...v1.0.0-beta.10
v1.0.0-beta.9
What's Changed
- release: v1.0.0-beta.8 by @typicode in #1707
- Update keywords and license in package.json by @typicode in #1706
Full Changelog: v1.0.0-beta.8...v1.0.0-beta.9
v1.0.0-beta.8
v1.0.0-beta.7
What's Changed
- feat: add
inoperator by @typicode in #1700 - docs: improve README clarity and fix formatting inconsistencies by @Omar-Tnt04 in #1699
- Switch back to MIT License
New Contributors
- @Omar-Tnt04 made their first contribution in #1699
Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7
v1.0.0-beta.6
What's Changed
- chore: change test command from npm to pnpm by @typicode in #1693
- feat: add
_wherefiltering, use new op separator, drop_start,_end,_limitby @typicode in #1696
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
v1.0.0-beta.5
What's Changed
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
v1.0.0-beta.4
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
- @ssi02014 made their first contribution in #1639
- @manikanta5827 made their first contribution in #1650
- @pgoslatara made their first contribution in #1677
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
v1.0.0-beta.3
- fix: allow any request header in CORS
- chore: update all dependencies