From 8200ef8f1c49993f50c1295c7bc201ead818ee48 Mon Sep 17 00:00:00 2001 From: Kirill Agalakov Date: Tue, 25 Sep 2018 17:35:46 +0300 Subject: [PATCH] 0.3.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4bfc7e8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ + +# [0.3.0](https://github.com/devex-web-frontend/remote-data-ts/compare/0.2.0...0.3.0) (2018-09-25) + + +### Features + +* add "recover" method ([26eb849](https://github.com/devex-web-frontend/remote-data-ts/commit/26eb849)), closes [#12](https://github.com/devex-web-frontend/remote-data-ts/issues/12) +* add "recover" method // fix tslint ([2142366](https://github.com/devex-web-frontend/remote-data-ts/commit/2142366)) +* Add progress to RemotePending ([15ebe9f](https://github.com/devex-web-frontend/remote-data-ts/commit/15ebe9f)), closes [#9](https://github.com/devex-web-frontend/remote-data-ts/issues/9) +* Add progress to RemotePending // fix ap for RemoteFailure and RemoteSuccess ([4b727e5](https://github.com/devex-web-frontend/remote-data-ts/commit/4b727e5)) +* Add progress to RemotePending // fix linter ([dbd2d7c](https://github.com/devex-web-frontend/remote-data-ts/commit/dbd2d7c)) +* Add progress to RemotePending // postreview ([b195ef8](https://github.com/devex-web-frontend/remote-data-ts/commit/b195ef8)) +* Add progress to RemotePending // update getSemigroup ([9208e98](https://github.com/devex-web-frontend/remote-data-ts/commit/9208e98)) +* update to TS@2.8.1, fp-ts@1.2.0 + implement Monoidal ([d9a4a09](https://github.com/devex-web-frontend/remote-data-ts/commit/d9a4a09)) + + + + +# 0.2.0 (2018-03-20) + + + diff --git a/package-lock.json b/package-lock.json index 8257312..5526505 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@devexperts/remote-data-ts", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 05d3b25..961203b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devexperts/remote-data-ts", - "version": "0.2.0", + "version": "0.3.0", "main": "dist/remote-data.js", "typings": "dist/remote-data.d.ts", "scripts": {