Skip to content

Releases: krutoo/fetch-tools

0.0.13

05 Apr 06:44
3889cdc
Compare
Choose a tag to compare

BREAKING changes

  • all cookie utils is removed, see readme for details (#2)

Minor changes

  • proxy middleware added for server handlers (#2)
  • validateStatus dump added by default (#2)

Patch changes

  • project source moved from npm to deno (#2)

Full Changelog: 0.0.12...0.0.13

0.0.12

05 Mar 13:11
Compare
Choose a tag to compare

Minor changes

  • server: function route now accepts function as first argument
  • server: function route now has methods for simply checking request method (check readme)

Full Changelog: 0.0.11...0.0.12

0.0.11

08 Nov 05:09
Compare
Choose a tag to compare

Patch changes

  • utils: createCookieStore now handles empty cookie value correctly
  • some unit tests added for createCookieStore
  • build fix for except test files

Full Changelog: 0.0.10...0.0.11

0.0.10

25 Oct 07:57
Compare
Choose a tag to compare

Patch changes

  • trying to fix ESM version of pkg (add file extensions in import specifiers)

0.0.9

09 Aug 10:56
Compare
Choose a tag to compare
  • fix(utlis): createCookieStore now returns store that calls listeners when setCookie called

Full Changelog: 0.0.8...0.0.9

0.0.8

09 Aug 07:59
Compare
Choose a tag to compare
  • notFound removed
  • CookieStore now has subscribe method

Full Changelog: 0.0.7...0.0.8

0.0.7

14 Jun 11:31
Compare
Choose a tag to compare
  • Trying to fix Node.js support (esm & cjs)

0.0.6

07 Jun 05:35
Compare
Choose a tag to compare
  • validateStatus: callback now accepts request and response after status

0.0.5

05 Jun 11:21
Compare
Choose a tag to compare
  • duplicate interface Handler removed from ./server

0.0.4

05 Jun 07:42
Compare
Choose a tag to compare
  • validateStatus now accepts options in second argument
  • RequestFunction renamed to Handler and now exported from package root