Skip to content

Releases: GrinZero/node-network-devtools

v1.0.23

02 Dec 09:28
b325626
Compare
Choose a tag to compare

What's Changed

  • fix: support type number in headers by @Benno-Wu in #29
  • fix: ensure variable availability before operating on 'request' by @EthianWong in #30
  • feat: enhanced cookie capture capabilities by @EthianWong in #32
  • [Snyk] Fix for 7 vulnerabilities by @GrinZero in #35

New Contributors

Full Changelog: v1.0.22...v1.0.23

v1.0.22

05 Nov 14:28
55bd78d
Compare
Choose a tag to compare

Feature

  • export cell for test

v1.0.21

04 Nov 14:15
Compare
Choose a tag to compare

Feature

  • Experimental support for some hooks and undici package

Full Changelog: v1.0.20...v1.0.21

v1.0.20

01 Nov 10:26
ff8f264
Compare
Choose a tag to compare

Bugfix

  • Cannot found headers when use fetch api and set Headers object but not normal record #27

Full Changelog: v1.0.19...v1.0.20

v1.0.19

31 Oct 03:55
73d5987
Compare
Choose a tag to compare

Refactor

  • We use process and net to improve restart and lock. #26

Full Changelog: v1.0.18...v1.0.19

v1.0.18

27 Oct 12:51
Compare
Choose a tag to compare

Bugfix

  • We need to wait for open()

Full Changelog: v1.0.17...v1.0.18

v1.0.17

25 Oct 15:57
Compare
Choose a tag to compare

Feature

  • Don't block when open devtools failed.

Full Changelog: v1.0.16...v1.0.17

v1.0.16

24 Oct 07:48
d0bbfaa
Compare
Choose a tag to compare

Feature

  • Only allow run once when use same options

Full Changelog: v1.0.15...v1.0.16

v1.0.15

23 Oct 15:48
Compare
Choose a tag to compare

Feature

  • Now, node-network-devtools allow proactively eliminate side effects #24

What's Changed

  • feat: allow proactively eliminate side effects by @EthianWong in #25

New Contributors

Full Changelog: v1.0.14...v1.0.15

v1.0.14

22 Oct 10:44
9406375
Compare
Choose a tag to compare

Bugfix

  • BodyTransformer need to parse JSON.stringify(Buffer) to Buffer

Full Changelog: v1.0.13...v1.0.14