All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.2.2 (2024-06-04)
7.2.1 (2024-06-04)
- disable error-handling notification when error is thrown (9b3a30d)
7.2.0 (2024-06-04)
- add optional unhandled error-notification (c86b488)
7.0.7 (2024-04-23)
- set state in reset depending on passed
value
-> removeisEmpty
-check (a8473ee)
7.0.6 (2023-06-09)
- update return-type of
didFetch
(eff137a)
7.0.5 (2023-06-05)
- piping with default-data (672423e)
7.0.4 (2023-05-22)
- respect falsy-values when accessing
$
/result
(88fe72e)
7.0.3 (2023-04-21)
7.0.2 (2023-04-21)
7.0.1 (2023-04-21)
7.0.0 (2023-04-20)
- when
options.defaultData
is undefined, the result of a wrap-request can always be undefined.
- consider default-data in types (2b5e80b)
6.2.3 (2023-03-13)
- remove error-setting in transform/pipe-function (7f3800b)
6.2.2 (2022-11-09)
- improve
wrapRequest.stream
with events (aa7e7b1)
6.2.1 (2022-11-08)
- add parameters to wrapRequest.stream (624d5f0)
6.2.0 (2022-11-08)
- add first version of
wrapRequest.stream
(1c6630f)
6.1.0 (2022-09-30)
- add
ignore-cache
-option to request; optimizedisposeCache
-method (20fabae)
6.0.5 (2022-09-20)
- pipe state-dependant return-value (87f49ae)
6.0.4 (2022-09-20)
6.0.3 (2022-09-20)
- check on fetched-state when piping / transforming data (8143380)
6.0.2 (2022-09-09)
6.0.1 (2022-09-09)
- switch order of generics
- remove setter for
$
andresult
; usereset
instead - move transform-parameter to options
- improved match return typings (d4226a4)
-
correct default-data typings (ec1c3e9)
-
differentiated check for xhr version (54c5dbc)
-
disable fallthrough to
_$
whentransform
(a01ba4a) -
fix issue with
pipe
and usingmatch
(ccfca3e) -
further improve
pipe
(03a8155) -
output
pipe
-result only when state is fetched (e874b86) -
remove cache-key on
reset
(e51688e) -
treat
result
equal to$
inpipe
-result (d9d3a1e) -
switch order of generics (340a32b)
-
rewrite typings and generics (dc37bbf)
-
add wrapRequest-options and caching (a1deb3e)
5.2.0 (2021-09-27)
- improved match return typings (d4226a4)
5.1.9 (2021-07-09)
- remove cache-key on
reset
(e51688e)
5.1.8 (2021-05-31)
5.1.7 (2021-05-28)
- further improve
pipe
(03a8155)
5.1.6 (2021-05-28)
- output
pipe
-result only when state is fetched (e874b86)
5.1.5 (2021-05-27)
- fix issue with
pipe
and usingmatch
(ccfca3e)
5.1.3 (2021-03-25)
- treat
result
equal to$
inpipe
-result (d9d3a1e)
5.1.2 (2021-03-25)
5.1.1 (2021-03-24)
- disable fallthrough to
_$
whentransform
(a01ba4a)
5.0.5 (2021-02-26)
5.0.4 (2021-02-26)
- remove setter for
$
andresult
; usereset
instead - move transform-parameter to options