Skip to content

Releases: manicmaniac/ApolloDeveloperKit

0.15.0

26 Sep 15:12
4650f6c
Compare
Choose a tag to compare

Improvements

Bugfix

  • Fix compilation error in macOS example app(#267)

0.14.1

06 Sep 14:53
ebd32a6
Compare
Choose a tag to compare

Improvements

  • Support Apollo 0.32.x (#251)

0.14.0

29 Aug 18:52
cf908c9
Compare
Choose a tag to compare

Improvements

  • Support Apollo 0.31.x (#227)

0.13.0

19 Jul 12:48
4b37221
Compare
Choose a tag to compare

Improvements

  • Support Apollo 0.29.x and 0.30.x (#210, #211)
    • BREAKING: Drop support for Apollo 0.28.x or below
    • BREAKING: Drop support for Swift 4.x
    • BREAKING: Drop support for CocoaPods 1.6.x or below
  • Resolve warnings in Xcode 11.5 (#216)

0.12.0

19 Jul 10:42
Compare
Choose a tag to compare

Improvements

  • Supports Apollo 0.27.x (#207)

0.11.0

23 Apr 12:08
0b4d52e
Compare
Choose a tag to compare

Improvements

  • Fully CFNetwork based web server implementation (#187, #188)
  • Add background processing example (#190)
  • Name background task for better debugging experience (#191)
  • Better error reporting (#192, #193)
  • Detect primary IP address more precisely (#194)
  • Support Apollo 0.24.x, 0.25.x, 0.26.x (#196 #200 #201)
    • BREAKING: Drop support for Apollo 0.23.x or below (#197)

0.10.0

23 Feb 04:52
8ce8e5d
Compare
Choose a tag to compare

Improvements

  • Supports Apollo 0.23.x (#185)

0.9.0

15 Feb 16:20
55494a4
Compare
Choose a tag to compare

Improvements

  • Supports Apollo 0.22.x (#181)

0.8.0

02 Feb 05:12
13035e5
Compare
Choose a tag to compare

Improvements

  • BREAKING: ApolloDebugServer.start(port:) now throws POSIXError instead of HTTPServerError.
    • By this change, you can obtain a more detailed error description from POSIXError.localizedDescription.
    • This change doesn't affect on ApolloDebugServer.start(randomPortsIn:).

0.7.4

25 Jan 14:31
eea9c36
Compare
Choose a tag to compare

Improvements

  • Supports Apollo 0.21.x (#166)