File tree Expand file tree Collapse file tree 2 files changed +28
-6
lines changed Expand file tree Collapse file tree 2 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,28 @@ 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.1] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0...v1.0.1 )
8
+ ## [ v1.0.3] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.2...v1.0.3 )
9
+
10
+ ### Merged
11
+
12
+ - Move react-fast-compare from peer dependency to standard dependency [ ` #54 ` ] ( https://github.com/nebarf/react-http-fetch/pull/54 )
13
+
14
+ ## [ v1.0.2] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.1...v1.0.2 ) - 2022-04-09
15
+
16
+ ### Merged
17
+
18
+ - prevent renovate to pin dependencies [ ` #42 ` ] ( https://github.com/nebarf/react-http-fetch/pull/42 )
19
+ - Move react-fast-compare to peer dependencies [ ` #41 ` ] ( https://github.com/nebarf/react-http-fetch/pull/41 )
20
+
21
+ ### Commits
22
+
23
+ - Release v1.0.2 [ ` 35c3a43 ` ] ( https://github.com/nebarf/react-http-fetch/commit/35c3a43fd1436599a7d4314ee2a5b58f448db1b4 )
24
+
25
+ ## [ v1.0.1] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0...v1.0.1 ) - 2022-02-26
26
+
27
+ ### Commits
28
+
29
+ - Release v1.0.1 [ ` dc02938 ` ] ( https://github.com/nebarf/react-http-fetch/commit/dc02938c7c27cc91d540ab4c9028d3842fed811e )
9
30
10
31
## [ v1.0.0] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-rc.0...v1.0.0 ) - 2022-02-26
11
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-http-fetch" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.3 " ,
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" ,
18
18
"engines" : {
19
19
"node" : " >=14 <17"
20
20
},
21
+ "dependencies" : {
22
+ "react-fast-compare" : " ^3.2.0"
23
+ },
21
24
"devDependencies" : {
22
25
"@testing-library/jest-dom" : " ^5.14.1" ,
23
26
"@testing-library/react" : " ^13.1.1" ,
45
48
"react-17" : " npm:react@^17.0.2" ,
46
49
"react-dom" : " ^18.0.0" ,
47
50
"react-dom-17" : " npm:react-dom@^17.0.2" ,
48
- "react-fast-compare" : " ^3.2.0" ,
49
51
"release-it" : " ^14.11.6" ,
50
52
"shelljs" : " ^0.8.4" ,
51
53
"shx" : " ^0.3.3" ,
80
82
"test:watch" : " jest -c ./jest.config.js --watch --env=jsdom"
81
83
},
82
84
"peerDependencies" : {
83
- "react" : " ^17.0.0 || ^18.0.0" ,
84
- "react-dom" : " ^17.0.0 || ^18.0.0" ,
85
- "react-fast-compare" : " ^3.2.0"
85
+ "react" : " ^17.0.2" ,
86
+ "react-dom" : " ^17.0.2"
86
87
},
87
88
"keywords" : [
88
89
" react-http" ,
You can’t perform that action at this time.
0 commit comments