Skip to content
Jason Walton edited this page Mar 6, 2015 · 3 revisions

v1.3.3

  • Fix broken configuration loading.

v1.3.2

  • Update dependencies.

v1.3.1

  • Add support for passing transform configuration directly via browserify.

v1.2.0

  • 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 for make*Transform() functions which causes them to only process JavaScript-like files (.js, .coffee, etc...).
  • Moved some documentation out into the Wiki.

v1.1.0

  • Add setConfig() and configure() methods to transforms.

v1.0.2

  • Include the name of the transform in error messages.
Clone this wiki locally