Quantcast
Channel: Recent Commits to node-feedparser:28d6876f33ed6c85e53725715016ff1354869f3f
Browsing latest articles
Browse All 13 View Live

Initial commit. Fond farewell to node-easyrss.

Initial commit. Fond farewell to node-easyrss.

View Article



Basic parsing of all three types of feeds. Added events for 'error' a…

Basic parsing of all three types of feeds. Added events for 'error' and 'warning' on XML parsing.

View Article

Cleanup variable assignment.

Cleanup variable assignment.

View Article

Oops. Typo in `FeedParser.prototype.parseString` said `.parseFile(fil…

Oops. Typo in `FeedParser.prototype.parseString` said `.parseFile(file)` instead of `.parseString(string)`

View Article

Oops. Typo in `FeedParser.prototype.parseString` said `.parseFile(fil…

Oops. Typo in `FeedParser.prototype.parseString` said `.parseFile(file)` instead of `.parseString(string)`

View Article


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 Article

Add callback passing in addition to (or in lieu of) event emitting.

Add callback passing in addition to (or in lieu of) event emitting.

View Article

Version bump

Version bump

View Article


Parse files asynchronously rather than using internal libxml2 parseFi…

Parse files asynchronously rather than using internal libxml2 parseFile function. Closes Issue #1.

View Article


Revert "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 Article

Make examples/simple.js work. Oops.

Make examples/simple.js work. Oops.

View Article

Rewrite 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 Article

Updated README

Updated README

View Article

Browsing latest articles
Browse All 13 View Live


Latest Images