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
1 change: 0 additions & 1 deletion .changes/http-client/minor.1-add-inference-helpers.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This is the changelog for `http-client`.

## 0.4.0

### Features

- Add `$infer` namespace to infer `data`, `error`, `query`, `params`, `body` types from an http_client.

## 0.3.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@afoures/http-client",
"version": "0.3.0",
"version": "0.4.0",
"description": "A typesafe and robust HTTP client",
"homepage": "https://github.com/afoures/http-client#readme",
"bugs": {
Expand Down
Loading