Skip to content

Latest commit

 

History

History
221 lines (105 loc) · 9.23 KB

CHANGELOG.md

File metadata and controls

221 lines (105 loc) · 9.23 KB

Changelog

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)

Bug Fixes

  • disable error-handling notification when error is thrown (9b3a30d)

7.2.0 (2024-06-04)

Features

  • add optional unhandled error-notification (c86b488)

7.0.7 (2024-04-23)

Bug Fixes

  • set state in reset depending on passed value -> remove isEmpty-check (a8473ee)

7.0.6 (2023-06-09)

Bug Fixes

  • update return-type of didFetch (eff137a)

7.0.5 (2023-06-05)

Bug Fixes

  • piping with default-data (672423e)

7.0.4 (2023-05-22)

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • when options.defaultData is undefined, the result of a wrap-request can always be undefined.

Features

  • consider default-data in types (2b5e80b)

6.2.3 (2023-03-13)

Bug Fixes

  • remove error-setting in transform/pipe-function (7f3800b)

6.2.2 (2022-11-09)

Bug Fixes

  • improve wrapRequest.stream with events (aa7e7b1)

6.2.1 (2022-11-08)

Bug Fixes

  • add parameters to wrapRequest.stream (624d5f0)

6.2.0 (2022-11-08)

Features

  • add first version of wrapRequest.stream (1c6630f)

6.1.0 (2022-09-30)

Features

  • add ignore-cache-option to request; optimize disposeCache-method (20fabae)

6.0.5 (2022-09-20)

Bug Fixes

  • pipe state-dependant return-value (87f49ae)

6.0.4 (2022-09-20)

6.0.3 (2022-09-20)

Bug Fixes

  • check on fetched-state when piping / transforming data (8143380)

6.0.2 (2022-09-09)

6.0.1 (2022-09-09)

6.0.0 (2022-09-08)

⚠ BREAKING CHANGES

  • switch order of generics
  • remove setter for $ and result; use reset instead
  • move transform-parameter to options

Features

  • improved match return typings (d4226a4)

Bug Fixes

  • correct default-data typings (ec1c3e9)

  • differentiated check for xhr version (54c5dbc)

  • disable fallthrough to _$ when transform (a01ba4a)

  • fix issue with pipe and using match (ccfca3e)

  • further improve pipe (03a8155)

  • output pipe-result only when state is fetched (e874b86)

  • remove cache-key on reset (e51688e)

  • treat result equal to $ in pipe-result (d9d3a1e)

  • switch order of generics (340a32b)

  • rewrite typings and generics (dc37bbf)

  • add wrapRequest-options and caching (a1deb3e)

5.2.0 (2021-09-27)

Features

  • improved match return typings (d4226a4)

5.1.9 (2021-07-09)

Bug Fixes

  • remove cache-key on reset (e51688e)

5.1.8 (2021-05-31)

5.1.7 (2021-05-28)

Bug Fixes

5.1.6 (2021-05-28)

Bug Fixes

  • output pipe-result only when state is fetched (e874b86)

5.1.5 (2021-05-27)

Bug Fixes

  • fix issue with pipe and using match (ccfca3e)

5.1.3 (2021-03-25)

Bug Fixes

  • treat result equal to $ in pipe-result (d9d3a1e)

5.1.2 (2021-03-25)

5.1.1 (2021-03-24)

Bug Fixes

  • disable fallthrough to _$ when transform (a01ba4a)

5.0.5 (2021-02-26)

5.0.4 (2021-02-26)

⚠ BREAKING CHANGES

  • remove setter for $ and result; use reset instead
  • move transform-parameter to options

Bug Fixes

  • correct default-data typings (ec1c3e9)

  • differentiated check for xhr version (54c5dbc)

  • rewrite typings and generics (dc37bbf)

  • add wrapRequest-options and caching (a1deb3e)