Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

21 lines (21 loc) · 1.7 KB
  • 2.0.0
    • Add support for requireish (many thanks to kamekazemaster.)
    • BREAKING CHANGE: Calling configure() to set configuration programatically still works, but is considered deprecated and may be removed in a future release. setConfig() has been removed. We've done some slightly exciting things with how configuration gets loaded; all tests are passing, but if you run into a problem, please be sure to raise an issue.
  • 1.7.0 - Correct handling of absolute paths on Windows (courtesy Ronald M. Clifford)
  • 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)
  • 1.5.0 - Use 'fromSourceFileDir' from browserify-transform-tools to correctly resolves package.json (courtesy of Justin Howard)
  • 1.4.0 - Add support for relative: aliases. (courtesy of 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.)
  • 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.)
  • 1.2.0 - Support for paths after aliases (courtesy of martinheidegger.)
  • 1.1.0 - Support for programatic configuration.
  • 1.0.0 - Initial release.