Releases: cogenta/CSURITemplate
Releases · cogenta/CSURITemplate
NSURL integration.
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
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.