Skip to content

Commit

Permalink
Update readme for Swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolb committed Sep 16, 2017
1 parent 7d8dd58 commit 9712c49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FranticApparatus 6.0.0
# FranticApparatus
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

#### A thread safe, type safe, and memory safe [Promises/A+](https://promisesaplus.com) implementation for Swift 3
Expand Down Expand Up @@ -47,6 +47,9 @@ When the promise is fulfilled you will get an array of all the combined promised

See the Demo for examples of how to make promises to fetch a set of images over the network using promises and display them in a `UICollectionView`.

## Changes for 7.0.0
* Swift 4 support

## Changes for 6.1.0
* New functions `all`, `any`, and `race`, that can turn multiple parallel promises into one promise.

Expand Down

0 comments on commit 9712c49

Please sign in to comment.