Merge pull request #24 from travis4all/clean
Merge pull request #24 from travis4all/clean Add Travis CI
View ArticleChange module.exports to use an instance of FeedParser. Add non-proto…
Change module.exports to use an instance of FeedParser. Add non-prototype-based parseUrl.
View ArticleRename FeedParser#_reset to FeedParser#init
Rename FeedParser#_reset to FeedParser#init
View ArticleRefactor options and init parsing. Refine error handling. Fix bug in …
Refactor options and init parsing. Refine error handling. Fix bug in handleSaxError. Add static methods for parseString, parseFile and parseStream.
View ArticleFix initialization of saxstream. Rename parser to feedparser. Add doc…
Fix initialization of saxstream. Rename parser to feedparser. Add doc to parseString static.
View ArticleAdd deprecation warnings to prototype methods. Reorganize .parseUrl a…
Add deprecation warnings to prototype methods. Reorganize .parseUrl and handleResponse.
View ArticleFix 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 ArticleFixed an unexpected bug where response.request.httpModule.STATUS_CODE…
Fixed an unexpected bug where response.request.httpModule.STATUS_CODES was undefined
View Article