File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,16 @@ 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-alpha.0] ( https://github.com/nebarf/react-http-fetch/compare/v0.0.1...v1.0.0-alpha.0 )
8
+ ## [ v1.0.0-alpha.1] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.0...v1.0.0-alpha.1 )
9
+
10
+
11
+
12
+
13
+ ### Commits
14
+
15
+ - use-http-request: replace use-effect with use-compare-effect [ ` 96ea896 ` ] ( https://github.com/nebarf/react-http-fetch/commit/96ea896cf2b346ba85428882705e9e79f71ae3a9 )
16
+
17
+ ## [ v1.0.0-alpha.0] ( https://github.com/nebarf/react-http-fetch/compare/v0.0.1...v1.0.0-alpha.0 ) - 2021-11-01
9
18
10
19
11
20
### Merged
@@ -20,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
29
21
30
- Remove compiled source from versioning [ ` f8e6214 ` ] ( https://github.com/nebarf/react-http-fetch/commit/f8e6214bdb170db59d1af7b59fff6dd6227e501c )
22
31
- Remove occurrences of typescript import aliases [ ` 77e0075 ` ] ( https://github.com/nebarf/react-http-fetch/commit/77e00755b05afb7afe875c09c568523d6ce93896 )
23
- - Make request hooks abortable by always dispatching abortable http requests [ ` 9a4602a ` ] ( https://github.com/nebarf/react-http-fetch/commit/9a4602a527b7b2f15fd7ba86568ae343d838e62f )
32
+ - Release v1.0.0-alpha.0 [ ` 8e73b88 ` ] ( https://github.com/nebarf/react-http-fetch/commit/8e73b88b6fefa8168744ceb523708b68c9ab1104 )
24
33
25
34
## v0.0.1 - 2021-10-31
26
35
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-http-fetch" ,
3
- "version" : " 1.0.0-alpha.0 " ,
3
+ "version" : " 1.0.0-alpha.1 " ,
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