Skip to content

Releases: rryam/QuoteKit

Version 1.5.0

04 Feb 11:57
Compare
Choose a tag to compare

Version 1.5.0

Updated for 2023 with code changes.

Full Changelog: 1.2.0...1.5.0

Update for backward compatibility of Swift’s new concurrency system

31 Oct 15:13
Compare
Choose a tag to compare

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!

03 Oct 11:05
Compare
Choose a tag to compare

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!

25 Sep 03:40
Compare
Choose a tag to compare

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

01 Sep 12:07
7099e57
Compare
Choose a tag to compare

The search API is in beta in https://github.com/lukePeavey/quotable, but you can use it in RRQuotableKit.

0.1.1 First Release

30 Aug 02:32
Compare
Choose a tag to compare

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.