Skip to content

Releases: RobertoMachorro/SwiftGravatar

Linux Compatibility

23 Jul 18:31
99dd882
Compare
Choose a tag to compare

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

23 Jul 00:18
3f8ad9a
Compare
Choose a tag to compare

Added public access and an initializer to profile model. Tested under async/await and SwiftNIO (with Vapor).

Cleaner docs

22 Jul 20:07
6e213c1
Compare
Choose a tag to compare
v0.0.3

Added contribution and Crypto info to README.

Internal vs Public

22 Jul 19:38
2663ad2
Compare
Choose a tag to compare

Fixed access issues to internal structures, as Swift likes for elements to be explicitly public.

All The Basics

22 Jul 18:29
28ebd0f
Compare
Choose a tag to compare

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.