0.452 Tue, 31 Jan 2006 19:46:42 +0800
- initial release
0.455 Wed, 01 Feb 2006 14:34:05 +0800
- Add getstore() and getprint()
- Add document patch
- Add zh_TW slides introducing FEAR::API
0.456 Wed, 01 Feb 2006 17:40:35 +0800
- Add English slides
0.460 Thu, 02 Feb 2006 21:53:39 +0800
- Change behaviour inside invoke_handler(). $_ represents the
extracted record, not $_[0].
- Add checking in &know_myself if $_[0] is in /FEAR::API/ namespace.
- Add alias 'has_more_links' for 'has_more_urls'
- Add alias '_extract' for '_template'
- Add alias '_foreach_result' for '_foreac'
- $self->extract() can accept template as argument
- Rewrite _foreach filter
0.462 Mon, 06 Feb 2006 14:34:15 +0800
- dispatch_link operator can accept FEAR::API object now. $_ >> $_
- Add alias _self for _feedback for clarity reason.
- fix stop-fetching problem if a duplicated url is encountered
- s/_feedback/_self/g in slides
0.463 Mon, 06 Feb 2006 15:30:55 +0800
- Support for $_ > io('file');
- Support for $_ >> io('file');
- Slides update
0.464 Mon, 06 Feb 2006 20:44:18 +0800
- Plain string in filtering syntax now acts as _template()
- Fix dependencies in Makefile.PL
0.465 Tue, 07 Feb 2006 11:02:30 +0800
- Fix dependencies in Makefile.PL
- Fix recursive fetching bug
0.466 Wed, 08 Feb 2006 13:54:05 +0800
- Tidy up report_links()
- s/$self->{current_url}/$self->current_url/ in absolutize_url
- Fix invoke_handler()'s bug that it didn't product results.