Skip to content

Releases: PromiseKit/PMKAlamofire

5.0.1

29 Feb 15:54
Compare
Choose a tag to compare

Fixes builds with Xcode 15.

This increases the iPhone deployment target and thus really should be a major bump, but in reality I think this would just irritate everybody.

Sorry SemVer.

5.0.0 (PromiseKit 8)

08 Feb 15:38
cd2c1b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...5.0.0

4.0.0

28 Feb 14:06
e1791b8
Compare
Choose a tag to compare

Alamofire 5

3.2.4

06 Apr 20:19
15a5ab2
Compare
Choose a tag to compare

Warnings removal for Carthage on 10.2

3.2.3

28 Mar 02:11
82a696c
Compare
Choose a tag to compare
Merge pull request #38 from PromiseKit/fix-carthage

Carthage bumped to Swift 4.0

3.2.2

28 Dec 00:13
4782eba
Compare
Choose a tag to compare
Test SwiftPM with Travis (#34)

3.2.1

05 Mar 15:05
Compare
Choose a tag to compare
`responseDecodable(decoding: Foo.self)`

Since otherwise type has to be inferred from the chain, which leads to weird compile errors.

1.0.5: Merge pull request #8 from larrynatalicio/download-extension

03 Dec 23:12
Compare
Choose a tag to compare

1.0.4: Merge pull request #9 from broadwaylamb/patch-1

02 Dec 23:47
Compare
Choose a tag to compare

1.0.3: Merge pull request #3 from thomaspaulmann/patch-1

15 Oct 18:50
Compare
Choose a tag to compare
Handle error before unwrapping request data