Skip to content

Commit ee456a0

Browse files
committed
Release v1.0.0
1 parent 2615de7 commit ee456a0

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

CHANGELOG.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ 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-rc.0](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.3...v1.0.0-rc.0)
8+
## [v1.0.0](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-rc.0...v1.0.0)
99

10+
### Commits
11+
12+
- Do not require new commits since last release [`2615de7`](https://github.com/nebarf/react-http-fetch/commit/2615de7cace6e3f5b462639bbcc25711a793c0a4)
13+
14+
## [v1.0.0-rc.0](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.3...v1.0.0-rc.0) - 2022-01-07
1015

1116
### Merged
1217

1318
- Unabortable request [`#39`](https://github.com/nebarf/react-http-fetch/pull/39)
1419
- Tests [`#38`](https://github.com/nebarf/react-http-fetch/pull/38)
1520
- Check if main branch is up to date before releasing [`#37`](https://github.com/nebarf/react-http-fetch/pull/37)
1621

17-
1822
### Commits
1923

2024
- http-cache tests [`6732863`](https://github.com/nebarf/react-http-fetch/commit/6732863feedb178d76eae8a878e0005407386964)
@@ -23,19 +27,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2327

2428
## [v1.0.0-beta.3](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.2...v1.0.0-beta.3) - 2021-12-15
2529

26-
2730
### Merged
2831

2932
- Run lib build before npm publish [`#36`](https://github.com/nebarf/react-http-fetch/pull/36)
3033

31-
3234
### Commits
3335

3436
- Release v1.0.0-beta.3 [`1a0b989`](https://github.com/nebarf/react-http-fetch/commit/1a0b989d7d3e74e9468a5485f9887922791d8d52)
3537

3638
## [v1.0.0-beta.2](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.1...v1.0.0-beta.2) - 2021-12-15
3739

38-
3940
### Merged
4041

4142
- Revert exposed api [`#35`](https://github.com/nebarf/react-http-fetch/pull/35)
@@ -44,7 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4445
- Expose only consumer facing API [`#32`](https://github.com/nebarf/react-http-fetch/pull/32)
4546
- Allow to provide unserialized req body to http client [`#31`](https://github.com/nebarf/react-http-fetch/pull/31)
4647

47-
4848
### Commits
4949

5050
- Add type for http request body [`5e8a363`](https://github.com/nebarf/react-http-fetch/commit/5e8a36370a84a9758dba311daa6f05cbfc21e8d3)
@@ -53,12 +53,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5353

5454
## [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
5555

56-
5756
### Merged
5857

5958
- Http cache store [`#29`](https://github.com/nebarf/react-http-fetch/pull/29)
6059

61-
6260
### Commits
6361

6462
- Allow to provide a custom http cache store in provider config in place of cache service override [`d51d465`](https://github.com/nebarf/react-http-fetch/commit/d51d465c50a721abad542d8d0796a624de6bbac5)
@@ -67,13 +65,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6765

6866
## [v1.0.0-beta.0](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.2...v1.0.0-beta.0) - 2021-11-21
6967

70-
7168
### Merged
7269

7370
- Improve readme [`#20`](https://github.com/nebarf/react-http-fetch/pull/20)
7471
- readme hooks and events sections [`#28`](https://github.com/nebarf/react-http-fetch/pull/28)
7572

76-
7773
### Commits
7874

7975
- Readme: caching [`7a6e845`](https://github.com/nebarf/react-http-fetch/commit/7a6e8453d849a7480c34d9546b8a8540823ebb47)
@@ -82,12 +78,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8278

8379
## [v1.0.0-alpha.2](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) - 2021-11-02
8480

85-
8681
### Merged
8782

8883
- Subscribe fix [`#21`](https://github.com/nebarf/react-http-fetch/pull/21)
8984

90-
9185
### Commits
9286

9387
- temp [`7b9990e`](https://github.com/nebarf/react-http-fetch/commit/7b9990e7bcf73f4475ebf47fd6501586973b58a5)
@@ -96,25 +90,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9690

9791
## [v1.0.0-alpha.1](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) - 2021-11-01
9892

99-
100-
101-
10293
### Commits
10394

10495
- use-http-request: replace use-effect with use-compare-effect [`96ea896`](https://github.com/nebarf/react-http-fetch/commit/96ea896cf2b346ba85428882705e9e79f71ae3a9)
10596
- Release v1.0.0-alpha.1 [`e6cb290`](https://github.com/nebarf/react-http-fetch/commit/e6cb2902c64a0011f673238c355498fae86511e0)
10697

10798
## [v1.0.0-alpha.0](https://github.com/nebarf/react-http-fetch/compare/v0.0.1...v1.0.0-alpha.0) - 2021-11-01
10899

109-
110100
### Merged
111101

112102
- README skeleton [`#19`](https://github.com/nebarf/react-http-fetch/pull/19)
113103
- Alpha release [`#17`](https://github.com/nebarf/react-http-fetch/pull/17)
114104
- Lock npm deps while executing github actions [`#16`](https://github.com/nebarf/react-http-fetch/pull/16)
115105
- Setup github actions [`#13`](https://github.com/nebarf/react-http-fetch/pull/13)
116106

117-
118107
### Commits
119108

120109
- Remove compiled source from versioning [`f8e6214`](https://github.com/nebarf/react-http-fetch/commit/f8e6214bdb170db59d1af7b59fff6dd6227e501c)
@@ -123,15 +112,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123112

124113
## v0.0.1 - 2021-10-31
125114

126-
127115
### Merged
128116

129117
- Configure Renovate [`#1`](https://github.com/nebarf/react-http-fetch/pull/1)
130118

131-
132119
### Commits
133120

134121
- Setup test environment [`baeb3b0`](https://github.com/nebarf/react-http-fetch/commit/baeb3b0623c6620f7ae1aec01bcb9e72e26ad83b)
135122
- Prepare core dependencies and build environment [`7f8a3e6`](https://github.com/nebarf/react-http-fetch/commit/7f8a3e6a996c418b256b46f7d212bd835394239b)
136123
- Move from http interceptors to reactive events [`04c0333`](https://github.com/nebarf/react-http-fetch/commit/04c0333f05547263b2dd2fcac96dc251396e246a)
137-

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-rc.0",
3+
"version": "1.0.0",
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)