Skip to content

Releases: nicgirault/angular-trello-api-client

2.1.1

16 Feb 23:15
Compare
Choose a tag to compare
Fixes #8

2.1.0

05 Jan 23:11
Compare
Choose a tag to compare

allow to customize return URL

2.0.0

10 Dec 12:53
Compare
Choose a tag to compare

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

08 Dec 18:58
Compare
Choose a tag to compare

added gulp as dev dependency
return response to continue the promise
fixed module name at README

1.0.4

28 Nov 13:51
Compare
Choose a tag to compare

Rename module angular-trello-api-client -> trello-api-client
(no major release, I'm the only to use it for now)

1.0.3

28 Nov 13:02
Compare
Choose a tag to compare

Add trello token and app key only with trello client requests

1.0.1

28 Nov 12:53
Compare
Choose a tag to compare

Fix dependencies version: angular 1.3 is enough to make it work.

1.0.0

28 Nov 12:49
Compare
Choose a tag to compare

Oauth + generic API client