- updated package versions
- updated package versions
- updated package versions
- fixes SIGINT and exit process (thanks @XrXr)
- minor fixes, added tests for ProfileFinder
- modify some callbacks to follow the standard
(err, resp)
- ability to specify a destination directory
- normalize extension path (thanks @halo2376)
- catching profileDir delete errors on exit
- made most of the fs calls asynchronous
- support for jetpack extensions (jpm now in beta) (thanks @jsantell)
- updated package versions.
- dropping support for nodejs 0.8.
- updated package versions + fixed coverage report
- deps version update
- fixed packed extension (thanks @jsantell)
- allowed support for the new jetpack extensions that use package.json instead of install.rdf (thanks @jsantell)
- updatePreferences() call is no longer required, it is automatically called by encoded() if needed
- update package versions (archiver)
- fixed other Windows path issues (contribution from testingBot)
- setAcceptUntrustedCerts and setAssumeUntrustedCertIssuer now expects real boolean (contribution from testingBot)
- Fixed Windows support
- fixed potential EMFILE when installing multiple extensions (contribution from https://github.com/circusbred)
- more unit tests, added integration tests, saucelabs
- added addExtensions(array, callback) method
- EMFILE bug fix
- added basic tests for encoded()
- encoded is now asynchronous (adm-zip to node-archiver constraints to zip profile)