Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7b14fb1

Browse files
committed
17.0.0
1 parentc1523e2 commit7b14fb1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎changelog.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#17.0.0
2+
* 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))
3+
* Upgrade path-browserify to v1.x. ([#1838](https://github.com/browserify/browserify/pull/1838))
4+
* Upgrade stream-browserify to v3.x.`require('stream')` now matches the Node.js 10+ API. ([#1970](https://github.com/browserify/browserify/pull/1970))
5+
* 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))
6+
* Add JSON syntax checking. Syntax errors in`.json` files will now fail to bundle. ([#1700](https://github.com/browserify/browserify/pull/1700))
7+
18
#16.5.2
29

310
Upgrade browser-resolve to v2.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"browserify",
3-
"version":"16.5.2",
3+
"version":"17.0.0",
44
"description":"browser-side require() the node way",
55
"main":"index.js",
66
"bin": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp