Refactor item parsing to handleItem function. Refactor utility functi…
Refactor item parsing to handleItem function. Refactor utility functions to separate utils.js file.
View ArticleRefactor handleMeta: less code, more consistent, easier to follow
Refactor handleMeta: less code, more consistent, easier to follow
View ArticleFix issue #5. Add more metadata to feed items. Refactor handleItem: l…
Fix issue #5. Add more metadata to feed items. Refactor handleItem: less code, more consistent, easier to follow. Fix bugs in xhtml element handling and category handling.
View ArticleVersion bump to v0.9.0. Nearing v1.0 completeness.
Version bump to v0.9.0. Nearing v1.0 completeness.
View ArticleAdd origlink property via feedburner or pheedo. Change image from a s…
Add origlink property via feedburner or pheedo. Change image from a string url to an object having url and title properties.
View ArticleUpdate README and function parseString() description. Tweak media:thu…
Update README and function parseString() description. Tweak media:thumbnail detection.
View ArticleChange from Array.prototype.unique to Array.unique -- don't override …
Change from Array.prototype.unique to Array.unique -- don't override Array global. Fixes issue #9. Also, remove String.prototype.trim check -- not needed.
View ArticleMerge pull request #10 from carlos8f/master
Merge pull request #10 from carlos8f/master Allow handling http errors
View ArticleHandle errors while parsing. Thanks to @carlos8f for thinking of this…
Handle errors while parsing. Thanks to @carlos8f for thinking of this and getting the ball rolling.
View ArticleCall _reset on instantiation and in handleEnd. Among other things, th…
Call _reset on instantiation and in handleEnd. Among other things, this enables more elegant streaming via <parser_instance>.stream
View ArticleMerge branch 'master' of github.com:danmactough/node-feedparser
Merge branch 'master' of github.com:danmactough/node-feedparser Conflicts: lib/feedparser.js
View ArticleFix a typo in README and expand description of callback usage. Resolv…
Fix a typo in README and expand description of callback usage. Resolves issue #8.
View ArticleAdd all non-namespace attributes to meta['@'].
Add all non-namespace attributes to meta['@'].
View ArticleFix TypeError calling el['@'] properties when el['@'] may not be defi…
Fix TypeError calling el['@'] properties when el['@'] may not be defined. Version bump.
View Article