Skip to content

Releases: ykzts/node-xmlhttprequest

w3c-xmlhttprequest v3.0.4

16 Dec 12:14
54bda91
Compare
Choose a tag to compare

Bug Fixes

  • release-please: support require under Node (#472) (a22663b)

w3c-xmlhttprequest v3.0.3

29 May 10:31
a27ffa6
Compare
Choose a tag to compare

Bug Fixes

  • release-please: add step for cache dir (#347) (5209857)

w3c-xmlhttprequest v3.0.2

29 May 10:21
6956b22
Compare
Choose a tag to compare

Bug Fixes

w3c-xmlhttprequest v3.0.1

29 May 10:06
7bf6bf9
Compare
Choose a tag to compare

Bug Fixes

v3.0.0

31 Jul 09:26
Compare
Choose a tag to compare

Features

  • meta: add keywords field to package.json (#113) (1457b7f)

Bug Fixes

  • change git protocol (#74) (a7d60f5)
  • xmlhttprequest: add line break for getAllResponseHeaders() (#86) (41aca1c)
  • pkg: fix invalid version (#87) (2128651)
  • eventtarget: throws TypeError when given value is not Event (#92) (b844eb2 )
  • xmlhttprequest: catch errors (#97) (7ed320a)
  • xmlhttprequest: replace to req.destroy from req.abort (#100) (99555d8)
  • xmlhttprequest: allow xhr.withCredentials set (#105) (e3a4910)
  • event: use Object.defineProperty (#115) (f765c4d)
  • xmlhttprequest: support object property (#116) (cb47719)
  • xmlhttprequest: add support EventListenerObject (#124) (e21c817)
  • xmlhttprequest: add support xhr.responseURL (#126) (606a39a)
  • xmlhttprequest: throw exception when invalid state (#123) (f46cdc0)

v3.0.0-beta.6

31 Jul 00:30
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

Bug Fixes

  • xmlhttprequest: add support EventListenerObject (#124) (e21c817)
  • xmlhttprequest: add support xhr.responseURL (#126) (606a39a)
  • xmlhttprequest: throw exception when invalid state (#123) (f46cdc0)

v3.0.0-beta.5

29 Jul 22:01
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

Features

  • meta: add keywords field to package.json (#113) (1457b7f)

Bug Fixes

v3.0.0-beta.4

26 Jul 22:22
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

Bug Fixes

  • xmlhttprequest: allow xhr.withCredentials set (#105) (e3a4910)

Release 3.0.0-beta.3

26 Jul 08:23
Compare
Choose a tag to compare
Release 3.0.0-beta.3 Pre-release
Pre-release
  • fix(pkg): fix invalid version (#87) @ykzts
  • fix(eventtarget): throws TypeError when given value is not Event (#92) @ykzts
  • fix(xmlhttprequest): catch errors (#97) @ykzts
  • fix(xmlhttprequest): replace to req.destroy from req.abort (#100) @ykzts

Release 3.0.0-beta.2

25 Jul 17:28
Compare
Choose a tag to compare
Release 3.0.0-beta.2 Pre-release
Pre-release
  • fix(xmlhttprequest): add line break for getAllResponseHeaders() (#86) @ykzts