1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
# XML::FeedPP Changes
2008/01/14 (0.34)
* add time zones supported: UT EST EDT CST CDT MST MDT PST PDT
http://www.rfc-editor.org/rfc/rfc2822.txt
(thanks to Matti)
2008/01/05 (0.33)
* Subversion on Google Code
http://xml-treepp.googlecode.com/svn/trunk/XML-FeedPP/
* XML::FeedPP::Plugin::DumpJSON module branched
http://search.cpan.org/dist/XML-FeedPP-Plugin-DumpJSON/
2007/11/16 (0.31) not released
* getting from multiple nodes is supported for <media:thumbnail url="">
2007/08/20 (0.30)
* Atom 1.0 supported. Atom 0.3 is still default. (thanks to takemaru)
Note that future version of this would change its default as Atom 1.0.
http://teahut.sakura.ne.jp/b/2007-06-24-1.html
2007/07/27 (0.22)
* bugfix: Daylight saving time accepted.
http://cpantesters.perl.org/show/XML-FeedPP.html#XML-FeedPP-0.21
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)
* new methods: set() get()
2006/02/24 (0.03)
* first release
# http://groups.yahoo.com/group/xml-feedpp/
# http://annocpan.org/dist/XML-FeedPP/
# http://www.kawa.net/works/perl/feedpp/feedpp-e.html (English)
# http://www.kawa.net/works/perl/feedpp/feedpp.html#changes (Japanese)
|