Skip to content

Releases: manicmaniac/ApolloDeveloperKit

0.7.3

26 Nov 01:49
37db856
Compare
Choose a tag to compare

Bugfix

  • Fix that console redirection doesn't recognize newlines (#160)

0.7.2

21 Nov 00:43
d9a0a78
Compare
Choose a tag to compare

Improvements

  • Supports Apollo 0.20.x (#158)

0.7.1

20 Nov 02:49
5e8dd68
Compare
Choose a tag to compare

Bugfix

  • Avoid crash when Apollo caches an array or a dictionary (#156)
  • Fix leak of file descriptors when multiple servers enable console redirection (#153)

0.7.0

15 Nov 02:44
fc24cab
Compare
Choose a tag to compare

New Feature

  • Support macOS (#148)
  • Added macOS example app (#150)

0.6.0

08 Nov 03:59
dfc1913
Compare
Choose a tag to compare

New Feature

Improvements

  • The number of maximum connections upgrade from 16 to 256 (#127)
  • Add Swift 5.1 compliance (currently ApolloDeveloperKit can be built with Swift 4.0 - 5.1) (#122)

0.5.0

02 Nov 08:05
3fffc1b
Compare
Choose a tag to compare

Improvements

  • Use more strict access modifiers (#117)
  • Update documents (#119)

0.4.4

30 Oct 11:02
ee18ec2
Compare
Choose a tag to compare

Improvements

  • Supports Apollo 0.19.x (#110)

0.4.3

26 Oct 16:32
3918eb7
Compare
Choose a tag to compare

Improvements

  • Supports Apollo 0.18.x (#108)

0.4.2

17 Oct 20:19
7988cd5
Compare
Choose a tag to compare

Improvements

  • Supports Apollo 0.17.x (#104)
  • Add favicon (#101)
  • Quit using multiple threads for Server-Sent Events (#100)

0.4.1

01 Oct 01:43
fadc83b
Compare
Choose a tag to compare

Improvements

  • Add ability to start server at random port (#99)
  • Support Apollo 0.16.x (#95)
  • Support Apollo 10.x and 11.x with Swift 5 (#91)

Bugfix

  • Fix to notify after cache is modified (#89)