- Update ms (limits
cache
option to 100 chars if string)
- Update browserify to 16.0.0
- Swap from uglify-js to uglify-es
- Update browserify to 14.1.0
- Pass other options to browserify
- Update dependencies
- Update browserify to 10.2.4
- Use watchify for dynamic caching
- Fix dynamic caching
- Add code coverage to tests
- Update browserify to 8.1.3
- Fix support for some boolean options
- Add
basedir
option - Add
run
option to add to bundle as well as 'require' - Add plugin support
- Allow options to be passed to transforms
- Update browserify to 5.12.1
- Breaks the
expose
option. If you need this, don't upgrade yet.
- Update browserify to 4.2.1 (contains security fix!)
- Update browserify to 4.1.5 (N.B. there are some small breaking changes
- Remove magic path resolution (see #21)
- Deprecate magic path resolution (see #21)
- Update browserify to 3.46.1
- Fix reference error when compiling modules with the
precompile
option (true by default in production)
- Add
precompile
option for all but directory serving (and enable by default in production) - Define some hooks for modifying the entire bundle as a string before and after minifying
- Update browserify to 3.44.2
- Update browserify to 3.38.0
- Update browserify to 3.32.1
- Update browserify to 3.24.1
- Fix a bug when the
external
option combined with a "dynamic"cache
- Update browserify to 3.4.0
- Pass minify options to uglify-js (suggested by @rnikitin)
- Pass
resolve
andbasedir
options to browserify
- Update browserify to 3.2.1
- Update browserify to 3.0.0 (brings major reductions in file sizes for many browserified modules, deprecates support for some features in older browsers)
- Suport per-module options to allow custom expose names (thanks to @KylePDavis)
- Update browserify to 2.36.0
- Update browserify to 2.35.0
- Update mold-source-map to 0.3.0
- Refactor (thanks to duereg)
- Update browserify to 2.33.0
- Support options.extensions (thanks to @refractalize)
- Update browserify to 2.32.2
- Update browserify to 2.29.0
- Update browserify to 2.28.0
- Update uglify-js to 2.4.0
- Update browserify to 2.26.0
- You can serve non-js files via the
grep
option (thanks to @maxnordlund) - Fix double compile with dynamic caching (thanks to @ef4)
- Fix noParse for bare module names (thanks to @ef4)
- Update browserify to 2.25.1
- Give source-maps the correct path separators on windows (which leads to a proper folder browser in devtools)
- Add a
basedir
option to display source map paths relative to
- Update browserify to 2.24.2
- Implement dynamic caching (
{cache: 'dynamic'}
is now the default when in development mode) - Update browserify to 2.23.1
- Add support for using without express (except serving a directory)
- Fix
opts.noParse
(thanks to @haimschindler)
- Update browserify to 2.22.0
- Update browserify to 2.17.2
- Update browserify to 2.16.0
- Add npm badge
- Update browserify to 2.14.1
- Added
noParse
option
- Update uglify-js to 2.3.0
- Added
.npmignore
- Fix reservedKeys logic for settings (thanks to @mhart)
- Fix key check for setter when given an object (thanks to @mhart)
- Remove patch for substack/syntax-error#1
- Update browserify to 2.13.2
- remove work arround for substack/browserify#375
- add patch for substack/syntax-error#1
- add work arround for substack/browserify#375
- Return
env
if it already exists (thanks to @mhart)
- Support custom environments
- update browserify to 2.12.0
- update browserify to 2.11.0
- update browserify to 2.10.2
- Fix
vary
not defined (thanks to @vicapow)
- Add support for modifying Cache-Conrol
- Overhall settings (see readme for new settings API)
- Update browserify to 2.10.1
- update browserify to 2.9.0
- Add vary header so proxy caches don't serve gzipped to clients that can't handle it
- Added Content-Length header (added efficiency)
- Added HEAD support (doesn't attempt to send code)
- update browserify to 2.8.0
- gzip
- e-tags
- documentation
- Initial release