Support for parsing new iTunes podcasting tags (#392)
Support for parsing new iTunes podcasting tags (#392)
View ArticleAdd attributes to JSON Feed classes (#390)
Add attributes to JSON Feed classes (#390) * Add an accessor `json` to JSON feed & item objects * Add `categories` to JSONFeedItem It is a common attribute among many other feed entry classes. *...
View ArticleUpgrade rubocop and fix newly broken styles
Upgrade rubocop and fix newly broken styles Also removed no longer used faraday gems.
View ArticleAdd back the ability to specify the parser when parsing
Add back the ability to specify the parser when parsing
View ArticleFix specs that were broken via f271648d6283ea9cd3191ba1456f3e45edac1091
Fix specs that were broken via f271648d6283ea9cd3191ba1456f3e45edac1091
View ArticleChange version number being announced to 3.0
Change version number being announced to 3.0
View ArticlePrevent errors from unparseable dates (#399)
Prevent errors from unparseable dates (#399) This code was raising a NoMethodError when trying to compare a nil unparseable date with a previous successfully parsed date.
View ArticleAdd channel id element to AtomYoutubeEntry parser
Add channel id element to AtomYoutubeEntry parser Channel IDs can occur in entry elements received through YouTube's PubSubHubbub push notifications....
View Article