Browserify Versions Save

browser-side require() the node.js way

v17.0.0

3 years ago
  • Upgrade events to v3.x. EventEmitter instances now have an off() method. require('events').once can be used to react to an event being emitted with async/await syntax. (#1839)
  • Upgrade path-browserify to v1.x. (#1838)
  • Upgrade stream-browserify to v3.x. require('stream') now matches the Node.js 10+ API. (#1970)
  • Upgrade util to v0.12. Most notably, util.promisify and util.callbackify are finally available by default in browserify. (#1844)
  • Add JSON syntax checking. Syntax errors in .json files will now fail to bundle. (#1700)

v16.5.1

4 years ago

Remove deprecated mkdirp version in favour of mkdirp-classic.

https://github.com/browserify/browserify/commit/00c913fa345dbb7f612bdad6b4acc91c706e98b2

Pin dependencies for Node.js 0.8 support.

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

v16.5.0

4 years ago

Support custom name for "browser" field resolution in package.json using the browserField option.

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

v16.4.0

4 years ago

Upgrade stream-http to v3. This version drops support for IE10 and below.

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

v16.3.0

4 years ago

add empty stub for the http2 builtin module.

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

update license text to remove references to code that is no longer included.

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

add more tests for folder resolution.

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

v16.2.3

5 years ago

add empty stub for the inspector builtin module.

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

change the "browser" field link to the browser-field-spec repo instead of the old gist.

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

v16.2.2

6 years ago

Remove some extraneous files from the published package.

v16.2.1

6 years ago

Fix relative --external paths on Windows. (@Shingyx)

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

Fix tests to work on Windows, and add Appveyor CI for Windows testing.

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

v16.2.0

6 years ago

update the browser versions of vm-browserify and string_decoder.

string_decoder updates to the Node 8+ API. vm-browserify replaces an unlicensed dependency by an MIT one.

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

v16.1.1

6 years ago

add empty stub for the perf_hooks builtin module.

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