terser 5.27.2 → 5.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## v5.28.1
|
4
|
+
(hotfix release)
|
5
|
+
- Reverts v5.28.0
|
6
|
+
|
7
|
+
## v5.28.0
|
8
|
+
- Optimise redundant or shrinkable bitwise operations (`|`, `^`, `&`, `>>`, `<<`)
|
9
|
+
- Evaluate some `BigInt` math operations
|
10
|
+
|
3
11
|
## v5.27.2
|
4
12
|
- Recognise `this` as a reference to the surrounding class in `drop_unused`. Closes #1472
|
5
13
|
|