Releases: RobertoMachorro/SwiftGravatar
Releases · RobertoMachorro/SwiftGravatar
Linux Compatibility
URLSession is not part of Foundation, it's part of FoundationNetworking and not all the API is implemented under Linux (at the moment). Since most Linux applications will run under Vapor, any code using URLSession is excluded from build and SwiftNIO is encourage (see example in README).
Ready for the Public
Added public access and an initializer to profile model. Tested under async/await and SwiftNIO (with Vapor).
Cleaner docs
v0.0.3 Added contribution and Crypto info to README.
Internal vs Public
Fixed access issues to internal structures, as Swift likes for elements to be explicitly public.
All The Basics
This is a Public Availability Release. The code is functional and doing all the basic retrieval and decoding of a Gravatar Profile into a strong-typed Model. Feel free to contribute using common sense and your own needs as a guide.