Encode-JP-Emoji-FB_EMOJI_GMAIL-0.03
author: Yusuke Kawasaki
Unicode-Emoji-E4U-0.02 (2009-07-01):
- Some pods and tests added
Encode-JP-Emoji-0.02 (2009-07-01):
- Some pods and tests added
- Japanese documents on Google Code.
http://groups.google.com/group/emoji4unicode-ll/web
2009/06/30 (0.39)
* parsehttp now uses decoded_content method under LWP 5.802.
This allows compressed content by Content-Encoding: gzip, etc.
(thanks to cormanaz and ikegami)
http://perlmonks.org/?node_id=774537
http://rt.cpan.org/Public/Bug/Display.html?id=47336
2009/04/07 (0.40)
* fixed #44082: parse method refuses feeds with UTF-8 BOM
http://rt.cpan.org/Public/Bug/Display.html?id=44082
(thanks to haarg)
* supports to get attributes in multiple elements determinably.
See 36_get_multiple.t
* new() and load() methods accept -type argument to specify source type.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504143
(thanks to Anthony DeRobertis)
* to_string() and to_file() methods accept options for XML::TreePP.
2009/03/12 (0.38)
* fixed #36270: supports no XMLDecl on load() method
https://rt.cpan.org/Ticket/Display.html?id=36270
(thanks to hirsch)
* supports category element which has type="" or domain="" attribute
ex. http://thesteampunkhome.blogspot.com/feeds/posts/default
http://weather.livedoor.com/forecast/rss/index.xml
http://picasaweb.google.com/data/feed/base/user/www.kawa.net/?alt=rss
(thanks to greg, tsubok and t-saitoh)
2009/03/01 (0.38)
* dies by "Invalid tree" when write() is called without a hash argument.
* warns by "Unsupported reference type" when write() is called with
a tree which contains unsupported references, ex. BLOBREF.
It avoids "Not a HASH reference" and "Can't use string as a HASH ref."
* dies by "Unknown encoding" when unknown encoding is used.
* No new features are added at this version except for the messages above.
2009/01/17 (0.37)
* new option: xml_deref dereferences the numeric character references,
like ë, 漢 etc.
Now UTF-8 flag is correctly treated. (thanks to haarg)
http://rt.cpan.org/Public/Bug/Display.html?id=42347
* without xml_deref option, the numeric character references between
U+0080 and U+00FF are not dereferenced any more.
the numeric character references up to U+007F and the predefined
character entity references are still dereferenced per default.
* supports Perl 5.8.4 which includes Encode 1.99_01. (thanks to SAPER)
http://rt.cpan.org/Public/Bug/Display.html?id=41986
2008/10/26 (0.36)
* supports spaces around the "=" sign in attribute (thanks to John)
ex. <Elem Attrib = "abc" />
http://tech.groups.yahoo.com/group/xml-treepp/message/27
* Perl 5.10.0 has a memory leak problem on qr//
(thanks to Marcin Guzowski)
http://rt.perl.org/rt3/Public/Bug/Display.html?id=59516
* Makefile.PL now calls Jcode and HTTP::Lite when needed
2008/10/26 (0.36)
* RFC1123 and RSS spec allow two-digit date format
http://rt.cpan.org/Public/Bug/Display.html?id=36890
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503260
(thanks to Illtud Daniel and Anthony DeRobertis)
2008/05/18 (0.35)
* supports multiple <rdf:Seq> which is invalid though
http://www.kawa.net/works/perl/feedpp/feedpp.html#com-2008-05-17T13:13:33Z
"Pseudo-hashes are deprecated at FeedPP.pm line 1085."
(thanks to nasano)
* accepts some invalid W3CDTF format
* merge() returns $self
2008/01/15 (0.22)
- Makefile.PL updated to skip error on DictZH->update()
http://cpantesters.perl.org/show/Lingua-ZH-Romanize-Pinyin.html#Lingua-ZH-Romanize-Pinyin-0.20
2008/01/13 (0.20)
- Subversion on Google Code Project Hosting
http://linuga-romanize.googlecode.com/svn/trunk/Lingua-ZH-Romanize-Pinyin/
- treats utf8 flag transparently
- tests added: t/00_pod.t t/11_pinyin_utf8.t t/12_cantonese_utf8.t
2008/01/15 (0.22)
- Makefile.PL updated to skip error on DictJA->update()
http://cpantesters.perl.org/show/Lingua-JA-Romanize-Japanese.html#Lingua-JA-Romanize-Japanese-0.21
- Use of uninitialized value in unpack at Kana.pm
2008/01/14 (0.21)
- L::J::R::Kana updated to pass test on Perl 5.10.0
http://kawa.at.webry.info/200801/article_11.html
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/14 (0.20)
- follows the Revised Romanization of Korean standard
http://en.wikipedia.org/wiki/Revised_romanization_of_Korean
- treats utf8 flag transparently
- tests added: t/00_pod.t t/02_many.t t/11_utf8.t
2008/01/13 (0.20)
- L::J::R::Kana::Hepburn added
- L::J::R::Base splited
- L::J::R::MeCab uses dictionary_info() method to see charset.
- L::J::R::MeCab requires MeCab 0.94 or above.
- L::J::R::MeCab tested with MeCab 0.96.
- all modules treats utf8 flag transparently
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/
2008/01/05 (0.33)
* Subversion on Google Code
http://xml-treepp.googlecode.com/svn/trunk/XML-TreePP/
* supports UTF-8 with BOM when parsing XML
http://www.kawa.net/works/perl/feedpp/feedpp.html#com-2008-01-03T15:02:56Z
2007/09/22 (0.31)
* "]]>" in CDATA must be separated into "<![CDATA[]]]]><![CDATA[>]]>"
http://www.w3.org/TR/REC-xml/#sec-cdata-sect
* utf8_flag option requires Perl 5.8.1
* avoid "Wide character in print at" in writefile()
2007/08/27 (0.29)
* 34_utf8_flag.t skips all tests on Perl 5.8.0
utf8::is_utf8() wasn't there in 5.8.0.
http://www.nntp.perl.org/group/perl.perl5.changes/2003/08/msg8628.html
* 34_utf8_flag.t passes all tests on Perl 5.8.1-2
http://rt.perl.org/rt3/Public/Bug/Display.html?id=24846
* avoid "Use of uninitialized value in substitution" in xml_escape
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/08/17 version 0.10:
- Class::Accessor::Children::Fast required
- WebService::Recruit::Jalan::Base splitted
2007/08/14 version 0.08:
- response accessors read only
2007/08/13 version 0.07:
- the first release!
2007/08/17 version 0.11:
- Class::Accessor::Children added on PREREQ_PM
2007/08/16 version 0.10:
- Class::Accessor::Children::Fast required
- WebService::Recruit::Dokoiku::Base splitted
- WebService::Recruit::Dokoiku::GetStation typo fixed
- response accessors read only
2007/08/13 version 0.07:
- the first release!
2007/08/13 (0.27)
* bug fix: autoload Encode.pm on particular environment, $] == 5.008
http://www.nntp.perl.org/group/perl.cpan.testers/2007/08/msg557739.html
http://www.nntp.perl.org/group/perl.cpan.testers/2007/08/msg557741.html
* pod revised. OPTIONS FOR PARSING/WRITING sections are separated.
2007/08/13 (0.27)
* bug fix: autoload Encode.pm on particular environment, $] == 5.008
http://www.nntp.perl.org/group/perl.cpan.testers/2007/08/msg557739.html
http://www.nntp.perl.org/group/perl.cpan.testers/2007/08/msg557741.html
* pod revised. OPTIONS FOR PARSING/WRITING sections are separated.
2007/08/06 (0.25)
* new option: force_array => '*' means every elements (thanks to Niek)
2007/08/06 (0.24)
* new option: force_array => '*' means every elements
* new option: force_hash => [], and also '*'means every elements
* new option: elem_class => 'class'
* new tests: t/35_force_hash.t t/36_elem_class.t
2007/07/29 (0.15)
- L::J::R::DictJA uses ExtUtils::MakeMaker::prompt().
- L::J::R::Japanese changes its internal HASH structure.
- L::J::R::MeCab supports mecab-0.95 with ipadic-2.7.0-20070610.
2007/07/28 (0.22)
* new option: ident => 2 (thanks to Aaron)
* new option: utf8_flag => 1
* new option: base_class => 'class'
* new tests: t/32_base_class.t t/33_indent.t t/34_utf8_flag.t
* LICENSE field added in META.yml
2007/07/27 (0.22)
* bugfix: Daylight saving time accepted.
http://cpantesters.perl.org/show/XML-FeedPP.html#XML-FeedPP-0.21
2007/07/25 (0.21)
* bug fix: use_ixhash missing order on elements with attribute(s)
2007/07/22 (0.20)
* new option: http_lite => HTTP::Lite->new()
* new option: lwp_useragent => LWP::UserAgent->new() (thanks to NEELY)
http://rt.cpan.org/Ticket/Display.html?id=28167
* new option: use_ixhash => 1 (thanks to RENEEB)
http://rt.cpan.org/Ticket/Display.html?id=23522
* first_out and last_out options keep its order (thanks to BASHI and sajohn52)
http://tech.groups.yahoo.com/group/xml-treepp/message/13
* new tests: 27_http-lite-force.t 28_http-lwp-force.t
29_http-lwp-withcache.t 30_first_out.t 31_tie_ixhash.t
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/11/06 (0.14)
- test scripts updated for tests passed.
- MeCab 0.93 with ipadic-2.7.0-20060707 tested.
2006/11/03 (0.19)
* new option: text_node_key (thanks to Niek)
* attr_prefix now supports zero-length prefix.
2006/11/01 (0.14)
* FB_XMLCREF -> XMLCREF changed. see [Jcode5 802]
* POD typo fixed.
2006/10/15 (0.06)
* supports bookmark.getTotalCount method.
http://hatena.g.hatena.ne.jp/hatenabookmark/20061004/1159944160
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/08/13 (0.18)
* parsehttp()'s 4th argument: an HTTP request header as a hash ref.
* new option: ignore_error (thanks to Riyousha)
* new option: xml_decl (thanks to Stephen and Jon)
* new tests: 20_http-lite-cached.t 21_http-lwp-cached.t
22_http-lite-headers.t 23_http-lwp-headers.t 24_ignore_error.t
2006/06/13 (0.13)
- perltidied.
- tone contours added only in the case of Mandarin Pinyin and Traditional Chinese characters.
this demands on dictionaries: cxterm/dict/big5/PY.tit
2006/05/25 (0.17)
* bug fix: multiple CDATA or text nodes in a element (thanks to junichi)
* new test: 19_multi_text.t
# WebService::Hatena::BookmarkCount Changes
2006/05/21 (0.05)
* support more than 50 URLs on a call
2006/02/26 (0.04)
* first release.
# http://www.kawa.net/works/perl/hatena/bookmarkcount.html
2006/05/21 (0.15)
* bug fix: character references support (since 0.14)
* new test: 18_escape_amp.t
2006/05/15 (0.14)
* new encodings: eucJP-win and eucJP-ms (for Perl 5.005/5.6.1)
* new entity references: '
* character references supported: & &
* spaces in text node are not deleted on parse() method.
* returns are not added in text node on write() method.
* HTTP tests are skipped per default: 09_http-lite.t 10_http-lwp.t
* new tests: t/00_pod.t t/13_encoding_en.t t/14_encoding_zh.t
t/15_encoding_ja.t t/16_encoding_ko.t t/17_output_encoding.t
2006/05/08 (0.13)
- new sub classes: MeCab::UTF8 in Lingua::JA::Romanize::MeCab
- t/03_juman.t tests $PATH to find juman command.
- t/04_mecab.t supports dictionary charset detection.
- perltidy-ed.
2006/05/05 (0.12)
* add method: clear_item()
* image() method now supports XML::FeedPP::Atom as well.
2006/05/03 (0.11)
2006/04/30 (0.11)
* add method: remove_item() (thanks to JUNDU)
* add_item() method now allows clone another item/entry instance.
# XML::TreePP Changes
2006/04/30 (0.10)
* attr_prefix parameter added to emulate E4X, ECMAScript for XML.
* user_agent parameter and its default value added.
* source code passed perltidy. (thanks to Nadim)
# XML::FeedPP Changes
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/04/08 (0.08)
* set() and get() method added.
* cdata_scalar_ref option added. CDATASection's round trip supported.
* some error checkes added, thanks to Nadim.
# Lingua::KO::Romanize::* modules Changes
2006/04/04 (0.12)
- chars() method added
2006/03/26 (0.11)
- first release
# Lingua::ZH::Romanize::* modules Changes
2006/04/04 (0.12)
- cxterm/dict/gb/CCDOSPY.tit removed from archive which is not used
- chars() method added
2006/03/26 (0.11)
- first release
# Lingua::JA::Romanize::* modules Changes
2006/04/04 (0.12)
- Lingua::JA::Romanize::Juman module added
- Lingua::JA::Romanize::MeCab module added
2006/03/26 (0.11)
- first release
2006/03/18 (0.08)
* add methods: sort_item() uniq_item() limit_item() normalize()
2006/03/09 (0.07)
* Correct POD about parsehttp() method
2006/03/02 (0.06)
2006/03/09 (0.07)
* correct RSS/RDF/Atom file's format
2006/02/27 (0.05)
* add set() get() methods
2006/02/24 (0.03)
* first release
0.06 2006/03/01
* parsehttp() method now supports the HTTP::Lite pure Perl module as well.
* Bug fix: xml_escape() call in hash_to_xml() method. (thanx to suVene)
0.04 2006/02/26
0.04 2006/02/27
! lib/XML/TreePP.pm
* Correct POD about force_array option of new() method.
* parsehttp() method returns a hash tree and xml source on array context.
# XML::TreePP Changes
0.03 2006/02/22 (Yusuke Kawasaki)
+ Changes
0.02 2006/02/21 (Yusuke Kawasaki)
! lib/XML/TreePP.pm
* Change encoding from ISO-8859-1 to UTF-8 is natively supported.
+ t/force_array.t t/parse.t t/parsefile.t t/parsehttp.t t/write.t
t/index.rdf t/family.xml
* Test scripts added.
0.01 2006/02/20 (Yusuke Kawasaki)
* first release.
# http://www.kawa.net/works/perl/treepp/treepp-e.html