Skip to content

Commit

Permalink
7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpotomin committed Apr 23, 2019
1 parent adb1ae6 commit 5741db3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v7.3.0](https://github.com/contiamo/restful-react/compare/v7.2.3...v7.3.0)

> 23 April 2019
- Fix useGet url composition pattern [`#114`](https://github.com/contiamo/restful-react/pull/114)
- Add support for requestOptions as a method to Poll [`#113`](https://github.com/contiamo/restful-react/pull/113)
- Add requestOptions in the watch list for refetch [`#110`](https://github.com/contiamo/restful-react/pull/110)
- Add `useGet` generator [`adb1ae6`](https://github.com/contiamo/restful-react/commit/adb1ae610acef7534d2fdb47c6f3e62727604c90)
- Fixed a case with merging request options in Poll [`1914b50`](https://github.com/contiamo/restful-react/commit/1914b509aa07a222bc19407172741d9fd93580c6)

#### [v7.2.3](https://github.com/contiamo/restful-react/compare/v7.2.2...v7.2.3)

> 1 April 2019
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "restful-react",
"description": "A declarative client from RESTful React Apps",
"version": "7.2.3",
"version": "7.3.0",
"main": "lib/index.js",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 5741db3

Please sign in to comment.