v0.5.7
  - fixes bug with empty buffer on put

v0.5.6
  - test cleanups. bug fixes

v0.5.5
  - updates get method to follow some paradigm as other methods

v0.5.4
  - minor bug fixes

v0.5.3
  - updates readme for readdir method

v0.5.2
  - fixes undefined JSON.parse errors

v0.5.1
  - adds JSON.parse to medata header information

v0.5.0
  - adds tests
  - API change. copy_ref now called cpref
  - adds streaming
  - adds readdir
  - fixes param collision issues
  - API changes
  - changes `cp` command to take cpref object as first argument
  - changes 'createClient' to 'client'
  - changes 'request_token' to 'requesttoken'
  - changes 'access_token' to 'accesstoken'

v0.4.3
  - return the stream from request

v0.4.2
  - better docs  

v0.4.1
  - adds support for copying from copy_ref

v0.4.0
  - overhaul to the API
  - improved docs

v0.3.1
  - adds support for delta
  - adds support for copy_ref

v0.3.0
  - adds better binary file support
  - use querystring.parse

v0.2.2
  - updates request
  - forces buffer output for get and thumbnails

v0.2.1
  - fixes double encoding issue
  - changes url endpoint

v0.2.0
  - adds authorize_url method

v0.1.1
  - fixes encoding issue

v0.1.0
  - inception
