Skip to content

Latest commit

 

History

History
107 lines (71 loc) · 6.44 KB

HISTORY.md

File metadata and controls

107 lines (71 loc) · 6.44 KB

Change log

2.3.6 (15 October 2016)

2.3.5 (20 July 2016)

  • Use encodeURIComponent instead of encodeURI to encode the user's id. 'encodeURI' wasn't encoding characters like / or # that were generating an invalid endpoint url. Thanks @jgranstrom for the PR.

2.3.4 (18 July 2016)

  • Fixed a bug in clientCredentialsGrant().

2.3.3 (18 July 2016)

  • Migrated to the superagent request library to support Node.JS and browsers. Thanks @SomeoneWeird for the PR to add it, and @erezny for reporting bugs.

2.3.2 (10 July 2016)

2.3.1 (3 July 2016)

  • Fix for getRecomendations method causing client error response from the API when making the request. Thanks @kyv for reporting, and @Boberober and @JMPerez for providing fixes.

2.3.0 (2 April 2016)

2.2.0 (23 November 2015)

2.1.1 (23 November 2015)

  • Username encoding bugfix.

2.1.0 (16 July 2015)

2.0.2 (11 May 2015)

  • Bugfix for retrieving an access token through the Client Credentials flow. (Thanks Nate Wilkins!)
  • Add test coverage and Travis CI.

2.0.1 (2 Mar 2015)

  • Return WebApiError objects if error occurs during authentication.

2.0.0 (27 Feb 2015)

  • Breaking change: Response object changed. Add headers and status code to all responses to enable users to implement caching.

1.3.13 (26 Feb 2015)

1.3.12 (22 Feb 2015)

1.3.11

1.3.10

  • Add market parameter to endpoints supporting Track Relinking.
  • Improve SEO by adding keywords to the package.json file. ;-)

1.3.8

1.3.7

1.3.5

  • Add missing options parameter in createPlaylist (issue #19). Thanks for raising this allinallin.

1.3.4

1.3.3

1.3.2

  • Add ability to use callback methods instead of promise.

1.2.2

  • Bugfix. api.addTracksToPlaylist tracks parameter can be a string or an array. Thanks ofagbemi!

1.2.1

1.1.0

1.0.2

1.0.1

  • Allow options to be set when retrieving a user's playlists. Thanks EaterOfCode.

1.0.0

0.0.11

0.0.10

0.0.9