Release 2 1 1 (#373)
Release 2 1 1 (#373) * release feedjira 2.1.1 * update the changelog
View ArticleWarn on all commit linting from Danger (#375)
Warn on all commit linting from Danger (#375)
View ArticleFixed setting values in 'url', 'feed_url' attributes in atom feeds (#…
Fixed setting values in 'url', 'feed_url' attributes in atom feeds (#377) * Fixed setting values in 'url', 'feed_url' attributes in atom feeds * Added whitespaces to make rubocop happy * Added even...
View ArticleAdd parsers configuration to README (#383)
Add parsers configuration to README (#383) [ci skip] This feature was added recently but not documented in the README.
View ArticleRemove fetching portion of Feedjira (#381)
Remove fetching portion of Feedjira (#381) Feedjira's main duty is parsing XML. Remove the networking portion from this library simplifies and increases the maintainability of this project. Make HTTP...
View ArticleMove to using Thoughtbot's much simpler styleguide (#385)
Move to using Thoughtbot's much simpler styleguide (#385) https://github.com/thoughtbot/guides/tree/master/style/ruby
View ArticleMove parse and parser_for_xml to Feedjira top level module (#384)
Move parse and parser_for_xml to Feedjira top level module (#384) This substantially cleans up the API for parsing
View ArticleAdd support for JSON Feed (#388)
Add support for JSON Feed (#388) * Add support for JSON Feed Because JSON Feed is (obviously) not XML, I couldn't use SAXMachine to construct the feed and entry objects, so I had to roll my own....
View ArticleSupport 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 Article