imgix-swift icon indicating copy to clipboard operation
imgix-swift copied to clipboard

feat(validation): adds domain validation to client

Open atlawrie opened this issue 2 years ago • 1 comments

Adds domain validation to library.

Breaking Change

ImgixClient domains are now validated; must be passed in as a fully qualified domain name and without a protocol or path element.

atlawrie avatar Oct 20 '22 17:10 atlawrie

Features

  • validation: adds domain validation to client (9a0dd92)

Chore

  • constants: rolled constants into client (fcd8a57)

Contributors

atlawrie

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

commit-lint[bot] avatar Oct 20 '22 17:10 commit-lint[bot]