Skip to content

Commit ed976d4

Browse files
author
nebarf
committed
Release v1.0.0-beta.1
1 parent 8c5de13 commit ed976d4

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ 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-beta.0](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-alpha.2...v1.0.0-beta.0)
8+
## [v1.0.0-beta.1](https://github.com/nebarf/react-http-fetch/compare/v1.0.0-beta.0...v1.0.0-beta.1)
9+
10+
11+
### Merged
12+
13+
- Http cache store [`#29`](https://github.com/nebarf/react-http-fetch/pull/29)
14+
15+
16+
### Commits
17+
18+
- 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)
19+
- Add configurable prefix and separator to http cache store [`875b19b`](https://github.com/nebarf/react-http-fetch/commit/875b19b8a39f334333c0f31e0df9b7060fb24049)
20+
- Update readme for http cache store [`51801f0`](https://github.com/nebarf/react-http-fetch/commit/51801f0441bbf79a49a1eb9aa818dac805d198bd)
21+
22+
## [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
923

1024

1125
### Merged

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