Skip to content

Commit

Permalink
version 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Feb 11, 2020
1 parent d4d78f1 commit c5db504
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 106 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 0.6.4

- **New Feature**
- `Future`
- add `MonadTask` instance (@tetsuo)
- add `MonadThrow` instance (@tetsuo)
- add `fold` function (@tetsuo)
- add `pipeable` functions (@tetsuo)
- add `futurify` function (@tetsuo)

# 0.6.3

- **Bug Fix**
Expand Down
8 changes: 4 additions & 4 deletions docs/modules/ConcurrentFuture.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Added in v0.5.0
<h2 class="text-delta">Table of contents</h2>

- [URI (type alias)](#uri-type-alias)
- [URI (constant)](#uri-constant)
- [concurrentFuture (constant)](#concurrentfuture-constant)
- [URI](#uri)
- [concurrentFuture](#concurrentfuture)

---

Expand All @@ -28,7 +28,7 @@ export type URI = typeof URI
Added in v0.5.0
# URI (constant)
# URI
**Signature**
Expand All @@ -38,7 +38,7 @@ export const URI: "Fluture/ConcurrentFuture" = ...

Added in v0.5.0

# concurrentFuture (constant)
# concurrentFuture

**Signature**

Expand Down
Loading

0 comments on commit c5db504

Please sign in to comment.