|
1 |
| -# [2.0.0](https://github.com/devex-web-frontend/remote-data-ts/compare/v0.6.0...v2.0.0) (2019-08-23) |
| 1 | +## [2.0.1](https://github.com/devexperts/remote-data-ts/compare/v2.0.0...v2.0.1) (2019-12-03) |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +# [2.0.0](https://github.com/devexperts/remote-data-ts/compare/v0.6.0...v2.0.0) (2019-08-23) |
2 | 6 |
|
3 | 7 |
|
4 | 8 | ### Code Refactoring
|
5 | 9 |
|
6 |
| -* fp-ts@2 support added ([#34](https://github.com/devex-web-frontend/remote-data-ts/issues/34)) ([b7ad152](https://github.com/devex-web-frontend/remote-data-ts/commit/b7ad152)) |
| 10 | +* fp-ts@2 support added ([#34](https://github.com/devexperts/remote-data-ts/issues/34)) ([b7ad152](https://github.com/devexperts/remote-data-ts/commit/b7ad152)) |
7 | 11 |
|
8 | 12 |
|
9 | 13 | ### feature
|
10 | 14 |
|
11 |
| -* classless ([#35](https://github.com/devex-web-frontend/remote-data-ts/issues/35)) ([7351a88](https://github.com/devex-web-frontend/remote-data-ts/commit/7351a88)) |
12 |
| -* update RemoteDataT ([#36](https://github.com/devex-web-frontend/remote-data-ts/issues/36)) ([4249fc2](https://github.com/devex-web-frontend/remote-data-ts/commit/4249fc2)) |
| 15 | +* classless ([#35](https://github.com/devexperts/remote-data-ts/issues/35)) ([7351a88](https://github.com/devexperts/remote-data-ts/commit/7351a88)) |
| 16 | +* update RemoteDataT ([#36](https://github.com/devexperts/remote-data-ts/issues/36)) ([4249fc2](https://github.com/devexperts/remote-data-ts/commit/4249fc2)) |
13 | 17 |
|
14 | 18 |
|
15 | 19 | ### BREAKING CHANGES
|
|
21 | 25 |
|
22 | 26 |
|
23 | 27 |
|
24 |
| -# [0.6.0](https://github.com/devex-web-frontend/remote-data-ts/compare/v0.5.0...v0.6.0) (2019-05-26) |
| 28 | +# [0.6.0](https://github.com/devexperts/remote-data-ts/compare/v0.5.0...v0.6.0) (2019-05-26) |
25 | 29 |
|
26 | 30 |
|
27 | 31 | ### Bug Fixes
|
28 | 32 |
|
29 |
| -* incorrect json pending type ([#32](https://github.com/devex-web-frontend/remote-data-ts/issues/32)) ([eba21eb](https://github.com/devex-web-frontend/remote-data-ts/commit/eba21eb)), closes [#31](https://github.com/devex-web-frontend/remote-data-ts/issues/31) |
| 33 | +* incorrect json pending type ([#32](https://github.com/devexperts/remote-data-ts/issues/32)) ([eba21eb](https://github.com/devexperts/remote-data-ts/commit/eba21eb)), closes [#31](https://github.com/devexperts/remote-data-ts/issues/31) |
30 | 34 |
|
31 | 35 |
|
32 | 36 | ### Features
|
33 | 37 |
|
34 |
| -* Add RemoteDataT transformer ([#29](https://github.com/devex-web-frontend/remote-data-ts/issues/29)) ([9d2d0f2](https://github.com/devex-web-frontend/remote-data-ts/commit/9d2d0f2)) |
| 38 | +* Add RemoteDataT transformer ([#29](https://github.com/devexperts/remote-data-ts/issues/29)) ([9d2d0f2](https://github.com/devexperts/remote-data-ts/commit/9d2d0f2)) |
35 | 39 |
|
36 | 40 |
|
37 | 41 |
|
38 |
| -# [0.5.0](https://github.com/devex-web-frontend/remote-data-ts/compare/v0.3.1...v0.5.0) (2019-01-31) |
| 42 | +# [0.5.0](https://github.com/devexperts/remote-data-ts/compare/v0.3.1...v0.5.0) (2019-01-31) |
39 | 43 |
|
40 | 44 |
|
41 | 45 | ### Bug Fixes
|
42 | 46 |
|
43 |
| -* move peer dependencies to dependencies ([#24](https://github.com/devex-web-frontend/remote-data-ts/issues/24)) ([0812d29](https://github.com/devex-web-frontend/remote-data-ts/commit/0812d29)), closes [#23](https://github.com/devex-web-frontend/remote-data-ts/issues/23) |
| 47 | +* move peer dependencies to dependencies ([#24](https://github.com/devexperts/remote-data-ts/issues/24)) ([0812d29](https://github.com/devexperts/remote-data-ts/commit/0812d29)), closes [#23](https://github.com/devexperts/remote-data-ts/issues/23) |
44 | 48 |
|
45 | 49 |
|
46 | 50 | ### Features
|
47 | 51 |
|
48 |
| -* add io-ts type ([#19](https://github.com/devex-web-frontend/remote-data-ts/issues/19)) ([7d6785f](https://github.com/devex-web-frontend/remote-data-ts/commit/7d6785f)) |
49 |
| -* major update - Fail fast ap, TS/fp-ts/io-ts upgrade, Traversable2v, Bifunctor ([#28](https://github.com/devex-web-frontend/remote-data-ts/issues/28)) ([3955c17](https://github.com/devex-web-frontend/remote-data-ts/commit/3955c17)), closes [#26](https://github.com/devex-web-frontend/remote-data-ts/issues/26) |
50 |
| -* provide progress parameter via fold pending parameter ([#20](https://github.com/devex-web-frontend/remote-data-ts/issues/20)) ([1cf41ce](https://github.com/devex-web-frontend/remote-data-ts/commit/1cf41ce)) |
51 |
| -* relax getMonoid dependencies to Semigroup instances instead of Monoid ([#21](https://github.com/devex-web-frontend/remote-data-ts/issues/21)) ([d7b060e](https://github.com/devex-web-frontend/remote-data-ts/commit/d7b060e)) |
| 52 | +* add io-ts type ([#19](https://github.com/devexperts/remote-data-ts/issues/19)) ([7d6785f](https://github.com/devexperts/remote-data-ts/commit/7d6785f)) |
| 53 | +* major update - Fail fast ap, TS/fp-ts/io-ts upgrade, Traversable2v, Bifunctor ([#28](https://github.com/devexperts/remote-data-ts/issues/28)) ([3955c17](https://github.com/devexperts/remote-data-ts/commit/3955c17)), closes [#26](https://github.com/devexperts/remote-data-ts/issues/26) |
| 54 | +* provide progress parameter via fold pending parameter ([#20](https://github.com/devexperts/remote-data-ts/issues/20)) ([1cf41ce](https://github.com/devexperts/remote-data-ts/commit/1cf41ce)) |
| 55 | +* relax getMonoid dependencies to Semigroup instances instead of Monoid ([#21](https://github.com/devexperts/remote-data-ts/issues/21)) ([d7b060e](https://github.com/devexperts/remote-data-ts/commit/d7b060e)) |
52 | 56 |
|
53 | 57 |
|
54 | 58 | ### BREAKING CHANGES
|
|
58 | 62 |
|
59 | 63 |
|
60 | 64 |
|
61 |
| -## [0.3.1](https://github.com/devex-web-frontend/remote-data-ts/compare/v0.3.0...v0.3.1) (2018-10-16) |
| 65 | +## [0.3.1](https://github.com/devexperts/remote-data-ts/compare/v0.3.0...v0.3.1) (2018-10-16) |
62 | 66 |
|
63 | 67 |
|
64 | 68 | ### Features
|
65 | 69 |
|
66 |
| -* Add toEither method ([#16](https://github.com/devex-web-frontend/remote-data-ts/issues/16)) ([a314bb5](https://github.com/devex-web-frontend/remote-data-ts/commit/a314bb5)) |
| 70 | +* Add toEither method ([#16](https://github.com/devexperts/remote-data-ts/issues/16)) ([a314bb5](https://github.com/devexperts/remote-data-ts/commit/a314bb5)) |
67 | 71 |
|
68 | 72 |
|
69 | 73 |
|
70 |
| -# [0.3.0](https://github.com/devex-web-frontend/remote-data-ts/compare/0.2.0...v0.3.0) (2018-09-25) |
| 74 | +# [0.3.0](https://github.com/devexperts/remote-data-ts/compare/0.2.0...v0.3.0) (2018-09-25) |
71 | 75 |
|
72 | 76 |
|
73 | 77 | ### Features
|
74 | 78 |
|
75 |
| -* add "recover" method ([27d5591](https://github.com/devex-web-frontend/remote-data-ts/commit/27d5591)), closes [#12](https://github.com/devex-web-frontend/remote-data-ts/issues/12) |
76 |
| -* Add progress to RemotePending ([4c89823](https://github.com/devex-web-frontend/remote-data-ts/commit/4c89823)), closes [#9](https://github.com/devex-web-frontend/remote-data-ts/issues/9) |
77 |
| -* update to [email protected], [email protected] + implement Monoidal ( [d9a4a09 ](https://github.com/devex-web-frontend/remote-data-ts/commit/d9a4a09)) |
| 79 | +* add "recover" method ([27d5591](https://github.com/devexperts/remote-data-ts/commit/27d5591)), closes [#12](https://github.com/devexperts/remote-data-ts/issues/12) |
| 80 | +* Add progress to RemotePending ([4c89823](https://github.com/devexperts/remote-data-ts/commit/4c89823)), closes [#9](https://github.com/devexperts/remote-data-ts/issues/9) |
| 81 | +* update to [email protected], [email protected] + implement Monoidal ( [d9a4a09 ](https://github.com/devexperts/remote-data-ts/commit/d9a4a09)) |
78 | 82 |
|
79 | 83 |
|
80 | 84 |
|
|
0 commit comments