-
Notifications
You must be signed in to change notification settings - Fork 14
Change log
Jason Walton edited this page Mar 6, 2015
·
3 revisions
- Fix broken configuration loading.
- Update dependencies.
- Add support for passing transform configuration directly via browserify.
- Default behavior for finding package.json has changed. browserify-transform-tools now searches from the cwd instead of from the parent directory of the source file being transformed.
- Users of transforms generated with browserify-transform-tools can now pick which extensions and files the transform will apply to.
- New
jsFilesOnly
option formake*Transform()
functions which causes them to only process JavaScript-like files (.js, .coffee, etc...). - Moved some documentation out into the Wiki.
- Add setConfig() and configure() methods to transforms.
- Include the name of the transform in error messages.