Changes
=======
0.00006 Wed 30 Jan 2008 [rev 480]
- Change the timing when filters are invoked.
- Filter::Strip now accepts strip_query strip_fragment strip_userinfo
- URLs are not forwarded to be followed unless the URL is valid
(it has to have a scheme and a host)
- URLs that have been dispatched via FollowLinks now contain a
'auto_follow_request' element in the notes() hash
- Fresh::Cache now works with Cache::Memcached::Managed
0.00005 Thu 17 Jan 2008 [rev 434]
- Add filter mechanism, allowing you to filter the URI that was
selected.
- Add "hashref" option for Cache storage backend of Rule::Fresh
- Allow "url" match specification for Rule::URI. This matches the
entire url. via $url->match_parts($rule)
0.00004 Mon 03 Dec 2007 [rev 308]
- Release as 0.00004. No code changes.
0.00004_01 Mon 01 Dec 2007 [rev 307]
- Add Rule::Fresh that allows you to only follow links that are fresh.
- Make follow_links() return the number of links found and dispatched.
- Slightly more docs
0.00003 Mon 12 Nov 2007 [rev 248]
- Add Rules::MIME
- Add Parser::TEXT
- Add support for merge_rule in Parser. This allows users to specify
if their rule should be ANDed or ORed
- Change Rule constants to be strings
0.00002 Sun 11 Nov 2007 [rev 237]
- Actually make it work via Gungho
- Add test t/02_basic.t
- Fix documentation
0.00001 Sun 11 Nov 2007 [rev 229]
- Initial release