Skip to content

Commit

Permalink
Bumped version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saneki committed Apr 21, 2015
1 parent a44ab92 commit 87a008e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

v1.0.2
------
- Added Tox.load() for asynchronously creating a Tox object.
- Added 'data' option for Tox construction, which specifies the data to load
as either a Buffer or a filepath (string). If given a filepath, this will
read the file synchronously if (new Tox()) is used, and asynchronously if
Tox.load() is used.
- Added Tox#saveToFile(), Tox#saveToFileSync() for saving state to a file.

v1.0.1
------
- Updated typescript definitions file.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toxcore",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node bindings for libtoxcore",
"keywords": ["im", "libtoxcore", "node-toxcore", "skype", "tox", "toxcore"],
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion typings/toxcore.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for toxcore 1.0.1
// Type definitions for toxcore 1.0.2
// Project: https://github.com/saneki/node-toxcore
// Definitions by: saneki <https://github.com/saneki>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
Expand Down

0 comments on commit 87a008e

Please sign in to comment.