Skip to content

Releases: RobotsAndPencils/Astro

8.0.0

24 May 19:29
5b233b1
Compare
Choose a tag to compare

What's Changed

7.0.0

13 Feb 00:48
1c42360
Compare
Choose a tag to compare

What's Changed

6.0.0

25 Oct 21:23
6ae0da6
Compare
Choose a tag to compare

Swift 4.2 support

5.1.0

21 Mar 14:42
Compare
Choose a tag to compare

Fixes Xcode warnings for Xcode 9.2

5.0.0

23 Oct 16:19
Compare
Choose a tag to compare

This release updates the library to use Swift 4.0 with no functional changes.

Code Standards Updates

09 Aug 21:20
Compare
Choose a tag to compare

This is primarily a non-functional change to update Astro to the latest CocoaPods versions. It also adds in SwiftLint to the project to ensure a common set of code standards is followed on the project.

Changes include:

  • Some non-functional code edits to clear the SwiftLint warnings.
  • There was one small interface change for two global variable definitions in KeychainAccess so they start with a lower case letter in their name per the latest Swift standards. It may break for any projects that have referenced them but its a simple fix if it happens.

Remove networking subspec

07 Feb 00:52
Compare
Choose a tag to compare
4.0.0

Releasing version 4.0.0.

Swift 3 Support

28 Oct 22:41
Compare
Choose a tag to compare

Adds support for Swift 3. Upgraded as a major version revision as a couple breaking changes were required.

Rel-1.1.0 - Add network request notifications and logging

01 Sep 22:28
Compare
Choose a tag to compare

The motivation for this change was two-fold. First, client applications sometimes need to handle certain response codes (like 401 Unauthorized) in a generic fashion without having specify this handling at every request call-site. Second, to have an easy to log network request and response details.

Changes

  • Posts notifications for NetworkService requests and responses
  • Adds NetworkRequestLogger that observes the new notifications and logs details about the requests and responses
  • Documentation updates for most public facing functions

Release 1.0.0

22 Aug 22:32
Compare
Choose a tag to compare

Initial release