Skip to content

Commit c847b0f

Browse files
author
Anton Sutarmin
committed
2.0.5
1 parent d394fdb commit c847b0f

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.0.5](https://github.com/devexperts/remote-data-ts/compare/v2.0.4...v2.0.5) (2021-02-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Correct `RemoteDataT3` constrant for `M` (`URIS4` -> `URIS3`) ([f81f3b8](https://github.com/devexperts/remote-data-ts/commit/f81f3b8d819bd0642ba00beebbe19e938e97a3fc))
7+
8+
9+
### Features
10+
11+
* add Fold 3 ([#53](https://github.com/devexperts/remote-data-ts/issues/53)) ([5c26c11](https://github.com/devexperts/remote-data-ts/commit/5c26c110456e9431db1f34c8440b7ddc58013333)), closes [#30](https://github.com/devexperts/remote-data-ts/issues/30)
12+
13+
14+
115
## [2.0.4](https://github.com/devexperts/remote-data-ts/compare/v2.0.3...v2.0.4) (2020-08-11)
216

317

@@ -16,11 +30,7 @@
1630

1731

1832

19-
## [2.0.2](https://github.com/devexperts/remote-data-ts/compare/v2.0.1...v2.0.2) (2020-01-17)
20-
21-
22-
23-
## [2.0.1](https://github.com/devexperts/remote-data-ts/compare/v2.0.0...v2.0.1) (2019-12-03)
33+
## [2.0.2](https://github.com/devexperts/remote-data-ts/compare/v2.0.0...v2.0.2) (2020-01-17)
2434

2535

2636

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.4",
3+
"version": "2.0.5",
44
"main": "dist/index.js",
55
"module": "es6/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)