File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ v1.0.0-alpha.2] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.1...v1.0.0-alpha.2 )
8+ ## [ v1.0.0-beta.0] ( https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.2...v1.0.0-beta.0 )
9+
10+
11+ ### Merged
12+
13+ - Improve readme [ ` #20 ` ] ( https://github.com/nebarf/react-http-fetch/pull/20 )
14+ - readme hooks and events sections [ ` #28 ` ] ( https://github.com/nebarf/react-http-fetch/pull/28 )
15+
16+
17+ ### Commits
18+
19+ - Readme: caching [ ` 7a6e845 ` ] ( https://github.com/nebarf/react-http-fetch/commit/7a6e8453d849a7480c34d9546b8a8540823ebb47 )
20+ - readme hooks and events section [ ` 7817564 ` ] ( https://github.com/nebarf/react-http-fetch/commit/78175640fe0805fb2c7358c0eda7d87edcccd2c0 )
21+ - Http client doc (followup) [ ` a25ca63 ` ] ( https://github.com/nebarf/react-http-fetch/commit/a25ca6338cddae7eb36075dddab02f40c1a7ed13 )
22+
23+ ## [ 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
924
1025
1126### Merged
@@ -17,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1732
1833- temp [ ` 7b9990e ` ] ( https://github.com/nebarf/react-http-fetch/commit/7b9990e7bcf73f4475ebf47fd6501586973b58a5 )
1934- Bus subscription: switch to layout effetch to perform event subscriptions [ ` 35673e4 ` ] ( https://github.com/nebarf/react-http-fetch/commit/35673e4e02e67ebf9f14dee05c44acd285abf249 )
20- - Add useCompareLayoutEffect to linting rules [ ` 20836d1 ` ] ( https://github.com/nebarf/react-http-fetch/commit/20836d17254a05f3554d5a747b98b105f902f38a )
35+ - Release v1.0.0-alpha.2 [ ` d318400 ` ] ( https://github.com/nebarf/react-http-fetch/commit/d3184003e54344fac54239a77bc955d0d82cfc08 )
2136
2237## [ 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
2338
Original file line number Diff line number Diff line change 11{
22 "name" : " react-http-fetch" ,
3- "version" : " 1.0.0-alpha.2 " ,
3+ "version" : " 1.0.0-beta.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" ,
You can’t perform that action at this time.
0 commit comments