Skip to content

Commit 3740d39

Browse files
committed
2.0.1
1 parent 118a645 commit 3740d39

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

CHANGELOG.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
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)
26

37

48
### Code Refactoring
59

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))
711

812

913
### feature
1014

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))
1317

1418

1519
### BREAKING CHANGES
@@ -21,34 +25,34 @@
2125

2226

2327

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)
2529

2630

2731
### Bug Fixes
2832

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)
3034

3135

3236
### Features
3337

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))
3539

3640

3741

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)
3943

4044

4145
### Bug Fixes
4246

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)
4448

4549

4650
### Features
4751

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))
5256

5357

5458
### BREAKING CHANGES
@@ -58,23 +62,23 @@
5862

5963

6064

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)
6266

6367

6468
### Features
6569

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))
6771

6872

6973

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)
7175

7276

7377
### Features
7478

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))
7882

7983

8084

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devexperts/remote-data-ts",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "dist/index.js",
55
"module": "es6/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)