Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.07 KB

File metadata and controls

48 lines (35 loc) · 1.07 KB

History

0.2.1

Default version of api to use is now 2. Some improvements to documentation.

0.2.0

Removed dependency on fibers, instead now uses async. Lots of small fixes.

0.1.7

Some minor fixes to TON API and dependencies update.

0.1.4

Support for Node 0.10.x versions added.

0.1.2

Added support for Twitter TON API.

0.1.1

Seems stable. Just a version bump.

0.0.9

Improved example. Code refactoring.

0.0.7

Some bugs fixed and code refactoring.

0.0.6

Fixed options bug, which wouldn't allow setting sandbox mode and api version. Some code refactoring.

0.0.5

Callback change reverted *Breaking Change: * Callback parameter order changed, from function(err, body, resp) it has been changed to function(err, resp, body)

0.0.4

Fixed example in readme. *Breaking Change: * Callback parameter order changed, from function(err, resp, body) it has been changed to function(err, body, resp)

0.0.3

Fixed a major bug with parameter passing. Minimum Node version requirement changed to 0.12

0.0.2

Basic wrapping of the API.