All Versions
15
Latest Version
Avg Release Cycle
72 days
Latest Release
1516 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v17.0.0 Changes
October 10, 2020- ⬆️ 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 withasync
/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
andutil.callbackify
are finally available by default in browserify. (#1844) - ➕ Add JSON syntax checking. Syntax errors in
.json
files will now fail to bundle. (#1700)
- ⬆️ Upgrade events to v3.x. EventEmitter instances now have an
-
v16.5.2
August 03, 2020 -
v16.5.1 Changes
March 30, 2020 -
v16.5.0
August 09, 2019 -
v16.4.0
August 08, 2019 -
v16.3.0 Changes
July 11, 2019 -
v16.2.3 Changes
September 25, 2018 -
v16.2.2 Changes
May 09, 2018✂ Remove some extraneous files from the published package.
-
v16.2.1 Changes
May 09, 2018 -
v16.2.0 Changes
April 11, 2018⚡️ update the browser versions of
vm-browserify
andstring_decoder
.⚡️
string_decoder
updates to the Node 8+ API.
💻vm-browserify
replaces an unlicensed dependency by an MIT one.💻 #1829