Releases: RobotsAndPencils/Astro
Releases · RobotsAndPencils/Astro
8.0.0
What's Changed
- Fix issues with example code in README (#36) @interstateone
- Swift 5/Xcode 10.2 support (#33) @interstateone
- Update dequeue cell documentation (#34) @paulthorsteinson
- Update readme reusableCell example (#32) @paulthorsteinson
- Removes subsequence as it's not longer working with Xcode10.2 (#30) @bornbnid
7.0.0
What's Changed
- Extend Comparable with clamp and clamped methods (#24) @interstateone
- Refine ReusableView protocol (#22) @interstateone
- Add Change type (#23) @interstateone
- Add Sequence extension with overloads taking KeyPaths (#25) @interstateone
- Add UIImage, Array and Bundle extensions. Remove EnumCountable (#26) @teressaeid
- Update to Swift 4.2 and target 11.0 (#28) @infiniteNIL
6.0.0
Swift 4.2 support
5.1.0
Fixes Xcode warnings for Xcode 9.2
5.0.0
Code Standards Updates
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
4.0.0 Releasing version 4.0.0.
Swift 3 Support
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
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
Initial release