Releases: browserify/browserify
Releases · browserify/browserify
v17.0.1
- Use
hasown
instead of has
. (4b1a5dc)
- Use
String.prototype.slice
instead of String.prototype.substr
. (#2036)
- Support relative paths in the
noParse
option. (#2080)
v17.0.0
- 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
Remove deprecated mkdirp
version in favour of mkdirp-classic
.
00c913f
Pin dependencies for Node.js 0.8 support.
#1939
v16.5.0
Support custom name for "browser"
field resolution in package.json
using the browserField
option.
#1918
v16.4.0
Upgrade stream-http to v3. This version drops support for IE10 and below.
#1916
v16.3.0
add empty stub for the http2
builtin module.
#1913
update license text to remove references to code that is no longer included.
#1906
add more tests for folder resolution.
#1139
v16.2.3
add empty stub for the inspector
builtin module.
#1854
change the "browser" field link to the browser-field-spec repo instead of the old gist.
#1845
v16.2.2
Remove some extraneous files from the published package.
v16.2.1
Fix relative --external
paths on Windows. (@Shingyx)
#1704
Fix tests to work on Windows, and add Appveyor CI for Windows testing.
#1819
v16.2.0
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.
#1829