Skip to content

Commit 9f4ae98

Browse files
author
nebarf
committed
Release v1.0.0-beta.2
1 parent 07c6b79 commit 9f4ae98

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [v1.0.0-beta.1](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.0...v1.0.0-beta.1)
8+
## [v1.0.0-beta.2](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.1...v1.0.0-beta.2)
9+
10+
11+
### Merged
12+
13+
- Revert exposed api [`#35`](https://github.com/nebarf/react-http-fetch/pull/35)
14+
- Fix contributing md [`#34`](https://github.com/nebarf/react-http-fetch/pull/34)
15+
- Http context [`#33`](https://github.com/nebarf/react-http-fetch/pull/33)
16+
- Expose only consumer facing API [`#32`](https://github.com/nebarf/react-http-fetch/pull/32)
17+
- Allow to provide unserialized req body to http client [`#31`](https://github.com/nebarf/react-http-fetch/pull/31)
18+
19+
20+
### Commits
21+
22+
- Add type for http request body [`5e8a363`](https://github.com/nebarf/react-http-fetch/commit/5e8a36370a84a9758dba311daa6f05cbfc21e8d3)
23+
- Allow to provide arbitrary user data carried by the http request [`8550f60`](https://github.com/nebarf/react-http-fetch/commit/8550f6059ef79ef4cb565b3d43b42e04f1e03585)
24+
- Align codebase to generics naming styleguide [`c2042cd`](https://github.com/nebarf/react-http-fetch/commit/c2042cdd604f8393992a68cedd3d8b4e2620182f)
25+
26+
## [v1.0.0-beta.1](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.0...v1.0.0-beta.1) - 2021-11-24
927

1028

1129
### Merged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-http-fetch",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "An http library for React JS built on top of native JS fetch",
55
"main": "index.js",
66
"module": "./lib/esm/index.js",

0 commit comments

Comments
 (0)