## 1.0.1 (2014-06-16)

Bugfixes:

  - toDERInteger returns a byteArray, and not a buffer

## 1.0.0 (2014-06-16)

Features:

  - Pad parameter to toBuffer
  - Get negative bignums working
  - Get toDER and fromDER working properly, in pure and fast
  - Incorporated tests from bn.js and bigi
  - Get benchmarks running too.
  - Add .byteLength() calls to both


## 0.0.6 (2014-06-13)

Features:

  - Various fixes to be compatible with the bigi package.

## 0.0.5 (2014-06-13)

Features:

  - abs() method

## 0.0.4 (2014-06-13)

Features:

  - Inspect functions for pretty-printing in the console

## 0.0.3 (2014-06-13)

Features:

  - New method -- x.pow(y), without modulo
