-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
68 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# [4.0.0](https://github.com/mxcl/PromiseKit/releases/tag/4.0.0) | ||
|
||
* Unreleased support for Swift 3.0 | ||
|
||
# [3.2.1](https://github.com/mxcl/PromiseKit/releases/tag/3.2.1) Jul 10th, 2016 | ||
|
||
* Critical fix for archiving projects using our NSNotificationCenter Swift extension | ||
* Additional fixes from the community | ||
|
||
# [3.2.0](https://github.com/mxcl/PromiseKit/releases/tag/3.2.0) May 20th, 2016 | ||
|
||
* A new EventKit category | ||
* Ability to change the global queue for promises | ||
* Ability to define a custom queue for `error` | ||
* Documentation and other various fixes | ||
|
||
# [3.1.1](https://github.com/mxcl/PromiseKit/releases/tag/3.1.1) Apr 6th, 2016 | ||
|
||
* Temporary aliases to disambiguate `error` the property and function | ||
* Fix for edge cases when dismissing a promised view controller | ||
* Various minor fixes | ||
|
||
# [3.1.0](https://github.com/mxcl/PromiseKit/releases/tag/3.1.0) Mar 26th, 2016 | ||
|
||
* Swift 2.2 support plus additional improvements from the community. | ||
|
||
# [3.0.3](https://github.com/mxcl/PromiseKit/releases/tag/3.0.3) Feb 29th, 2016 | ||
|
||
* AnyPromise bridging to NSString and objc BOOL plus additional improvements from the community. | ||
|
||
# [3.0.2](https://github.com/mxcl/PromiseKit/releases/tag/3.0.2) Jan 31st, 2016 | ||
|
||
* tvOS support | ||
|
||
# [3.0.1](https://github.com/mxcl/PromiseKit/releases/tag/3.0.1) Jan 14th, 2016 | ||
|
||
* Minor fixes and improvements from the community. | ||
|
||
# [3.0.0](https://github.com/mxcl/PromiseKit/releases/tag/3.0.0) Oct 1st, 2015 | ||
|
||
In Swift 2.0 catch and defer became reserved keywords mandating we rename our functions with these names. This forced a major semantic version change on PromiseKit and thus we took the opportunity to make other minor (source compatability breaking) improvements. | ||
|
||
Thus if you cannot afford to adapt to PromiseKit 3 but still want to use Xcode-7.0/Swift-2.0 we provide a minimal changes branch (Swift 2.2 version here) where catch and defer are renamed catch_ and defer_ and all other changes are the bare minimum to make PromiseKit 2 compile against Swift 2. | ||
|
||
If you still are using Xcode 6 and Swift 1.2 then use PromiseKit 2. | ||
|
||
# [2.0](https://github.com/mxcl/PromiseKit/releases/tag/2.0.0) May 14th, 2015 | ||
|
||
PromiseKit 2.0 is here enabling Objective-C and Swift promises in the same app and many other important and interesting additions | ||
|
||
# [1.5.0](https://github.com/mxcl/PromiseKit/releases/tag/1.5.0) | ||
|
||
Swift 1.2 support. Xcode 6.3 required. | ||
|
||
# [1.4.1](https://github.com/mxcl/PromiseKit/releases/tag/1.4.1) | ||
|
||
* Added a race() function to the Swift branch. | ||
* Improved the zalgoness of thenUnleashZalgo(). | ||
* Split the Swift CocoaPods out so it is completely modular like the objc version. | ||
|
||
# [1.4.0](https://github.com/mxcl/PromiseKit/releases/tag/1.4.0) | ||
|
||
Fixes abound. An additional set of features is a series of new constructors designed to make wrapping existing asynchronous systems easier. Check out promiseWithAdapter and company at cocoadocs.org | ||
|
||
# [1.3.1](https://github.com/mxcl/PromiseKit/releases/tag/1.3.1) | ||
The 1.3.1 tag has been pushed, but only for Carthage users. CocoaPods will skip this version most likely with a 1.3.2 release in the near future. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters