Change FeedParser#handleError to not remove 'error' listeners on `thi…
Change FeedParser#handleError to not remove 'error' listeners on `this.stream`
View ArticleChange FeedParser.parseStream so it doesn't try to attach to a `strea…
Change FeedParser.parseStream so it doesn't try to attach to a `stream` that is not defined. A user could pass in a stream thinking it's valid, but the stream has been destroyed. Try not to throw.
View ArticleEnsure we only emit `end` once. Bump version.
Ensure we only emit `end` once. Bump version.
View Articlemake example work with new api
make example work with new api The example was using deprecated methods.
View ArticleMerge pull request #37 from jchris/patch-1
Merge pull request #37 from jchris/patch-1 make example work with new api
View ArticleAdd "Accept-Encoding: identity" header on HTTP requests to only fetch…
Add "Accept-Encoding: identity" header on HTTP requests to only fetch uncompressed data. Resolves issue #36.
View ArticleMerge pull request #41 from rborn/master
Merge pull request #41 from rborn/master fix for multiple media:thumbnail
View ArticleIncrease test timeout. Fix incorrect test usage of deepEqual instead …
Increase test timeout. Fix incorrect test usage of deepEqual instead of strictEqual.
View ArticleCleanup 5f642af. Don't overwrite media:thumbnail array.
Cleanup 5f642af. Don't overwrite media:thumbnail array.
View ArticleSkip failing test that's not failing. Maybe the remote server changed…
Skip failing test that's not failing. Maybe the remote server changed something.
View ArticleUpdate utils.merge() to be safer about relying on Object properties
Update utils.merge() to be safer about relying on Object properties
View ArticleEnable FeedParser.parseUrl to accept a Request object with headers
Enable FeedParser.parseUrl to accept a Request object with headers
View ArticleAdd example and test for passing request headers to .parseUrl()
Add example and test for passing request headers to .parseUrl()
View ArticleChange HTTP Content-Type head checking to allow parsing valid feeds w…
Change HTTP Content-Type head checking to allow parsing valid feeds with incorrect Content-Type header. Add value of Content-Type header to meta.
View Article