Revision history for Syndicate

0.0.3  2026-08-17T01:04:27+03:00

    - Syndicate::Builder::Entry.media-content() now accepts optional
      :medium, :title, and :description, so a media:content can carry its
      own medium attribute and nested media:title/media:description elements
      (previously only item-level media-title/media-description were
      supported). The MediaRSS extension emits and re-parses the nested
      elements, and Builder::Feed.new-from-feed round-trips medium plus the
      content-level title/description.

0.0.2  2026-08-05T08:02:21+03:00

    - Restore the hand-written README overwritten by the first mi6 release;
      ReadmeFromPod is now disabled in dist.ini.

0.0.1  2026-08-05T07:55:17+03:00

    - Initial release. Feed parser and generator for RSS 2.0, RSS 0.91,
      RSS 1.0 (RDF), Atom 1.0, and JSON Feed 1.1.
    - Uniform API via the Syndicate::Feed and Syndicate::Item roles, a
      format-agnostic builder (Syndicate::Builder::Feed/Entry), and
      auto-detecting parse/feed-format/parse-feed entry points.
    - Feed discovery from HTML pages (Syndicate::Discovery) and
      thread-safe parsing statistics (Syndicate::Stats).
    - Extensions: Dublin Core, Media RSS, and iTunes podcast.
    - Format conversion via Syndicate.convert and
      Syndicate::Builder::Feed.new-from-feed.
    - 36 test files with 1480 assertions.
