Fix major bug in parseString, parseFile, and parseStream -- failed to…
Fix major bug in parseString, parseFile, and parseStream -- failed to return the event emitter.
View ArticleFix issue #32 - parse RSS item:author. Enhance RSS authorish elements…
Fix issue #32 - parse RSS item:author. Enhance RSS authorish elements with parsed properties via addressparser.
View ArticleBump version. Update README with additional dependency. Add History.md.
Bump version. Update README with additional dependency. Add History.md.
View ArticleFix issue #33 uncaught exception trying to get the text string for an…
Fix issue #33 uncaught exception trying to get the text string for an HTTP status code.
View ArticleFix issue #34 .parseString() emitting too soon. All `emit()` and `cal…
Fix issue #34 .parseString() emitting too soon. All `emit()` and `callback()` are wrapped in `process.nextTick()`. Bump version.
View ArticleChange 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 Article