File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,33 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ v1.0.0-beta.3] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.2...v1.0.0-beta.3 )
8
+ ## [ v1.0.0-rc.0] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.3...v1.0.0-rc.0 )
9
+
10
+
11
+ ### Merged
12
+
13
+ - Unabortable request [ ` #39 ` ] ( https://github.com/nebarf/react-http-fetch/pull/39 )
14
+ - Tests [ ` #38 ` ] ( https://github.com/nebarf/react-http-fetch/pull/38 )
15
+ - Check if main branch is up to date before releasing [ ` #37 ` ] ( https://github.com/nebarf/react-http-fetch/pull/37 )
16
+
17
+
18
+ ### Commits
19
+
20
+ - http-cache tests [ ` 6732863 ` ] ( https://github.com/nebarf/react-http-fetch/commit/6732863feedb178d76eae8a878e0005407386964 )
21
+ - use-http-request specs [ ` f53ab78 ` ] ( https://github.com/nebarf/react-http-fetch/commit/f53ab7850196a4ff629a4f79bc99df649702b816 )
22
+ - Finalize http client specs [ ` d6cd714 ` ] ( https://github.com/nebarf/react-http-fetch/commit/d6cd714e349980b95f517fe5aa6dd669ae5898b1 )
23
+
24
+ ## [ 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
9
25
10
26
11
27
### Merged
12
28
13
29
- Run lib build before npm publish [ ` #36 ` ] ( https://github.com/nebarf/react-http-fetch/pull/36 )
14
30
15
31
32
+ ### Commits
33
+
34
+ - Release v1.0.0-beta.3 [ ` 1a0b989 ` ] ( https://github.com/nebarf/react-http-fetch/commit/1a0b989d7d3e74e9468a5485f9887922791d8d52 )
16
35
17
36
## [ 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
18
37
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-http-fetch" ,
3
- "version" : " 1.0.0-beta.3 " ,
3
+ "version" : " 1.0.0-rc.0 " ,
4
4
"description" : " An http library for React JS built on top of native JS fetch" ,
5
5
"main" : " index.js" ,
6
6
"module" : " ./lib/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments