Add 'done' event. 'meta' is noew added to each item as it is populated.
Add 'done' event. 'meta' is noew added to each item as it is populated.
View ArticleAdd callback passing in addition to (or in lieu of) event emitting.
Add callback passing in addition to (or in lieu of) event emitting.
View ArticleParse files asynchronously rather than using internal libxml2 parseFi…
Parse files asynchronously rather than using internal libxml2 parseFile function. Closes Issue #1.
View ArticleRevert "Parse files asynchronously rather than using internal libxml2…
Revert "Parse files asynchronously rather than using internal libxml2 parseFile function. Closes Issue #1." We're going to leave this as it was for now so that it continues to handle URLs. This...
View ArticleRewrite to use https://github.com/isaacs/sax-js/ instead of libxmljs.…
Rewrite to use https://github.com/isaacs/sax-js/ instead of libxmljs. Includes Stream interface. Move article events to close XML tag.
View ArticleMove globals to FeedParser object to prevent leakage if FeedParser ob…
Move globals to FeedParser object to prevent leakage if FeedParser object is reused.
View ArticleCleanup scope issues and make end handling DRY
Cleanup scope issues and make end handling DRY
View ArticleFix error handling with callbacks. Remove 'done' event (use 'end' ins…
Fix error handling with callbacks. Remove 'done' event (use 'end' instead).
View ArticleFix `meta` where feed has no `items` (or `feeds` in the case of atom).
Fix `meta` where feed has no `items` (or `feeds` in the case of atom).
View ArticleFix to emit `end` when there are no `articles`, which is perfectly le…
Fix to emit `end` when there are no `articles`, which is perfectly legal.
View ArticleFix meta.title to accomodate feeds with multiple link elements. Valid…
Fix meta.title to accomodate feeds with multiple link elements. Validity be damned.
View ArticleAdditional fixes for strange feeds' meta.link & meta.xmlUrl
Additional fixes for strange feeds' meta.link & meta.xmlUrl
View ArticleImprove detection of website link in atom feeds. Fixes issue #7. Vers…
Improve detection of website link in atom feeds. Fixes issue #7. Version bump.
View ArticleFix issue #5 as to feed metadata. Refactor parsing of feed metadata. …
Fix issue #5 as to feed metadata. Refactor parsing of feed metadata. Add author, language, image, favicon, copyright, generator, categories to meta. Add date to meta -- pubDate now means original...
View Article