Revision history for URL::List
0.14 2017-06-07
-
Minor compatibility fix for earlier Perl versions.
-
Upped requirements' version numbers.
0.13 2016-10-10
-
Added blocks_by_host, blocks_by_domain and blocks_by_tld.
0.12 2016-10-07
-
Now using Moose instead of Mouse.
-
Minor changes to inner workings.
-
Upped requirements' version numbers.
0.11 2013-08-11
-
Fixed a bug that kicked in for older Perl versions.
0.10 2013-08-10
-
Added clear() method, with flush() as an alias.
-
Improved the documentation.
-
Improved URL error checking.
-
Improved tests.
0.09 2013-07-23
-
Removed MouseX::NativeTraits, because it's too slow.
-
Added checks for 'host', 'domain' and 'tld' validity.
-
Improved the documentation.
0.08 2013-07-22
-
Added the possibility of ignoring duplicate URLs.
-
Added List::MoreUtils to requirements.
0.07 2013-07-16
-
Fixed URL sorting, so that random hash order doesn't break anything.
-
Improved the documentation.
-
Bumped required modules' version numbers.
0.06 2013-05-08
-
URLs added to the list will no longer be made canonical. This is to
ensure that URLs are never changed. Look at URL::Normalize if you
want to make URLs canonical (or normalize them in any other way).
-
Host name retrieval is now eval'ed, so that illegal URLs added to the
list won't break functionality.
-
Better logging when something fails.
-
Added Carp to prereqs.
0.05 2013-03-08
-
Added MouseX::NativeTraits to prereqs.
0.04 2013-03-08
-
Now using Dist::Zilla.
-
Fixed prereqs.
0.03 2013-03-07
-
Removed lib/Changes.pm.
0.02 2013-03-07
-
Added 'Domain::PublicSuffix' to Makefile.PL.
0.01 2013-03-04
-
Initial release.