1.1.0 • Published 8 years ago

sbtag v1.1.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
8 years ago

Swift Binary Tag (sbtag)

A minimal node module allowing the reading and writing of data in the sbtag format. Get the module here npm version

Installation

npm install sbtag --save

Usage

var sbtag = require('sbtag');

var encoded = sbtag.encode( { hello: "world!", five: 5 } ).result;
var decoded = sbtag.decode( encoded ).result;

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 1.1.0 Major update in module structure, and added error handling.
  • 1.0.2 Removed left over tests.
  • 1.0.0 Initial release
1.1.2

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago