Skip to content

Releases: cogenta/CSURITemplate

NSURL integration.

13 Aug 13:25
Compare
Choose a tag to compare

This release adds NSURL integration.

The new method URLWithVariables:relativeToBaseURL:error: can be used to expand a CSURITemplate directly into a relative NSURL.

Thanks to Blake Watters.

Error reporting

13 Aug 13:32
Compare
Choose a tag to compare

This release adds comprehensive error handling.

The old instance methods initWithURITemplate: and URIWithVariables: have been deprecated. Calling code should instead use the class method URITemplateWithString:error: and the instance method relativeStringWithVariables:error:.

Thanks to Blake Watters.