Skip to content

Releases: vlki/refresh-fetch

v0.9.0

02 Apr 11:24
Compare
Choose a tag to compare

Minor changes

  • updated the babel transpiler to version 7.24 and Node.js used for it to current LTS version 20

v0.8.0

04 Jul 16:58
Compare
Choose a tag to compare

Minor changes

  • fetchJSON now does not add content-type: application/json header when calling fetch without options argument (See #18)

Patch changes

  • lodash version updated to 4.17.21

v0.7.0

04 Aug 20:39
Compare
Choose a tag to compare
  • fetchJSON clones response before reading the body stream not to lock it when user wants to read it in a different way

v0.6.4

22 Jul 06:55
Compare
Choose a tag to compare
  • Updated lodash version to 4.17.19
  • Updated dev dependencies

v0.6.0

27 Jan 16:19
Compare
Choose a tag to compare

Updated to babel v7 therefore the transpiled packaged module is a little different.