Browserify Versions Save

browser-side require() the node.js way

v16.1.0

6 years ago

add bare and node options to the API, same as the --bare and --node CLI arguments.

https://github.com/browserify/browserify/pull/1804

v16.0.0

6 years ago

add --preserve-symlinks option from Node 6.3

https://github.com/browserify/browserify/pull/1742 https://github.com/browserify/browserify/pull/1801

update the browser version of events to 2.0.0—this version adds methods like prependListener that were introduced in recent node versions, but it is also twice the size of events v1.x (2KB instead of 1KB).

https://github.com/browserify/browserify/pull/1803

Dynamically calculate __dirname and __filename when --node is passed

https://github.com/browserify/browserify/pull/1725

upgrade module-deps, see https://github.com/browserify/module-deps/releases/tag/v6.0.0

https://github.com/browserify/browserify/commit/e5e1ec8799f1007a56118ae46646e0048385ed84

v15.1.0

6 years ago
  • restore support for node < 4.0 until we can decide on a support schedule

13.0.1

8 years ago

Internal

#1552, #1555: Use native Array.isArray and drop isarray dep. (@kt3k)