Christian Noon
|
913f98a4f0
Bumped deployment targets to iOS 9.0, macOS 10.11, tvOS 9.0 and watchOS 2.0.
|
9 年之前 |
Christian Noon
|
607ad25ed1
Removed excess whitespace from Swift files using Cleanup Whitespace target.
|
9 年之前 |
Jon Shier
|
f55bdf7a96
Updates for beta 3. Convert iOS Example to Swift 3 explicitly.
|
9 年之前 |
Jon Shier
|
fcb4829a78
Update for Xcode 8 beta 2.
|
9 年之前 |
Kevin Harwood
|
eb0923ec6e
Initial Swift 3 Migration
|
9 年之前 |
Christian Noon
|
2501fc92ea
Updated copyright headers to use two spaces and padding above and below.
|
9 年之前 |
Christian Noon
|
c51d32c35d
Updated dash in copyright headers to use U+002D dash instead of U+2013.
|
9 年之前 |
Christian Noon
|
3f7aff199e
Swapped concurrent queue for custom serial queue to improve reliability.
|
9 年之前 |
Christian Noon
|
2ee092aeb3
Updated cache test check for no store header to use availability checks.
|
9 年之前 |
Christian Noon
|
09c18a033c
Now clearing out the requests and timestamps between cache tests.
|
9 年之前 |
Christian Noon
|
34a6337b66
Bumped up the cache test wait time for priming the cache to help stabilize CI.
|
9 年之前 |
Christian Noon
|
5a289a4cc0
Bumped cache test case setup delay to 2 seconds to attempt to stabilize CI.
|
9 年之前 |
Christian Noon
|
c54aa1932d
Updated the copyright years for the license across all project files.
|
10 年之前 |
Christian Noon
|
c634f6067f
Refactored defaultTimeout to timeout and switched from 10 to 30 seconds.
|
10 年之前 |
Christian Noon
|
88ca2a248e
Added external parameter name for queue in the response method.
|
10 年之前 |
Christian Noon
|
d58446edf8
Refactored response validation and serialization to leverage result types.
|
10 年之前 |
Christian Noon
|
9f4d987873
Added guard to timestamp to avoid crashing the test suite.
|
10 年之前 |
Christian Noon
|
eac5d7643b
Converted all HTTP requests to HTTPS requests to better align with ATS.
|
10 年之前 |
Christian Noon
|
78f155d8f8
Merge branch 'master' into port/migrating_1.3.0_to_swift_2.0
|
10 年之前 |
Christian Noon
|
367a04eeec
Removed unnecessary calls to self throughout source, test and example logic.
|
10 年之前 |
Christian Noon
|
16920d17dd
Updated test suite to accommodate new generic response serialization logic.
|
10 年之前 |
Christian Noon
|
fd71afb3a0
Merge branch 'master' into swift-2.0
|
10 年之前 |
Christian Noon
|
d3afcca4f6
Updated cache tests to pass on all OS's including iOS 8.1 and 8.2.
|
10 年之前 |
Christian Noon
|
414fd980b2
Refactored frameworks, tests and example app to compile against Swift 2.0.
|
10 年之前 |
Christian Noon
|
7d3cc25d26
Removed all os checks as they proved to be unnecessary.
|
10 年之前 |
Christian Noon
|
46f264fbfd
Refactored the cache tests to be faster and easier to understand.
|
10 年之前 |
Christian Noon
|
11d30611c0
Added tests for various Cache-Control headers with different request cache policies.
|
10 年之前 |