Releases: nicgirault/angular-trello-api-client
Releases · nicgirault/angular-trello-api-client
2.1.1
2.1.0
allow to customize return URL
2.0.0
There is no more localStoragePrefix in the configuration. Instead use localStorageTokenName
Now trello-api-client use it's own way of storage (localStorage) and by pass the satellizer storage. The reason for this is that I want to be able to use satellizer for multiple authentications but satellizer can only store one token. sahat/satellizer#591
1.0.5
added gulp as dev dependency
return response to continue the promise
fixed module name at README
1.0.4
Rename module angular-trello-api-client -> trello-api-client
(no major release, I'm the only to use it for now)
1.0.3
Add trello token and app key only with trello client requests
1.0.1
Fix dependencies version: angular 1.3 is enough to make it work.
1.0.0
Oauth + generic API client