Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 2, 2024
1 parent 089f433 commit cc3052d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,12 @@ The **@servicestack/client** library enables the best end-to-end typed developer

### v2.x Changes

- Switched to use `/api` pre-defined route by default, revert to legacy `/json/reply` pre-defined route with:

```ts
const client = new JsonServiceClient(baseUrl).useBasePath()
```

- **@servicestack/client** now dependency-free

As [fetch is available in Node.js v18+ LTS](https://blog.logrocket.com/fetch-api-node-js/) all polyfills have been removed to make **@servicestack/client** dependency-free in its latest major **v2.x** version.
Expand Down

0 comments on commit cc3052d

Please sign in to comment.