Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 16:58
674106d

Changed

  • #23 Change FetchHttpClient entry point from @shlinkio/shlink-js-sdk/browser to @shlinkio/shlink-js-sdk/fetch, and decouple it from window object.
  • #228 When any method of the ShlinkApiClient can receive both a shortCode and a domain, they are now together in a new ShortUrlIdentifier object.
  • #227 Update all ShlinkApiClient methods so that the abort signal is part of the last optional object param of every public method.
  • #226 This package is now built as ES module only.
  • #230 This library now uses TypeScript erasable syntax only.

Added

  • #4 Add an integration test suite that tests the SDK against all supported versions
  • #3 Add extended documentation with docsify and publish via GitHub Pages

Removed

  • #229 Drop support for Shlink older than 3.5.0.

Fixed

  • Nothing

Deprecated

  • Nothing