forked from Alamofire/AlamofireImage
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swift4.2 #2
Open
sunchangtan
wants to merge
76
commits into
sunchangtan:master
Choose a base branch
from
Alamofire:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
swift4.2 #2
Conversation
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
* Updates for notification changes. * Update for UIControl.State change. * Update for CoreImage API changes. * Fixes for UIView.AnimationOptions changes. * Update for UIImage.pngData(). * Fix macOS builds not finding Alamofire, update file version. * Update Alamofire checkout. * Fix open let warnings. * Fix another test. * Update environment. * Update sample app for Swift 4.2.
* Update to require Alamofire 4.8. * Update Ruby. * Update Travis config. * Enable thread sanitizer, code coverage. * Disable resize tests on tvOS for now. * Update podspec. * Update CHANGELOG. * Update Jazzy docs.
* Prep for 3.5.1 release. * Update gems. * Update Jazzy docs. * Fix markdown indentation.
* Version to 3.5.2. * Update Docs.
* Updated AFI to AF5 and Swift 5 * Updated to Alamofire 5.0.0-beta.4 and removed non-swift 5 logic handling * Removed unsupported os versions from travis yml file * Updated SPM package to require AF 5.0.0-beta.4 and removed 4.2 support * Simplified session and configuration initialization in ImageDownloader
* Bumped the version to 4.0.0-beta.1 * Removed broken package file for 4.2 and removed swift-version file * Updated jazzy docs for AFI 4.0.0-beta.1 release * Added release notes to the CHANGELOG for the 4.0.0-beta.1 release
* Updated Alamofire dependency and submodule to 5.0.0-beta.5 * Fixed compiler error where headers property was refactored in beta 5
* Added release notes to the CHANGELOG and bumped version to 4.0.0-beta.2 * Updated jazzy docs for 4.0.0-beta.2 release
* Updated Alamofire dependency to 5.0.0-beta.6 * Added release notes to CHANGELOG and bumped version to 4.0.0-beta.3 * Regenerated jazzy docs for release
* Updated Alamofire submodule and pod dependency to 5.0.0-beta.7 * Fixed several issues related to async task creation in ImageDownloader
* Updated gems to their latest versions * Bumped the version and added release notes to the CHANGELOG * Updated the jazzy docs
* Update dependencies to RC1. * Start updating types. * Version to RC2.
* added support for Project Catalyst, running on macOS * added memory and disk Capacity * Updated URLCache init with macOS10.15/iOS13 beta7 * introduced constants to store common data * go with approach 2 * added macOS support
* Update to beta 5. * Update Jazzy docs.
* Updated the README and added 4.0 migration guide * Fixed Carthage installation instructions Co-Authored-By: Jon Shier <[email protected]> Co-authored-by: Jon Shier <[email protected]>
* Add SwiftFormat, apply it. * Remove whitespace cleanup phase. * Update GitHub action. * Match Alamofire style.
* Added release notes to the CHANGELOG and bumped podspec * Regenerate jazzy docs for 4.0.0 release
* Version to 4.0.1. * Update Jazzy docs.
* Ignore Carthage directory, remove submodule. * Update CI to perform Carthage bootstrap.
* Version to 4.0.2. * Update Jazzy docs.
* Version to 4.0.3. * Update Jazzy docs.
* Update to Swift 5.1, update testing to Xcode 11.4. * Remove Catalyst testing, as Carthage doesnβt support it. * Sign to run locally for testing. * Update README. * Update package file. * Apply Xcode recommended changes. * Replace indent. * Use correct version.
* Version to 4.1.0. * Update Jazzy docs.
* Disable redirect tests. * Update CI to Xcode 11.6. Co-authored-by: Jon Shier <[email protected]>
* use accept header that is sorted * fix tests * fix UIButtonTest for this changes Co-authored-by: Junichiro Kasuya <[email protected]>
* Update project for Xcode 12. * Fix Carthage usage. * Update formatting. * Make default MIME types dynamic for OS versions. * Update GitHub CI. * Update iOS tests, formatting. * Disable WebP on tvOS. * Add newline. * Fix test for lower os versions. * Conditionalize WebP test. * Use Big Sur for macOS tests. * Guard at runtime. * Remove unnecessary availability. * Update to Xcode 12.4. * Update CI to 12.4. * Fix tvOS version. * Remove unnecessary guard.
* Refactor tests with Endpoint. * Increase stress tests. * Update actions to use Firewalk. * Test AFI on Catalyst. * Fix flaky tests. * Refactor test. * Fix test reliability on tvOS.
* Version to 4.2.0. * Update Jazzy docs.
Co-authored-by: Norton <[email protected]>
I have had reasons to access this list directly. Exposing a readonly getter should be safe for any use cases.
* Update all the things. * Refactor test support. * Formatting. * Fix CI. * More updates. * Fix AVIF, JXL support. * Formatting. * Gems. * Fix JXL test. * Fix scale in test file names. * Fix runners. * Revert to resolved v1. * Use workspace. * Test watchOS> * Disable some unsupported platforms. * Run on GH builder. * Remove watchOS testing target. * Make test more reliable. * More tolerance. * Even more tolerance. * Firebreak for latest.
* visionOS support. * Fix os warnings. * Package.resolved v1. * Update visionOS scheme. * Update formatting.
* Add open modifier for ImageResponseSerializer * Add open for func serialize
* Update CHANGELOG. * Match Alamofire default. * Update Gems. * Update version. * Update Jazzy docs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Link π
Goals β½
Implementation Details π§
Testing Details π