# XML::FeedPP Changes
2011/05/08 (0.43)
2010/10/31 (0.42)
2009/11/21 (0.41)
- supports generating CDATA section by setting SCALAR ref value like XML::TreePP.
(thanks to Mario Domgoergen)
- pod added to create an empty Atom 1.0 instance intended:
XML::FeedPP::Atom::Atom10->new()
(thanks to Andy Piper)
2009/04/07 (0.40)
2009/03/12 (0.38)
2009/01/18 (0.37)
2008/10/26 (0.36)
2008/05/18 (0.35)
2008/01/14 (0.34)
2008/01/05 (0.33)
2007/11/16 (0.31) not released
- getting from multiple nodes is supported for <media:thumbnail url="">
2007/08/20 (0.30)
2007/07/27 (0.22)
2007/01/21 (0.21)
- update new() method to allow key/value pairs to set elements.
- update add_item() method to allow key/value pairs to set elements.
- add elements() undocumented method which sets elements by key/value pairs.
- add match_item() method which finds items by regular expressions.
- update sort_item() method to recognizes time zone of items.
- add get_pubDate_epoch() undocumented method which returns time as second.
2006/12/29 (0.20) beta
- allow a date time format which comes without second.
2006/12/16 (0.19)
- negative index supported: get_item() remove_item() limit_item()
- POD updated (thanks to sierra and silver)
2006/12/15 (0.17)
- $item->get('@attr') supported (thanks to javiermm)
2006/09/05 (0.16)
- some of valid/invalid W3CDTF formats supported (thanks to Yamamoto)
2006/08/27 (0.15)
- Atom 1.0 support got forward (thanks to Ole Kasper Olsen)
2006/05/07 (0.13)
- buf fix: get_pubDate_rfc1123() for RDF/Atom
- buf fix: image() for RDF, rdf:about attribute
- image() for Atom supports additional content types: image/x-icon, etc.
2006/05/05 (0.12)
- new method: clear_item()
- image() method now supports XML::FeedPP::Atom as well.
2006/05/03 (0.11)
- new method: remove_item() (thanks to JUNDU)
- add_item() method now allows clone another item/entry instance.
2006/04/30 (0.10)
- category() method fixed for more then one category. (thanks to vlajbert)
- normalize() method normalizes pubDate element as well. (thanks to junichi)
- load() method has additional arguments for XML::TreePP. (thanks to kisa)
- source code passed perltidy.
2006/03/18 (0.08)
- new methods: sort_item() uniq_item() limit_item() normalize()
2006/03/09 (0.07)
- correct RSS/RDF/Atom file's format
2006/02/27 (0.05)
2006/02/24 (0.03)
# http://groups.yahoo.com/group/xml-feedpp/
# http://annocpan.org/dist/XML-FeedPP/
# http://rt.cpan.org/Public/Dist/Display.html?Name=XML-FeedPP
# http://www.kawa.net/works/perl/feedpp/feedpp-e.html (English)
http://www.kawa.net/works/perl/feedpp/feedpp.html#changes (Japanese)