Skip to content

Commit a3dd55e

Browse files
committed
2.1.0
1 parent 02b8f08 commit a3dd55e

File tree

3 files changed

+17
-22
lines changed

3 files changed

+17
-22
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1-
## [2.0.5](https://github.com/devexperts/remote-data-ts/compare/v2.0.4...v2.0.5) (2021-02-08)
1+
# [2.1.0](https://github.com/devexperts/remote-data-ts/compare/v2.0.4...v2.1.0) (2021-08-17)
2+
3+
4+
### Features
5+
6+
* 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)
7+
* Support for import without lib or es6 ([#65](https://github.com/devexperts/remote-data-ts/issues/65)) ([02b8f08](https://github.com/devexperts/remote-data-ts/commit/02b8f0891b0dcc2fafd42354e8755d51e55f9368))
8+
9+
10+
* Update constructors to receive all generics (#61) ([674a2ac](https://github.com/devexperts/remote-data-ts/commit/674a2ac3f5f09f73aab5d8192fca64acf041aec6)), closes [#61](https://github.com/devexperts/remote-data-ts/issues/61)
211

312

413
### Bug Fixes
514

615
* Correct `RemoteDataT3` constrant for `M` (`URIS4` -> `URIS3`) ([f81f3b8](https://github.com/devexperts/remote-data-ts/commit/f81f3b8d819bd0642ba00beebbe19e938e97a3fc))
716

817

9-
### Features
18+
### BREAKING CHANGES
1019

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)
20+
* generic parameters changed for `success` and `failure` constructors
1221

1322

1423

package-lock.json

Lines changed: 4 additions & 18 deletions
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.5",
3+
"version": "2.1.0",
44
"main": "dist/index.js",
55
"module": "es6/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)