- Added support for album retrieval
- Added support for
market
when searching
- Removed extraneous diagnostic code
- Relaxed sanitization routined used to clean up search terms prior to sending to the Spotify API (no longer filtering out
(
and)
characters)
- Relaxed sanitization routine used to clean up search terms prior to sending to the Spotify API (no longer filtering out
*
characters)
- Added support for returning multiple closest matches for when multiple Spotify tracks match the same ISRC or the same artist and title
- Reworked how errors are returned when captured from Spotify API
- Breaking interface change - search and findBestMatch accept
params
object now - Added support for lookup based on ISRC code
- Added support for Spotify Web API Client Credentials
- Updating sanitize internal function to filter less - fixes defect where occaisionally title and artist was blank
- Simplify response from search
- Added support for search result limit
- Added support for start index (rather than page) on search
- Changed query interface to support artist and title explicitly
- Updated to use newer version of Spotify search API
- Renamed internal constructor to reflect module name
- Updated dependencies
- Add repository for package.json file
- Initial release