Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 7, 2022. It is now read-only.

Tags: adunkman/node-trello

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
adunkman Andrew Dunkman (he/him)
Publish 1.3.0.

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
adunkman Andrew Dunkman (he/him)
Publish v1.2.1.

Had to throw away 1.2.0 due to publishing them to NPM backwards.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
adunkman Andrew Dunkman (he/him)
Merge branch 'master' of github.com:adunkman/node-trello

v1.1.3

Toggle v1.1.3's commit message
bump version to 1.1.3

Version 1.1.2 in npm still has the old request 2.51.0 version. Bumping this to a new version should update npm.

v1.1.2

Toggle v1.1.2's commit message
Publish v1.1.2

Uses HMAC-SHA1 instead of PLAINTEXT for passing authentication information.

v1.1.1

Toggle v1.1.1's commit message
Publish v1.1.1.

Convert from CoffeeScript to JavaScript, fixing #18.

v1.1.0

Toggle v1.1.0's commit message
Publish 1.1.0.

Includes support for upgrading attachments.

v1.0.1

Toggle v1.0.1's commit message
Publish v1.0.1.

Includes fix for request-level errors throwing `TypeError: Cannot read property 'statusCode' of undefined`. (#15).

v1.0.0

Toggle v1.0.0's commit message
Publish v1.0.0.

Major version increase due to changing how the error callback responds (a change in the API).

v0.1.4

Toggle v0.1.4's commit message
Published version 0.1.4 with DELETE bug fix