Skip to content

Latest commit

 

History

History
392 lines (130 loc) · 9.86 KB

File metadata and controls

392 lines (130 loc) · 9.86 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-rc.12 (2021-01-20)

Features

  • react: add complete promise response to useFetch meta data (29baa4c)

1.0.0-rc.11 (2020-09-03)

Bug Fixes

  • missing promise return on error (9975b1d)

1.0.0-war.0 (2020-07-17)

Note: Version bump only for package refetty

1.0.0-rc.10 (2020-07-10)

Bug Fixes

  • react: useMemo depedency array with object (77bd688)

1.0.0-rc.9 (2020-06-11)

Note: Version bump only for package refetty

1.0.0-rc.8 (2020-06-11)

Bug Fixes

  • using promise and opts on useMemo dependencies array (cb6c7c5)

1.0.0-rc.7 (2020-03-09)

Bug Fixes

  • fetch on mount not watch properly to rerender purpose (34b5ed3)

1.0.0-rc.6 (2019-12-09)

Features

  • observable: create simple observable function (96524c3)

1.0.0-rc.5 (2019-11-18)

Bug Fixes

  • async: fulfilled status string (94d685a)

Features

  • sdk: add suport to meta abort signal (ad9b2e7)

1.0.0-rc.4 (2019-11-14)

Features

  • sdk: sdk add send state to endpoint functions (2664841)

1.0.0-rc.3 (2019-10-30)

Bug Fixes

1.0.0-rc.2 (2019-10-30)

Note: Version bump only for package refetty

1.0.0-rc.1 (2019-10-30)

Bug Fixes

  • async: force user use try/catch because dispatch throw error (b6e3b2b)

1.0.0-rc.0 (2019-10-30)

Bug Fixes

Features

  • async: create a specific packages to async/promise tools (65372e2)
  • fetch: make promise abortable with abortable controller (a7dbf82)
  • react: usePromise and useFetch with new async package (347f9cc)
  • sdk: basic create sdk handler (aacc135)
  • sdk: optional abort controller signal (3f0ef06)

0.2.0-beta.14 (2019-10-16)

Note: Version bump only for package refetty

0.2.0-beta.13 (2019-08-22)

Bug Fixes

0.2.0-beta.12 (2019-08-22)

Note: Version bump only for package refetty

0.2.0-beta.11 (2019-07-09)

Note: Version bump only for package refetty

0.2.0-beta.10 (2019-07-09)

Note: Version bump only for package refetty

0.2.0-beta.9 (2019-04-18)

Bug Fixes

  • export modules on index (6146948)

0.2.0-beta.8 (2019-04-18)

Features

  • fetch: statefull cancelable fetch (54cb140)
  • react: use fetcher (8e73bdf)

0.2.0-beta.7 (2019-04-18)

Bug Fixes

  • fetch: cancelable subject (ea1e69c)

0.2.0-beta.6 (2019-04-17)

Features

  • fetch: async statefull and make cancelable functions (79ca40c)
  • react: useAsyn and useCancelable using generic methods (4f7079a)

0.2.0-beta.5 (2019-02-12)

Features

  • add resource internal emitter (b49a29c)

0.2.0-beta.4 (2019-01-24)

Features

  • add resource package and remove deprecateds (872de3f)

0.2.0-beta.3 (2019-01-24)

Note: Version bump only for package refetty

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0-beta.2 (2019-01-23)

0.2.0-beta.1 (2019-01-13)

Bug Fixes

0.2.0-alpha.9 (2019-01-13)

Bug Fixes

  • initial params when use (83bfc5c)

Features

  • useAsync with intial and mutation params (9ccc9f2)
  • useFetch to run witouht mutation and useRefetty with mutation (14b5c57)

0.2.0-alpha.8 (2019-01-12)

0.2.0-alpha.7 (2019-01-11)

Features

  • add autorun prop on useAsync (3fd43dd)

0.2.0-alpha.6 (2019-01-09)

Features

  • refetty: add useRefetty to wrap parser func (02a545c)

0.2.0-alpha.5 (2018-12-30)

Bug Fixes

0.2.0-alpha.4 (2018-12-30)

Bug Fixes

  • passing many args on hooks (466a470)

0.2.0-alpha.3 (2018-12-30)

0.2.0-alpha.2 (2018-12-26)

Bug Fixes

  • exec promise just one time (b2ff422)

0.2.0-alpha.1 (2018-12-25)

0.2.0-alpha.0 (2018-12-20)

Features

  • move lib to your own repo (5473452)
  • use fetch pure e use fetch with hook loader (dbb9380)
  • userFetch effect and callback hooks (582dd01)