Releases: shlinkio/shlink-js-sdk
Releases · shlinkio/shlink-js-sdk
v3.0.1
v3.0.0
Changed
- Nothing
Added
- Add support for Shlink 4.6.0
Removed
- Drop support for Shlink older than 4.0.0
Fixed
- Nothing
Deprecated
- Nothing
v2.2.2
Changed
- Switch to trusted publishing.
Added
- Nothing
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v2.2.1
Changed
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- Fix
ShlinkRedirectConditiondefinition to indicatematchValuecan benull.
Deprecated
- Nothing
v2.2.0
v2.1.0
Changed
- #238 Enable
erasableSyntaxOnlywhen typechecking.
Added
- #273 Allow users to provide a
credentialsparameter to the underlying[Request](https://developer.mozilla.org/en-US/docs/Web/API/Request/credentials) made byShlinkClients.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v2.0.0
Changed
- #23 Change
FetchHttpCliententry point from@shlinkio/shlink-js-sdk/browserto@shlinkio/shlink-js-sdk/fetch, and decouple it fromwindowobject. - #228 When any method of the
ShlinkApiClientcan receive both ashortCodeand adomain, they are now together in a newShortUrlIdentifierobject. - #227 Update all
ShlinkApiClientmethods 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
v1.4.0
Changed
- Rearrange
exportsorder, as suggested by vitest.
Added
-
#8 Allow an
AbortSignalto be provided as the last optional argument to all publicShlinkApiClientmethods.This will let consumers control if a request should be aborted, via
AbortController.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v1.3.0
Changed
- Update dependencies.
Added
- Add support for
geolocation-country-codeandgeolocation-city-nameredirect condition types. - Add support for
domainto filter short URL lists. - Update API contracts for Shlink 4.3.0
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v1.2.0
Changed
- Update JS coding standard and migrate to ESLint flat config.
Added
- Add support for
ip-addressredirect condition type.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing