Files | Admin

Notes:

Release Name: REL 0.2.7

Notes:



Changes: == FeedTools 0.2.7 * added support for Atom 1.0 output * improved support for Atom parsing and handling * added no content string option to keep the feed validator happy * greatly improved handling of timestamps and feed item sorting * added aliases for the Atom 1.0 elements that were renamed * feed merging is now threaded == FeedTools 0.2.6 * added support for merging feeds * vastly improved handling of feed creation == FeedTools 0.2.5 * fixed multiple rows being created in the cache after a 301 redirection * fixed broken table creation for postgresql and sqlite * testing against non-standard feeds * removed the 'comment_link' method in favor of the 'comments' method == FeedTools 0.2.4 * fixed bug in the sqlite table creation query * greatly improved image support * improved cdf support (still needs way more work) * support for text input elements * now possible to force retrieval from the cache only * increased the flexibility of the database caching implementation * feed attributes accessible through the keys and values collections * minor coding style changes * fixed really dumb typo in the podcast? and vidlog? methods * fixed exception from missing titles and descriptions * now passes all of mark pilgrim's well-formed rss tests == FeedTools 0.2.3 * fixed omission of get parameters from http requests == FeedTools 0.2.2 * fixed http redirection bug * fixed several documentation typos * still more unit tests * improved support for atom * minor improvements to the database caching mechanism * more complete support for rss elements * major improvements to the handling of tags containing html content == FeedTools 0.2.1 * fixed incorrect dependancy on ActiveRecord 1.10.1 * more unit tests * preliminary support for "bozo-detection" == FeedTools 0.2.0 * more complete support for rss, atom, cdf * modular caching mechanism * lazy parsing * HTML sanitization of possibly dangerous fields * HTML tidy support * support for podcasts and vidlogs * corrected handling of http redirection * made http header information available * file: protocol support * custom parsing can be done using the find_node and find_all_nodes methods == FeedTools 0.1.0 * basic support for rss, atom, cdf * basic caching using active record * support for etags