node-fetch/CHANGELOG.md

60 lines
1.1 KiB
Markdown
Raw Normal View History

2015-01-26 01:02:34 -08:00
Changelog
=========
2015-01-27 10:02:27 -08:00
# 1.x release
2015-05-03 03:07:20 -07:00
## v1.2.0 (master)
- Enhance: now fetch.Headers and fetch.Response are exposed, making testing easier
## v1.1.2
2015-04-28 21:17:18 -07:00
- Fix: `Headers` should only support `String` and `Array` properties, and ignore others
## v1.1.1
2015-04-22 08:36:11 -07:00
- Enhance: now req.headers accept both plain object and `Headers` instance
## v1.1.0
2015-04-16 22:31:58 -07:00
- Enhance: timeout now also applies to response body (in case of slow response)
- Fix: timeout is now cleared properly when fetch is done/has failed
## v1.0.6
2015-03-23 21:31:04 -07:00
- Fix: less greedy content-type charset matching
## v1.0.5
2015-03-19 09:22:23 -07:00
- Fix: when follow = 0, fetch should not follow redirect
- Enhance: update tests for better coverage
- Enhance: code formatting
- Enhance: clean up doc
## v1.0.4
2015-02-01 05:19:07 -08:00
2015-02-06 03:15:37 -08:00
- Enhance: test iojs support
2015-02-01 05:19:07 -08:00
- Enhance: timeout attached to socket event only fire once per redirect
## v1.0.3
- Fix: response size limit should reject large chunk
- Enhance: added character encoding detection for xml, such as rss/atom feed (encoding in DTD)
## v1.0.2
2015-01-27 20:17:12 -08:00
- Fix: added res.ok per spec change
2015-01-27 10:02:27 -08:00
## v1.0.0
- Enhance: better test coverage and doc
2015-01-27 05:13:28 -08:00
# 0.x release
2015-01-26 01:02:34 -08:00
2015-01-27 05:13:28 -08:00
## v0.1
2015-01-26 01:02:34 -08:00
- Major: initial public release