We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ea3dd commit 60cd894Copy full SHA for 60cd894
changelog.markdown
@@ -1,3 +1,16 @@
1
+# 14.0.0
2
+
3
+Updates the version of the buffer package, which drops support for IE8-10.
4
5
+buffer v5 removes the `Object` implementation and relies on a single,
6
+fast Typed Array (`Uint8Array`) implementation, greatly simplifying the
7
+maintanence of the buffer package.
8
9
+If IE8-10 support is critical to your web app, you can continue to rely on
10
+browserify v13, or see the PR for other workarounds.
11
12
+https://github.com/substack/node-browserify/pull/1678
13
14
# 13.3.0
15
16
updates the version for the assert package
0 commit comments