1.0.76 (2017-01-20)
1.0.75 (2016-11-22)
- Fixed error thrown when redirect is relative (8d3f6287b1f97660a5cb974505e83c61278f24dd)
1.0.74 (2016-11-22)
- Fixed cookie parser dependency by adding import (013831813779a3cd3dfc1821a68f5958eddd7756)
1.0.73 (2016-11-22)
- Fixed an issue with missing new keyword when using URL class (f2c8fbc614be00b1641337860941323cb0e432d9)
1.0.72 (2016-11-22)
- Removed reference to the URI library and replaced it with native URL (871fec0a7b4fba331f3184ad4954af213730c11a)
1.0.71 (2016-11-21)
- Removed reference to the URI library and replaced it with native URL (871fec0a7b4fba331f3184ad4954af213730c11a)
1.0.70 (2016-11-21)
- Removed reference to the URI library and replaced it with native URL (871fec0a7b4fba331f3184ad4954af213730c11a)
1.0.69 (2016-11-10)
- Fixed issue #15 - upodated parsers to adjust number of consumed characters to the real value of new lines (331261edbc9afb636d13bc8b67d6338c688362eb), closes #15
- Fixed issue #16 - Now calling error will call promise's reject function (e32f948a77534523258e7038f57a430ae1f89f26), closes #16
- Fixed variable name for socet sent info (ee3248349bad1d0cd6de729fd0d13992474c5b55)
- Fixes #15 and #17 - new line as "10" ASCII only and status message error (8f4652ef0214ba411718a182b02c037b3ae4ad54), closes #15 #17
- Fixed error that hasn't been supported earlier. (4267425932e508d3727afb73d07017b22a63ab7d)
1.0.68 (2016-10-20)
- Fixed variable name for socet sent info (ee3248349bad1d0cd6de729fd0d13992474c5b55)
1.0.67 (2016-10-20)
1.0.66 (2016-10-12)
- Fixes 14 - passing headers and payload after NTLM authentication (158ec4f63aba892ef547edd8d9c61bff8c8b11cb)
1.0.65 (2016-10-07)
- Added log messages to the response object (0a481222a8ede7fee3c25d0a7d8ca4187ad6f038)
1.0.64 (2016-09-29)
- Updated docs (4c8bad22a0db8efb51f26b7017c80d5e5b99546f)
1.0.63 (2016-08-25)
1.0.62 (2016-08-22)
1.0.61 (2016-07-19)
- Fixes a bug where expired cookies were not cleared from the original request, after the request was redirect (78503ca21de48dd31bcad638d52ef478b784a8a5)
1.0.60 (2016-07-19)
1.0.59 (2016-06-15)
- Fixed all redirection issues. The library will now follow spec when handling redirection (232a5677087394250d128b0bb5ca7ce15ea6bfd4), closes #13
1.0.58 (2016-05-10)
1.0.57 (2016-05-10)
- Changed string conversion to array buffer and back to support URF-16 strings (e6c9ca9a4c97af090205504636b5cf0a96805dda), closes #12
1.0.56 (2016-05-06)
- Refactoring to avoid name collisions (d9869017fa0c179c5055c277029229d7400c037c)
1.0.55 (2016-05-06)
- fixes and auth object when setting up basic auth object from URL params (d5ada7928e8ed94258811911dffa859d011fd3a2)
1.0.54 (2016-05-06)
1.0.53 (2016-05-06)
- Added digest and NTLM authentication. It changes how the requests are made. See code for more details (04d0296a88deb56c7eb122e0e212371dd7879a0f)
- added source info for DigestAuth class (f93e5c65401c7f87511ac70574d4b103c6062cde)
- Fixed issues with wrong conditions (abae5ee6b4e34a10a9c77aae455ca1e50bf4d993)
- Fixes this._request.headers.set usage (12b85a20a0b9a99347354eb313604377bb492b9e)
- Fixes URLs with username and passwords (c39bf177b96ed0017e12f8ab65b54899815cfee3)
- issues with auth response status (53221c92c68de5b9daf802d272a72b0ab4861ef7)
- issues with digest authentication (0dd8032a2f1b0659bef11e703a4f4f3b35469436)
- Name colision (2aaf16e6770df6e089562f51ae3e685f2c560b44)
- added property to all reported responses (64c832db12a3ca9634ba542901fd9f277d1712f7)
- added property to all reported responses (38452b90cebdee3fafef35d8250d869ecb58678c)
- Added cookie behavior during redirection. Cookies are now included into redirect server if match domain and path (1e4b7040cc2a140eb30c4875acfd5b000220392f)
- Added requestUrl for the response that has been redirected. (86c08d9d97260bb27fb3c0905e614558da90bd60)
- When redirects are available, the library will not throw error anymore, instead it returns errored response object with the redirect information. (35cd88cbc35d4c9876c995c8470675bd8c5a338a)
1.0.52 (2016-05-05)
- Fixes this._request.headers.set usage (12b85a20a0b9a99347354eb313604377bb492b9e)
1.0.51 (2016-05-05)
- Name colision (2aaf16e6770df6e089562f51ae3e685f2c560b44)
1.0.50 (2016-05-05)
- issues with auth response status (53221c92c68de5b9daf802d272a72b0ab4861ef7)
1.0.49 (2016-05-05)
- issues with digest authentication (0dd8032a2f1b0659bef11e703a4f4f3b35469436)
1.0.48 (2016-05-05)
- Added digest and NTLM authentication. It changes how the requests are made. See code for more details (04d0296a88deb56c7eb122e0e212371dd7879a0f)
1.0.47 (2016-04-29)
- Fixed issues with wrong conditions (abae5ee6b4e34a10a9c77aae455ca1e50bf4d993)
1.0.46 (2016-04-28)
- added property to all reported responses (64c832db12a3ca9634ba542901fd9f277d1712f7)
1.0.45 (2016-04-28)
- added property to all reported responses (38452b90cebdee3fafef35d8250d869ecb58678c)
1.0.44 (2016-04-28)
1.0.43 (2016-04-28)
- When redirects are available, the library will not throw error anymore, instead it returns errored response object with the redirect information. (35cd88cbc35d4c9876c995c8470675bd8c5a338a)
1.0.39 (2016-04-27)
1.0.38 (2016-04-25)
- Added requestUrl for the response that has been redirected. (86c08d9d97260bb27fb3c0905e614558da90bd60)
1.0.37 (2016-04-25)
- error on custom HTTP method (f0446b9a08a9ede657b755ba5d22340f4a959848)
- The host header will now will contain port value if not a default one to comply with thte spec. (fd042cb9ef77a3519a2198a6970b80eb0dbd4c71), closes #8
- Added cookie behavior during redirection. Cookies are now included into redirect server if match domain and path (1e4b7040cc2a140eb30c4875acfd5b000220392f)
1.0.36 (2016-04-24)
- error on custom HTTP method (f0446b9a08a9ede657b755ba5d22340f4a959848)
1.0.35 (2016-04-24)
1.0.34 (2016-04-23)
1.0.33 (2016-04-23)
1.0.32 (2016-04-23)
- Added null check before constructing the Response object. Also added reference to the original response (a383fbc1f94e70db26dd631ff475aa4c2f50ae97)
- The host header will now will contain port value if not a default one to comply with thte spec. (fd042cb9ef77a3519a2198a6970b80eb0dbd4c71), closes #8
- response status >= 100 and status < 200 (c084c66c65e0af427f4fc4acd52bc551fdbcd9d1)
1.0.31 (2016-04-21)
- Added null check before constructing the Response object. Also added reference to the original response (a383fbc1f94e70db26dd631ff475aa4c2f50ae97)
1.0.30 (2016-04-15)
- Fixes an issue when the response do not contain response payload (e29b94b243bc64c6ed936f01d855215f47159f2a), closes #6
- An issue when the messageSent was initialized in wrong block (87ae946909aca857667894adf4812d1f61837dc9)
- Now the library will follow redirection only when the status code is 301, 307 or 308 (1c1b680ede0929ff00f7e9b265a3ab854a8bbed7)
- response status >= 100 and status < 200 (c084c66c65e0af427f4fc4acd52bc551fdbcd9d1)
- Added property to ArcRequest object that is a string representation of a message sent to server (022e4b6090a0b758dc85ba50ec2bbebc061998be)
1.0.29 (2016-04-14)
- Fixes an issue when the response do not contain response payload (e29b94b243bc64c6ed936f01d855215f47159f2a), closes #6
1.0.28 (2016-04-12)
- Now the library will follow redirection only when the status code is 301, 307 or 308 (1c1b680ede0929ff00f7e9b265a3ab854a8bbed7)
1.0.27 (2016-04-12)
- An issue when the messageSent was initialized in wrong block (87ae946909aca857667894adf4812d1f61837dc9)
1.0.26 (2016-04-12)
- fixed invalid variable name in the decompression worker (cc92a54417f8046c6e17b0f3f9346a745c028523)
- Fixed redirect issue when location header is a relative url (05c04db99010a31e04d8d707085ce12b23793dce), closes #5
- Fixes HEAD tyle of request (47f0e3ba5137d31827cbbeb8ac6dd358852573a3), closes #4
- Added property to ArcRequest object that is a string representation of a message sent to server (022e4b6090a0b758dc85ba50ec2bbebc061998be)
1.0.25 (2016-04-11)
- fixed invalid variable name in the decompression worker (cc92a54417f8046c6e17b0f3f9346a745c028523)
- Fixed redirect issue when location header is a relative url (05c04db99010a31e04d8d707085ce12b23793dce), closes #5
1.0.24 (2016-04-08)
- Fixed redirect issue when location header is a relative url (05c04db99010a31e04d8d707085ce12b23793dce), closes #5