Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Sep 25, 2018
1 parent 93d1804 commit 8200ef8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<a name="0.3.0"></a>
# [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))



<a name="0.2.0"></a>
# 0.2.0 (2018-03-20)



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8200ef8

Please sign in to comment.