Releases: flickr/flickr-sdk
Releases · flickr/flickr-sdk
v3.1.0
Changed
- #104 Upload/Replace services now parse the response body. (@jeremyruppel)
v3.0.0-alpha.6
Added
- #90 Replace service! (@jeremyruppel)
- #94 You can pass your Flickr API key as a string to the REST service constructor instead of providing an auth superagent plugin. (@jeremyruppel)
v3.0.0-alpha.5
Changed
- #69 Feeds responses are now JSON by default. They used to have the JSONP wrapper. (@jeremyruppel)
Added
- #72 Added an OAuth plugin factory method and an example of how to use it in an OAuth flow. (@jeremyruppel)
- #73 Added an OAuth helper method for generating the OAuth authorize url. (@jeremyruppel)
- #80 Upload service! (@jeremyruppel)
- #85 Added a static method to create OAuth plugins. (@jeremyruppel)
v3.0.0-alpha.4
Added
- #64 REST API calls will now always have the
X-Flickr-API-Method
header added. This isn't required to use the API, it's just a convenience header for downstream plugins. (@jeremyruppel)
v3.0.0-alpha.3
Nothing super important!
v3.0.0-alpha.2
Removed
- #62 OAuth 1.0 is not supported in the browser. (@jeremyruppel)
v3.0.0-alpha.1
Added
- #55 For all REST API methods, you can pass
extras
as an Array and it will be formatted properly for the API. (@jeremyruppel)
Removed
- #58 Upgrade to latest [superagent] and remove support for node <4. (@jeremyruppel)
v2.1.0
v3.0.0 aka The Schism™
This "release" marks the start of a complete rewrite of the Flickr SDK. Once the major release is ready, master
will point to the new timeline and the 2.x
branch will point to the previous version.
This version was published to npm by mistake and shouldn't be used.
Removed
- #18 EVERYTHING. (@jeremyruppel)