Releases: rryam/QuoteKit
Version 1.5.0
Update for backward compatibility of Swift’s new concurrency system
Hi there!
This update contains backward compatibility of Swift's new concurrency system! In simple terms, you can use async/await syntax targeting iOS 13, macOS Catalina, watchOS 6, and tvOS 13!
Do note you have to use Xcode 13.2+
Happy coding!
1.1.0 Support for iOS 13, macOS 11, tvOS 13 and watchOS 6!
While we wait and hope that the new async/await is backported to support the older version of iOS and other platforms, I modified QuoteKit to support completion handlers so that you can use it for iOS 13, macOS 11, tvOS 13 and watchOS 6!
1.0.0 First Release!
This release contains more tests and all the APIs for you to create wonderful quote apps! It is currently being used in my app "Quoting" that I plan to release soon for iOS 15!
Enjoy!
Add search API
The search API is in beta in https://github.com/lukePeavey/quotable, but you can use it in RRQuotableKit.
0.1.1 First Release
The RRQuotableKit is a framework to use the free APIs provided by Quotable. It uses the latest async/await syntax for easy access and contains all the APIs like fetching a random quote, all quotes, authors and tags.