You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## 4.0.0
8
+
* Remove unused dependencies.
9
+
* Update `unassertify` to 2.x.
10
+
* Use `@browserify/envify`. It's the same as `@goto-bus-stop/envify`, just renamed.
11
+
* Use `@browserify/uglifyify`, with support for more modern ES features.
12
+
7
13
## 3.1.0
8
14
* Update common-shakeify to 1.1.1, which adds the ability to set ecmaVersion (and sets default to 10) and removes side-effect-free modules that declare `sideEffects: false` in package.json from parse tree.
0 commit comments