Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit 83d5fae

Browse files
committed
0.2.0
1 parent 308a756 commit 83d5fae

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
### v0.2.0 (2018/1/2)
4+
5+
**New Features**
6+
7+
* The render prop will now be passed the `requestKey`.
8+
39
### v0.1.0 (2018/1/2)
410

511
React's new Context API has been finalized, and it uses functional `children` rather than a prop
612
named `render`. Accordingly, this library has been updated to use `children` as the default.
713

814
**Breaking**
915

10-
- `<Fetch/>` now uses `children` as the render prop, rather than `render`.
16+
* `<Fetch/>` now uses `children` as the render prop, rather than `render`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-request",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A component for HTTP requests in React",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)