Skip to content

Commit fdc16ca

Browse files
committed
🔖 4.0.0
1 parent 6c72377 commit fdc16ca

2 files changed

Lines changed: 5 additions & 38 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -6,46 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

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

9-
## [4.0.0-6](https://github.com/exah/react-universal-data/compare/4.0.0-5...4.0.0-6) - 2020-03-22
9+
## [4.0.0](https://github.com/exah/react-universal-data/compare/3.0.1...4.0.0) - 2020-03-28
10+
### Merged
11+
- ✨ Rewrite to `suspense`, `hooks` and `typescript` [`#9`](https://github.com/exah/react-universal-data/pull/9)
1012

1113
### Docs & Tests
1214

13-
- ✅ Add test for store and `useFetchData` hook [`1e6ad60`](https://github.com/exah/react-universal-data/commit/1e6ad60accd6b6a3b15b683998e243d33505045f)
14-
15-
## [4.0.0-5](https://github.com/exah/react-universal-data/compare/4.0.0-4...4.0.0-5) - 2020-03-22
16-
### Added
17-
18-
- ✨ Add `withRUD` HOC [`4a8b467`](https://github.com/exah/react-universal-data/commit/4a8b467ec02e7d5f8ccac042a281b31f676f1365)
19-
20-
### Changed
21-
22-
- 💥 Replace custom data store with `Map` [`7b05bf1`](https://github.com/exah/react-universal-data/commit/7b05bf1d4a31febf8b9dac825d64ec0adba60b52)
23-
- 💥 Remove `HOCs` add `RUD` component [`4fe9805`](https://github.com/exah/react-universal-data/commit/4fe9805125ce6a55c478c8aabdf7206ff5b323c9)
24-
25-
## [4.0.0-4](https://github.com/exah/react-universal-data/compare/4.0.0-3...4.0.0-4) - 2020-03-16
26-
27-
### Fixed
28-
29-
- 🚑 Improve initial state in `useAsyncState` and remove additional effect in `useRUD` [`5509bd8`](https://github.com/exah/react-universal-data/commit/5509bd8ea0715a0a56ef412ee3dbf87518e17cd0)
30-
31-
## [4.0.0-3](https://github.com/exah/react-universal-data/compare/4.0.0-2...4.0.0-3) - 2020-03-16
32-
33-
## [4.0.0-2](https://github.com/exah/react-universal-data/compare/4.0.0-1...4.0.0-2) - 2020-03-15
34-
35-
### Dependencies
36-
37-
- ➖ Remove `@babel/runtime` [`6057cdb`](https://github.com/exah/react-universal-data/commit/6057cdb2e4e722f68ff729afedfa16eb73d78fad)
38-
39-
## [4.0.0-1](https://github.com/exah/react-universal-data/compare/4.0.0-0...4.0.0-1) - 2020-03-15
40-
41-
### Fixed
42-
43-
- 🚑 Remove not used `RESET` action [`a79233c`](https://github.com/exah/react-universal-data/commit/a79233c8bcd665b5749108825e5a87d3600ac044)
44-
45-
## [4.0.0-0](https://github.com/exah/react-universal-data/compare/3.0.1...4.0.0-0) - 2020-03-15
46-
### Added
47-
48-
- ✨ Rewrite to `suspense`, `hooks` and `typescript` [`1078b86`](https://github.com/exah/react-universal-data/commit/1078b864f5d394a6baa440753738f103bc002d10)
15+
- 📝 Update `README` and `package.json` description [`5dbdfe2`](https://github.com/exah/react-universal-data/commit/5dbdfe2d03eb2833aeea556ad5f2c1d8ddf0fb22)
4916

5017
## [3.0.1](https://github.com/exah/react-universal-data/compare/3.0.0...3.0.1) - 2020-03-01
5118

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-universal-data",
3-
"version": "4.0.0-6",
3+
"version": "4.0.0",
44
"description": "Easy to use hook for getting data on client and server side with effortless hydration of state",
55
"author": "John Grishin <hi@johngrish.in>",
66
"license": "MIT",

0 commit comments

Comments
 (0)