Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/modern-ghosts-vanish.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @dfsync/client

## 0.5.0

### Minor Changes

- [#43](https://github.com/dfsyncjs/dfsync/pull/43) [`5896eb6`](https://github.com/dfsyncjs/dfsync/commit/5896eb63bf3ab18489d5d7fc88dde47d7db179aa) Thanks [@romanindev](https://github.com/romanindev)! - - add support for PATCH HTTP method
- introduce client.patch(...) API
- improve method typing (body as second argument)
- enhance DX for HTTP method usage

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dfsync/client",
"version": "0.4.0",
"version": "0.5.0",
"description": "Reliable service-to-service HTTP communication toolkit for Node.js and TypeScript",
"license": "MIT",
"type": "module",
Expand Down