Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

2.0.2

Compare
Choose a tag to compare
@LeonardoCardoso LeonardoCardoso released this 09 Mar 10:09
· 150 commits to main since this release
6c710cd

Added

  • Objective-C init method with no parameters, defaults to the same options as the Swift default parameters.
  • Objective-C init method which allows user to set parameters - passing nil will default the parameters. InMemoryCache is a BOOL parameter to use or not use a cache.
  • Objective-C preview method which returns a dictionary of values on success, and an NSError object on failure which contains a localized error description.

Changed

  • Referenced objects are now derived from NSObject to make them Objective-C compatible.