The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Mojo-Feed

0.21 2021-05-12T21:26:08Z

    - Remove *guid* attribute
    - Remove use of Mojo::IOLoop::Delay from tests and examples (thanks Slaven Rezić!)

0.20 2020-07-23T15:09:18Z

    - Added *entries* attribute as an alias for *items*
    - Fix for cases where whitespace in an entry tag was mistaken for content (EdJ)
    -

0.19 2020-06-16T12:03:17Z

    - Made is_valid and feed_type attributes of Mojo::Feed
    - Exposed Mojo::Feed utility methods find_feed_links() and 
      is_feed_content_type()

0.18 2019-07-07T13:56:36Z

    - Bump required Mojolicious version to 8.03 just to use a weak attribute.
    - Allow Mojo::Feed to handle loading without help of Mojo::Feed::Reader,
      by setting *file* or *url* attributes (or set *body* directly to parse
      from a string).
    - Change license to Artistic 2.0 (previously I used the Minilla default,
      which is the same licenses as Perl 5, Artistic+GPL; this prevented the 
      license from showing up on github search).
    - 

0.17 2018-11-07T10:08:44Z

    - Make autodiscovery more liberal (get any url with containing the word "feed")
    - Added feed_type method to Mojo::Feed
    - Combine tagline attribute of Mojo::Feed with subtitle attribute
    - Rename html_url attribute of Mojo::Feed to link
    - Mojolicious v8.05 compatibility (thanks Slaven Rezić from CPANTesters)

0.16 2018-04-04T14:56:31Z

    - Added Mojo::Feed::is_valid() to assert object is an actual feed (Mario Domgoergen)
    - Change Mojo::Feed::Reader::parse() to return undef if feed is not valid

0.15 2018-04-03T03:54:50Z

    - Fix version string in plugin for PAUSE indexer

0.14 2018-04-02T21:10:45Z

    - Add backwards-compatible new version of Mojolicious::Plugin::FeedReader, using Mojo::Feed::Reader

0.13 2018-04-01T17:02:43Z

    - original version (Mojo::Feed, refactoring of Mojolicious::Plugin::FeedReader into standalone module)

Revision history for perl module Mojolicious::Plugin::FeedReader

0.12 2018-02-28

   - Add support for enclosures (Mario Domgoergen)

0.11 2018-02-26

   - Remove dependency on Mojolicious::Controller, allow direct use

0.10 2017-11-08

   - decode text before using Mojo::DOM (Uses either UTF-8 or charset from HTTP response)

0.09 2017-08-28

   - Replace use of removed Mojo::Util function slurp() with Mojo::File

0.08 2016-05-29

   - Fix missing use statement in 2 tests. Thanks CPAN testers!

0.07 2015-03-01

   - Made small adjustment to accommodate Mojolicious 6.0 changes.

0.06 2014-12-24

   - Removed use of Mojo::Collection::pluck, deprecated in Mojolicious 5.57
   - Fix test depending on absolute url of test server. Thanks CPAN testers!

0.05 2014-10-28

   - Fixed possible bug revealed by Mojolicious 5.54 changes. Thanks CPAN testers!
   - Added parse_opml helper.

0.04 2014-05-09

  - Fixed test broken by Mojolicious changes

0.03 2014-04-03

  - The helper parse_feed introduced as an alias (and future replacement) for parse_rss
  - Calling parse_feed with a Mojo::DOM is not recommended because of encoding issues
  - some re-writing of how a Mojo::DOM is created from the input (no interface change)