Skip to content

Commit

Permalink
17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 10, 2020
1 parent c1523e2 commit 7b14fb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.markdown
@@ -1,3 +1,10 @@
# 17.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](https://github.com/browserify/browserify/pull/1839))
* Upgrade path-browserify to v1.x. ([#1838](https://github.com/browserify/browserify/pull/1838))
* Upgrade stream-browserify to v3.x. `require('stream')` now matches the Node.js 10+ API. ([#1970](https://github.com/browserify/browserify/pull/1970))
* Upgrade util to v0.12. Most notably, `util.promisify` and `util.callbackify` are finally available by default in browserify. ([#1844](https://gihub.com/browserify/browserify/pull/1844))
* Add JSON syntax checking. Syntax errors in `.json` files will now fail to bundle. ([#1700](https://github.com/browserify/browserify/pull/1700))

# 16.5.2

Upgrade browser-resolve to v2.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "browserify",
"version": "16.5.2",
"version": "17.0.0",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 7b14fb1

Please sign in to comment.