echonester
Version:
a client library for searching songs within EchoNest and retrieving the nearest match
31 lines (17 loc) • 702 B
Markdown
# v0.1.6 - 2015.11.13
* Added `#` and `*` to allowable chars in santization routine
* Trimming whitespace from search terms
# v0.1.5 - 2015.11.11
* Added `+` to allowable chars in sanitization routine
* URI encoded title and artist when calling Echonest API
# v0.1.4 - 2015.11.05
* Updated server response error handling
* Added support for bucket
# v0.1.3 - 2014.12.03
* Tweaked allowable characters filter
# v0.1.2 - 2014.12.03
* Updated sanitization to filter less - fixed defect where title and artist were blank
# v0.1.1 - 2014.12.03
* Added additional detail to error returned when the Echonest API returns a non 2XX HTTP response status code
# v0.1.0 - 2014.10.22
* Initial release