All Versions
23
Latest Version
Avg Release Cycle
103 days
Latest Release
769 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.5.0 Changes
November 14, 2015Implemented enhancements:
- β Add nullability annotations to header files #161
Closed issues:
- Generics not detected in framework code #191
π Merged pull requests:
- Bolts 1.5.0 π© #199 (nlutsenko)
- π Improve BFTask.continue return type when used with generics. #198 (nlutsenko)
- π Changed
-defaultExecutor
's dispatch policy to check stack space. #197 (richardjrossiii) - β Add explicit target dependencies to all tests. #190 (nlutsenko)
- β‘οΈ Update README.md #189 (peymano)
- π Recreate Bolts-iOS target to unbreak building via subproject reference. #188 (nlutsenko)
- π Improve performance, memory usage for tasks that are created with result/error/exception/cancelled. #187 (nlutsenko)
- β Make tvOS tests run in Travis-CI. #186 (nlutsenko)
- π Fix TaskTests.testDescription #185 (nlutsenko)
- Simplify settings properties on a Task from TaskCompletionSource. #184 (nlutsenko)
- π Fix warning in BFWebViewAppLinkResolver.m. #183 (nlutsenko)
- π Fixed potential memory corruption on accessing a description of a task. #182 (nlutsenko)
- π Improve performance of task constructors. #181 (nlutsenko)
- Enable Xcode code coverage for all schemes. #180 (nlutsenko)
- β Added nullability annotations to Bolts Tasks. #162 (nlutsenko)
-
v1.4.0 Changes
October 23, 2015Closed issues:
- π tvos support in V1.3.0? #163
π Merged pull requests:
- Bolts 1.4.0 π© #177 (nlutsenko)
- β‘οΈ Update xctoolchain to latest. #176 (nlutsenko)
- β Add tvOS SDK to deployment packages. #175 (nlutsenko)
- β Add tvOS to the list of supported platforms in podspec. #174 (nlutsenko)
- Enable bitcode for iOS 9.1 SDK. #173 (nlutsenko)
- β Make Travis-CI run using Xcode7.1 and run tvOS tests. #172 (nlutsenko)
- β‘οΈ Update all projects/schemes for Xcode 7.1 #171 (nlutsenko)
- π Fix all new warnings, use modular imports in tests. #170 (nlutsenko)
- Up the minimum required OS version to 6.0, 10.8. #169 (nlutsenko)
- π Fix build of tvOS framework. #167 (nlutsenko)
- β
[scripts] Have
test
paths match execution paths #166 (modocache) - Unify schemes and targets names. #165 (nlutsenko)
- π§ Use configurations from xctoolchain. #164 (nlutsenko)
-
v1.3.0 Changes
September 23, 2015Implemented enhancements:
- π linker command failed with exit code 1 when bitcode enabled #153
Closed issues:
- π watchOS 2 Support #155
π Merged pull requests:
- Bolts 1.3.0 #160 (nlutsenko)
- β Add watchOS 2 to deployment. #159 (nlutsenko)
- β Added watchOS2 support for Bolts pod. #158 (nlutsenko)
- β Added watchOS 2 target. #157 (nlutsenko)
- β‘οΈ Update schemes for Xcode 7. #156 (nlutsenko)
- π Fix warnings when compiling for iOS 9. #154 (nlutsenko)
- π Use code coverage from CodeCov. #151 (nlutsenko)
- β Added tvOS build target #150 (richardjrossiii)
- π Use only Xcode 7 for Travis-CI. #149 (nlutsenko)
- π Fixed undefined behavior caused by casting block types. #147 (richardjrossiii)
-
v1.2.2 Changes
September 10, 2015π Fixed bugs:
- BFIncludeStatusBarInSizeAlways never includes the status bar in the size #110
- BFURL crash on initialization when target_url is null #114
Closed issues:
- π» forCompletionOfAllTasksWithResults: exception 'Cannot set the result on a completed task.' #140
π Merged pull requests:
- β‘οΈ Update the bolts version define to 1.2.2 #148 (nlutsenko)
- π Fixed handling of BFIncludeStatusBarInSizeAlways #129 (widescape)
- β‘οΈ Update bitcode flag resolution for Xcode 7 GM. #146 (nlutsenko)
- Bolts 1.2.2 #145 (nlutsenko)
- π Fixed packaging placing a framework inside a framework. #144 (nlutsenko)
- Enable Xcode 7 code coverage. #143 (nlutsenko)
- β Add bitcode support to precompiled frameworks on iOS 9. #142 (nlutsenko)
- β‘οΈ Update xcodeproj to use Configuration Files. #139 (nlutsenko)
- β Add test runs on Xcode 7. #137 (nlutsenko)
- β Add backward compatible Obj-C Generic support for Tasks. #136 (nlutsenko)
- β Removed precompiled prefix header from all targets. #133 (nlutsenko)
- π Fixed crash when creating a BFURL when target_url is null. #128 (nlutsenko)
-
v1.2.1 Changes
August 26, 2015Implemented enhancements:
- 2 issues in iOS 9 #126
Closed issues:
- El CafΓ© Nadaista - Un CafΓ© de la Muerte con sabor a Colombia #123
- Tasks not chaining properly #116
- Issue when chaining BFTasks created from Swift #111
- fetchAsync example no longer valid #107
- β‘οΈ Update podspec to include "cancellation" commit #98
π Merged pull requests:
- Bolts 1.2.1 #131 (nlutsenko)
- π Fix command line build scripts when bolts is contained in paths with spaces. #130 (nlutsenko)
- π Fixed deprecations in iOS 9 that cause warnings. #127 (nlutsenko)
- π Build only master for pushes on Travis-CI. #125 (nlutsenko)
- β‘οΈ Updated README to use new method signature. #124 (nlutsenko)
- spelling #121 (Coeur)
- β Remove the need to check canOpenURL and just use openURL instead. #120 (mingflifb)
- β Add more tests, remove dead code to improve code coverage. #119 (nlutsenko)
- β‘οΈ Update and parallelize Travis-CI. #118 (nlutsenko)
- π Fixed never completed task if continuation returns a task and cancellation was requested. #106 (nlutsenko)
-
v1.2.0 Changes
June 04, 2015Closed issues:
- Avoid using unavailable APIs when linking against app extension targets. #80
π Merged pull requests:
- π Release 1.2.0 #104 (nlutsenko)
- π Fixing warning with Appcode #103 (Coeur)
- π Lint all the things! #101 (nlutsenko)
- β‘οΈ Update travis configuration to get better last coverage reports. #100 (nlutsenko)
- Generate coverage reports using Coveralls. #99 (nlutsenko)
- π Fix: use 'completed' accessor instead of 'isCompleted' #97 (BrunoBerisso)
- π Fixing a typo in a comment #96 (richardgroves)
- β Add Task Cancellation #89 (josephearl)
- Avoid unnecessary call to βcontinueWithBlock:β when a task is completed #57 (BrunoBerisso)
-
v1.1.5 Changes
April 22, 2015Closed issues:
- Cancellation trumps error in -[BFTask taskForCompletionOfAllTasks:] #87
- BFTask cancellation #86
- Nice to Have: Cocoapods Subspecs #60
π Merged pull requests:
- π Release 1.1.5 #95 (ghost)
- Split AppLinks and Tasks into separate subspecs. #94 (ghost)
- π Fix State Priority Bug #87 #93 (josephearl)
- Cleanup code and improve subclassing for BFTask, BFExecutor, BFTaskCompletionSource. #92 (ghost)
- β‘οΈ Update Patent Grant and License #91 (ghost)
- π Fixed warnings on clang modulemaps and potentially no module map in release configuration. #90 (ghost)
- π Fix up the app link return to referer view/controller #88 (toddkrabach)
-
v1.1.4 Changes
March 03, 2015Closed issues:
- π· Errors with Bolts-Pod when using Facbook-iOS-SDK on CI Server #79
- NSError cannot be used as a boolean #73
- [Crash] on iPhone 4 iOS 7.0.4 FYI #72
- Missing tag v1.1.0 #69
- Attempt to read non existent folder #66
- Codesign OSX10.9.5 #65
- Completed set before the task has actually completed #58
- π Use NSProgress for progress info and cancellation token #42
- Not compatible with UISearchDisplayController #35
- β Add 'isFaulted' property to BFTask - keep in line with Android #33
- Small hitTargets of BFAppLinkRefererView... #29
- Provide a result for taskForCompletionOfAllTasks #23
- β For asynch parse operations when testing - waitUntilFinished hangs indefinitely #19
- How to re-throw exceptions? #16
π Merged pull requests:
- π Release 1.1.4 #85 (ghost)
- π Make BFTaskErrorDomain, BFTaskMultipleExceptionsException public. #84 (ghost)
- β Add podspec linting to Travis-CI. #83 (ghost)
- Convert static library target to iOS Static Framework. #82 (ghost)
- β Enable more pedantic warnings and fix them. #81 (ghost)
- π Better -(NSString*)description for BFTask #78 (josephearl)
- Increase Size of Hit Targets on BFAppLinkRefererView #77 (josephearl)
- β Add taskForCompletionOfAllTasksWithResults and faulted property #76 (josephearl)
- π Fixed Swift syntax in Readme. #75 (ghost)
- π Fix minor typo in Readme.md #70 (alexshepard)
- π fixed incorrect string syntax #68 (revolter)
-
v1.1.3 Changes
October 09, 2014π Merged pull requests:
-
v1.1.2 Changes
August 21, 2014Closed issues:
- π Custom URL Schemes not supported in [BFAppLinkNavigation navigateToURLInBackground:url] #47
- Prevent duplicate tasks #40
- How to stop BFTask Chain οΌ #39
- navigateToURLInBackground returns NSURLErrorDomain - code 1002 #30
π Merged pull requests:
- Applink Events #56 (agener917)
- β Added Swift versions of most examples. #55 (gfosco)
- π Fixed potential crash in BFAppLinkReturnToRefererController when it is initialized without navigation controller. #54 (ghost)
- π Fixed documentation in the common parts of Bolts. #51 (ghost)
- β Added badges for CI/CocoaPods/License/Dependencies/References. #48 (ghost)