Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Changelog

## 2.2.1

### Fixes

- Fixed [#44](https://github.com/IronCoreLabs/FutureJS/issues/44).

## 2.2.0

### Additions

- made `Future` `Thenable`, so `await` can used with it and it can be chained with `Promises`. `await` will immediately kick off the `Future`, similarly to `engage`.
- made `Future` `Thenable`, so `await` can used with it and it can be chained with `Promises`. `await` will immediately kick off the `Future`, similarly to `engage`.

## 2.1.2

### Fixes

- fixed a bug in `Future.all` that prevented an empty array from ever resolving.
- fixed a bug in `Future.all` that prevented an empty array from ever resolving.