The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.012     2022-10-19 16:30:23Z
- Improved options for error handling (GH#11)
- Improved last_error
- Added die_on_response_error
- Added custom_request_handler
- Added custom_request_handler_result
- Added response_content_type
- Added response_status
- Removed all XML related code - Spotify API no longer supports XML

0.011    2022-10-18 10:10:00Z
- Change useragent base class from WWW::Mechanize to LWP::UserAgent (GH#13)
  (Olaf Alders)
- Tidy imports and drop support for perl 5.8 (GH#12) (Olaf Alders)

0.010     2020-09-17 21:21:55Z
- Fix credentials (GH#8) (trs-80)

0.009     2017-02-16 23:18:10-05:00 America/Toronto
- Require rather than use XML::Simple.

0.008     2016-08-07 00:00:18-04:00 America/Toronto
- Adds LWP::Protocol::https to dependencies.

0.007     2016-08-06 01:50:04-04:00 America/Toronto
- Allow users to provide their own useragents via "ua" arg to new().
- Remove unused is_valid_json() method.

0.006     2016-08-04 23:49:44-04:00 America/Toronto
- Switch from Moose to Moo + Type::Tiny

0.005     2016-07-28 22:23:03-04:00 America/Toronto
 - GitHub repo url is now in metadata.

0.004     2014-11-23
 - Enhanced documentation
 - Added query_full_url to help work with playlist results

0.003     2014-10-23
 - Changed album_tracks to albums_tracks to better match actual API call
 - Added browse_feature_playlist method
 - Added browse_new_releases method
 - Enhanced documentation
 - Improved tests

0.002     2014-06-24
 - Resolved issue with undefined item which caused tests to fail on some platforms
 - Minor changes to documention

0.001     2014-06-23
 - Initial releasee