All Versions
15
Latest Version
Avg Release Cycle
72 days
Latest Release
1265 days ago

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 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.2

    August 03, 2020
  • v16.5.1 Changes

    March 30, 2020

    ✂ Remove deprecated mkdirp version in favour of mkdirp-classic.

    💻 00c913f

    📌 Pin dependencies for Node.js 0.8 support.

    💻 #1939

  • v16.5.0

    August 09, 2019
  • v16.4.0

    August 08, 2019
  • v16.3.0 Changes

    July 11, 2019

    ➕ 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 Changes

    September 25, 2018

    ➕ 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 Changes

    May 09, 2018

    ✂ Remove some extraneous files from the published package.

  • v16.2.1 Changes

    May 09, 2018

    🛠 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 Changes

    April 11, 2018

    ⚡️ 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