-
Notifications
You must be signed in to change notification settings - Fork 124
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
4 changed files
with
50 additions
and
3 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,3 @@ | ||
issues=true | ||
issues-wo-labels=false | ||
exclude_labels=duplicate,question,wontfix,discussion,needs more info,backend,cocoapods,off topic,product usage |
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
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,44 @@ | ||
# Change Log | ||
|
||
## [1.1.0](https://github.com/BoltsFramework/Bolts-Swift/tree/1.1.0) (2016-05-03) | ||
[Full Changelog](https://github.com/BoltsFramework/Bolts-Swift/compare/1.0.1...1.1.0) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Add ability to throw errors in all Task continuations that return a Task. [\#14](https://github.com/BoltsFramework/Bolts-Swift/pull/14) ([nlutsenko](https://github.com/nlutsenko)) | ||
- Improve and add missing documentation. [\#10](https://github.com/BoltsFramework/Bolts-Swift/pull/10) ([nlutsenko](https://github.com/nlutsenko)) | ||
|
||
**Fixed bugs:** | ||
|
||
- Fix usage of CancelledError, add tests for error handling inside tasks. [\#13](https://github.com/BoltsFramework/Bolts-Swift/pull/13) ([nlutsenko](https://github.com/nlutsenko)) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add more tests and fix documentation. [\#12](https://github.com/BoltsFramework/Bolts-Swift/pull/12) ([nlutsenko](https://github.com/nlutsenko)) | ||
- Use Xcode 7.3 for Travis-CI. [\#11](https://github.com/BoltsFramework/Bolts-Swift/pull/11) ([nlutsenko](https://github.com/nlutsenko)) | ||
|
||
## [1.0.1](https://github.com/BoltsFramework/Bolts-Swift/tree/1.0.1) (2016-03-24) | ||
[Full Changelog](https://github.com/BoltsFramework/Bolts-Swift/compare/1.0.0...1.0.1) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Make tests less flaky and be able to run under Swift 2.2/Xcode 7.3. [\#1](https://github.com/BoltsFramework/Bolts-Swift/pull/1) ([nlutsenko](https://github.com/nlutsenko)) | ||
|
||
**Fixed bugs:** | ||
|
||
- Task never completes [\#5](https://github.com/BoltsFramework/Bolts-Swift/issues/5) | ||
- Fix optimized away TaskCompletionSource non-try methods. [\#7](https://github.com/BoltsFramework/Bolts-Swift/pull/7) ([nlutsenko](https://github.com/nlutsenko)) | ||
|
||
**Merged pull requests:** | ||
|
||
- Bolts 1.0.1 🔩 [\#9](https://github.com/BoltsFramework/Bolts-Swift/pull/9) ([nlutsenko](https://github.com/nlutsenko)) | ||
- Add tests for release configuration in addition to Debug one. [\#8](https://github.com/BoltsFramework/Bolts-Swift/pull/8) ([nlutsenko](https://github.com/nlutsenko)) | ||
- Use common expectation wait method in tests. [\#6](https://github.com/BoltsFramework/Bolts-Swift/pull/6) ([nlutsenko](https://github.com/nlutsenko)) | ||
- README: Fix syntax in example code. [\#4](https://github.com/BoltsFramework/Bolts-Swift/pull/4) ([Lukas-Stuehrk](https://github.com/Lukas-Stuehrk)) | ||
- Fix typo in README. [\#3](https://github.com/BoltsFramework/Bolts-Swift/pull/3) ([Lukas-Stuehrk](https://github.com/Lukas-Stuehrk)) | ||
- Fix typos in README [\#2](https://github.com/BoltsFramework/Bolts-Swift/pull/2) ([richardjrossiii](https://github.com/richardjrossiii)) | ||
|
||
## [1.0.0](https://github.com/BoltsFramework/Bolts-Swift/tree/1.0.0) (2016-03-17) | ||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
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