All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add support for
ip-address
redirect condition type.
- Update JS coding standard and migrate to ESLint flat config.
- Nothing
- Nothing
- Nothing
- Add optional
visitedUrl
prop inShlinkRegularVisit
, to fulfil what Shlink 4.1.0 now supports.
- Update JS coding standard
- Nothing
- Nothing
- Nothing
-
#72 Add support for Shlink 4.0.0
- Add support to list and set short URL redirect conditions.
- Add
type
param toShlinkApiClient.getOrphanVisits
.
-
Update dependencies.
-
#22 Consolidate exposed types, making them more consistent.
- Types no longer couple with HTTP terminology, removing references to body, query, request, response, etc.
- All types that wrap a list of entities are now suffixed with
List
(ShlinkShortUrlsList
,ShlinkVisitsList
, etc.) - Arguments passed to the API client frequently use the
Params
suffix when representing filters (likeShlinkVisitsParams
) orData
suffix when wrapping props to be mutated (likeShlinkEditShortUrlData
). - Methods returning entities, just use the name of the entity itself, regardless of the method's nature (fetch or mutation).
- Methods returning the result of a mutation when it is not an entity, will return types using the
Result
suffix (likeShlinkDeleteVisitsResult
).
- Nothing
- #74 Drop support for Shlink older than 3.3.0. This version introduced the API v3, so this allows to remove the logic to fall back to v2, and remove the error types used in v2.
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- Fix API client contract definition.
- Export different types for short URL visits params and other visits params.
- Export API contract as TypeScript types instead of interfaces.
- Nothing
- Nothing
- Nothing
- #2 Implement node.js
HttpClient
. - Add support for orphan and short URL visits deletion methods.
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- First release
- Nothing
- Nothing
- Nothing
- Nothing