0.11 -> 0.12
* Added advanced searching
* Artist, album, song, and genre objects will now stringify to the name
of the artist, album, song, or genre instead of the Package=HASH(0x8172b34)
crap
0.10 -> 0.11
* Copyright regex fixes in Album.pm and Search.pm
* Minor bug fixes in album parsing when the album is an audiobook
0.04 -> 0.10
* HUGE rearrangement/rewrite of code. Refactored by creating Request,
Album, Artist, Genre, and Song objects. Data is fetched efficiently
and transparently. Still missing some parts -- see the TODO section
in Net::iTMS's POD -- but these will be easy to implement.
* See all the doc for more usage info. It's dead easy.
perldoc Net::iTMS
perldoc Net::iTMS::Artist
perldoc Net::iTMS::Album
perldoc ...
0.03a -> 0.04
* Bug fixes in Net::iTMS::XML -- still are probably a bunch of edge
cases.
* Changed method names in Net::iTMS -- NOT backwards compatible.
0.01 -> 0.03a
Undocumented except in Subversion. If it really matters, email me,
or just use diff yourself.