There are three breaking changes in this version:
selectStatus()
has been removed and replaced byselectors.status()
onResponse
has been migrated towaitForResponse
inlp-utils v2.16.0
isAuthenticated()
,isAuthenticatedWithContext()
andgetAuthenticationContext()
have been migrated tolp-requests v2.4.0
When replacing selectStatus()
with selectors.status()
, keep in mind that the order of the first two arguments has been switched:
selectStatus(requestKey, state, [slice])
selectors.status(state, requestKey, [slice])