Skip to content

Releases: krutoo/fetch-tools

0.0.16

19 Apr 13:02
eb9a9a7
Compare
Choose a tag to compare

Minor changes

  • middleware/proxy: pathRewrite option added (#6)
  • JSR publish workflow added (#5)

Patch changes

  • middleware/proxy: remove console.log calls from middleware (#6)
  • removed redundant step from NPM publish workflow (#5)

Full Changelog: 0.0.15...0.0.16

0.0.15

08 Apr 07:40
Compare
Choose a tag to compare

Minor changes

  • server: router.builder() method added #4

Full Changelog: 0.0.14...0.0.15

0.0.14

05 Apr 09:34
38e2be5
Compare
Choose a tag to compare

Minor changes

  • server: route.all() method added (#3)
  • server: route.patch() method added (#3)

Full Changelog: 0.0.13...0.0.14

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)