All Versions
74
Latest Version
Avg Release Cycle
278 days
Latest Release
706 days ago

Changelog History
Page 4

  • v3.0.fc3 Changes

    June 18, 2004
    • ๐Ÿ“œ Fixed bug in _changeEncodingDeclaration that failed to parse utf-16 encoded feeds
    • ๐Ÿ“œ Made source into a FeedParserDict
    • Duplicate admin:generatorAgent/@rdf:resource in generator_detail.url
    • ๐Ÿ‘ Added support for image
    • ๐Ÿ”จ Refactored parse() fallback logic to try other encodings if SAX parsing fails (previously it would only try other encodings if re-encoding failed)
    • ๐Ÿšš Remove unichr madness in normalize_attrs now that we're properly tracking encoding in and out of BaseHTMLProcessor
    • Set feed.language from root-level xml:lang
    • Set entry.id from rdf:about
    • Send Accept header
  • v3.0.fc2 Changes

    May 10, 2004
    • โœ… Added and passed Sam's amp tests
    • โœ… Added and passed my blink tag tests
  • v3.0.fc1 Changes

    April 23, 2004
    • ๐Ÿ“œ Made results.entries[0].links[0] and results.entries[0].enclosures[0] into FeedParserDict
    • ๐Ÿ›  Fixed typo that could cause the same encoding to be tried twice (even if it failed the first time)
    • ๐Ÿ›  Fixed DOCTYPE stripping when DOCTYPE contained entity declarations
    • ๐Ÿ‘ Better textinput and image tracking in illformed RSS 1.0 feeds
  • v3.0.b9 Changes

    January 29, 2004
    • ๐Ÿ›  Fixed check for presence of dict function
    • ๐Ÿ‘ Added support for summary
  • v3.0.b8 Changes

    January 28, 2004
    • ๐Ÿ‘ Added support for contributor
  • v3.0.b7 Changes

    January 28, 2004
    • ๐Ÿ’… Support Atom-style author element in author_detail (dictionary of 'name', 'url', 'email')
    • Map author to author_detail if author contains name + email address
  • v3.0.b6 Changes

    January 27, 2004
    • ๐Ÿ‘ Added feed type and version detection, result['version'] will be one of SUPPORTED_VERSIONS.keys() or empty string if unrecognized
    • ๐Ÿ‘ Added support for creativeCommons:license and cc:license
    • ๐Ÿ‘ Added support for full Atom content model in title, tagline, info, copyright, summary
    • ๐Ÿ›  Fixed bug with gzip encoding (not always telling server we support it when we do)
  • v3.0.b5 Changes

    January 26, 2004
    • ๐Ÿ“œ Fixed bug parsing multiple links at feed level
  • v3.0.b4 Changes

    January 26, 2004
    • ๐Ÿ›  Fixed xml:lang inheritance
    • ๐Ÿ›  Fixed multiple bugs tracking xml:base URI, one for documents that don't define one explicitly and one for documents that define an outer and an inner xml:base that goes out of scope before the end of the document
  • v3.0.b3 Changes

    January 23, 2004
    • ๐Ÿ“œ Parse entire feed with real XML parser (if available)
    • ๐Ÿ‘ Added several new supported namespaces
    • ๐Ÿ›  Fixed bug tracking naked markup in description
    • ๐Ÿ‘ Added support for enclosure
    • ๐Ÿ‘ Added support for source
    • ๐Ÿ‘ Re-added support for cloud which got dropped somehow
    • ๐Ÿ‘ Added support for expirationDate