Releases: ykzts/node-xmlhttprequest
Releases · ykzts/node-xmlhttprequest
w3c-xmlhttprequest v3.0.4
Bug Fixes
- release-please: support
require
under Node (#472) (a22663b)
w3c-xmlhttprequest v3.0.3
Bug Fixes
- release-please: add step for cache dir (#347) (5209857)
w3c-xmlhttprequest v3.0.2
w3c-xmlhttprequest v3.0.1
v3.0.0
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
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
Features
- meta: add keywords field to package.json (#113) (1457b7f)
Bug Fixes
v3.0.0-beta.4
Bug Fixes
- xmlhttprequest: allow xhr.withCredentials set (#105) (e3a4910)
Release 3.0.0-beta.3
- 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
- fix(xmlhttprequest): add line break for getAllResponseHeaders() (#86) @ykzts