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

Commit 45d948e

Browse files
committed
0.1.0
1 parent 3797167 commit 45d948e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
### v0.1.0 (2018/1/2)
4+
5+
React's new Context API has been finalized, and it uses functional `children` rather than a prop
6+
named `render`. Accordingly, this library has been updated to use `children` as the default.
7+
8+
**Breaking**
9+
10+
- `<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.0.1",
3+
"version": "0.1.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)