Skip to content

Commit 8200ef8

Browse files
committed
0.3.0
1 parent 93d1804 commit 8200ef8

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<a name="0.3.0"></a>
2+
# [0.3.0](https://github.com/devex-web-frontend/remote-data-ts/compare/0.2.0...0.3.0) (2018-09-25)
3+
4+
5+
### Features
6+
7+
* 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)
8+
* add "recover" method // fix tslint ([2142366](https://github.com/devex-web-frontend/remote-data-ts/commit/2142366))
9+
* 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)
10+
* Add progress to RemotePending // fix ap for RemoteFailure and RemoteSuccess ([4b727e5](https://github.com/devex-web-frontend/remote-data-ts/commit/4b727e5))
11+
* Add progress to RemotePending // fix linter ([dbd2d7c](https://github.com/devex-web-frontend/remote-data-ts/commit/dbd2d7c))
12+
* Add progress to RemotePending // postreview ([b195ef8](https://github.com/devex-web-frontend/remote-data-ts/commit/b195ef8))
13+
* Add progress to RemotePending // update getSemigroup ([9208e98](https://github.com/devex-web-frontend/remote-data-ts/commit/9208e98))
14+
* update to [email protected], [email protected] + implement Monoidal ([d9a4a09](https://github.com/devex-web-frontend/remote-data-ts/commit/d9a4a09))
15+
16+
17+
18+
<a name="0.2.0"></a>
19+
# 0.2.0 (2018-03-20)
20+
21+
22+

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": "0.2.0",
3+
"version": "0.3.0",
44
"main": "dist/remote-data.js",
55
"typings": "dist/remote-data.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)