Skip to content

Releases: krutoo/fetch-tools

0.0.21

17 Oct 05:56
33d2cbd
Compare
Choose a tag to compare

Minor changes

  • Utils for working with URL added (#14, #15)

Patch changes

  • Readme fixes (#16)

Full Changelog: 0.0.20...0.0.21

0.0.20

09 Oct 11:31
02197b6
Compare
Choose a tag to compare

Minor changes

  • middleware/jwt: now token can be null when function is passed to "token" option (#12)

Full Changelog: 0.0.19...0.0.20

0.0.19

03 Oct 12:20
9c9a3a0
Compare
Choose a tag to compare

Patch changes

  • defaultHeaders middelware revision (#11)

Full Changelog: 0.0.18...0.0.19

0.0.18

26 Sep 15:41
235fa3a
Compare
Choose a tag to compare

What's Changed


Full Changelog: 0.0.17...0.0.18

0.0.17

26 Sep 15:37
e1869c8
Compare
Choose a tag to compare

What's Changed


Full Changelog: 0.0.16...0.0.17

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