- added support for multiple javascript entry points via the
bundlesByEntryPoint
option
- added support for single string as appTransformDirs
- added single letter aliases for logLevel and appTransformDirs options
- changed to browserify plugin architecture
- now can be used with any compatible version of browserify
- the
transforms
package.json no longer supports js transforms - the following API options were removed: packageTransform, browserifyInstance, browserifyBundleOptions
- add log level option
- BREAKING CHANGE: Corrected spelling of "appTranform" and "appTranformDir" to "appTransforms" and "appTransformDirs"