Skip to content

Commit e19f256

Browse files
author
James Halliday
committedOct 26, 2015
12.0.0
1 parent c881c07 commit e19f256

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
 

‎changelog.markdown

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 12.0.0
2+
3+
Node support changes: now testing against the latest node (currently 4.2.1).
4+
node 0.8 is no longer supported, and iojs isn't actively tested.
5+
6+
Stream3 everywhere! Everything has been updated to use streams3.
7+
8+
Sourcemaps charset now uses an `=` instead of a `:`. This fixes certain issues
9+
with Chinese characters in sourcemaps. See #753.
10+
11+
module-deps has been updated to fix root transforms on symlinked modules. See
12+
https://github.com/substack/module-deps/pull/99.
13+
14+
stream-http, the module that provides `http` support, dropped IE8 support. If
15+
you depend on this, see https://github.com/jhiesey/stream-http#ie8-note.
16+
17+
Removed `builtins` and `commondir` – both unused dependencies.
18+
119
# 11.2.0
220

321
When `bundleExternal` is set to `false`, `process` and `buffer` are now correctly excluded. Also, using `--igv` via the CLI now works. That also means that `--bare` and `--node` actually insert `__filename` and `__dirname`.

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.