Closed luqven closed 3 years ago
Forced pushed to try out semantic release on @next
.
Ran into an issue with colliding deps. Had to rebase and force push again.
:tada: This PR is included in version 3.3.0-rc.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 3.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR adds full URL support to the client via static methods
_buildURL
_buildSrcSet
Unit tests for these methods are included in the PR.
The PR also introduces a helper function,
extractUrl
that uses theufo
module to parse and isolate different URL components of a full URL. Unit tests for the helper function are also included in the PR.The PR also introduces
ufo
package as a dependency.Examples
Future Work
client.{method}
. This can be added in a subsequent PR if needed.Comments
This PR is not considered a breaking change since none of the existing public methods are changed.
This PR includes work and feedback from:
287
288
290