Skip to content

Commit

Permalink
add build in ES6 format
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jan 12, 2020
1 parent 824362f commit 036d260
Show file tree
Hide file tree
Showing 14 changed files with 393 additions and 1,277 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.log
node_modules
lib
es6
dev
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
**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.1

- **New Feature**
- add build in ES6 format (@gcanti)

# 0.6.0

- **Breaking Change**
Expand Down
6 changes: 5 additions & 1 deletion docs/modules/ConcurrentFuture.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ nav_order: 1
parent: Modules
---

# ConcurrentFuture overview

Added in v0.5.0

---

<h2 class="text-delta">Table of contents</h2>
Expand All @@ -29,7 +33,7 @@ Added in v0.5.0
**Signature**
```ts
export const URI = ...
export const URI: "Fluture/ConcurrentFuture" = ...
```

Added in v0.5.0
Expand Down
6 changes: 5 additions & 1 deletion docs/modules/Future.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ nav_order: 2
parent: Modules
---

# Future overview

Added in v0.5.0

---

<h2 class="text-delta">Table of contents</h2>
Expand All @@ -29,7 +33,7 @@ Added in v0.5.0
**Signature**
```ts
export const URI = ...
export const URI: "Fluture/Future" = ...
```

Added in v0.5.0
Expand Down
8 changes: 6 additions & 2 deletions docs/modules/index.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ nav_order: 3
parent: Modules
---

# index overview

Added in v0.5.0

---

<h2 class="text-delta">Table of contents</h2>
Expand All @@ -20,7 +24,7 @@ Exports the whole `ConcurrentFuture.ts` module
**Signature**

```ts
export { concurrentFuture }
typeof concurrentFuture
```

Added in v0.5.0
Expand All @@ -32,7 +36,7 @@ Exports the whole `Future.ts` module
**Signature**

```ts
export { future }
typeof future
```

Added in v0.5.0
Loading

0 comments on commit 036d260

Please sign in to comment.