* 1.7.0 - Correct handling of absolute paths on Windows (courtesy [Ronald M. Clifford](https://github.com/roncli))
* 1.6.0
    * Add support for passing configuration directly via browserify (added in Browserify v3.41.0?)
    * Verbose messages now log to stderr (courtesy [Zaim Bakar](https://github.com/zaim))
* 1.5.0 - Use 'fromSourceFileDir' from browserify-transform-tools to correctly resolves package.json (courtesy of [Justin Howard](https://github.com/justinhoward))
* 1.4.0 - Add support for `relative:` aliases. (courtesy of [mkuklis](https://github.com/mkuklis).)
* 1.3.1 - Use browserify-transform-tools to decide which files are JS or not.
* 1.3.0 - Upgrade to browserify-transform-tools v1.2.1.
* 1.2.3 - Fix for Windows backslash problem (courtesy of [LinuxBasic](httsp://github.com/LinuxBasic).)
* 1.2.2 - Commit the lib file along with the coffee file.  :(
          Add support for literate coffee-script and streamline files.
* 1.2.1 - Only instrument .js and .coffee files (courtesy of [spenceralger](https://github.com/spenceralger).)
* 1.2.0 - Support for paths after aliases (courtesy of [martinheidegger](https://github.com/martinheidegger).)
* 1.1.0 - Support for programatic configuration.
* 1.0.0 - Initial release.
