From 904398f8ffb1d7732448cdd96d1fdc18b4172b71 Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 30 Jan 2024 22:59:46 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 05694fb05..76781171f 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,12 @@ json-server -s ./static json-server -s ./static -s ./node_modules ``` +## Notable differences with v0.17 + +- ìd` is always a string and will be generated for you if missing +- use `_per_page` with `_page` instead of `_limit`for pagination +- use Chrome's `Network tab > throtling` to delay requests instead of `--delay` CLI option + ## License This project uses the [Fair Source License](https://fair.io/). Note: Only organizations with 3+ users need to contribute a small amount through sponsorship [sponsor](https://github.com/sponsors/typicode) for usage. This license helps keep the project sustainable and healthy, benefiting everyone.