Comparing version 4.5.1 to 4.6.0
# Changelog | ||
## v4.6.0 | ||
- Fixed issues with recursive class references. | ||
- BigInt evaluation has been prevented, stopping Terser from evaluating BigInts like it would do regular numbers. | ||
- Class property support has been added | ||
## v4.5.1 | ||
(hotfix release) | ||
- Fixed issue where `() => ({})[something]` was not parenthesised correctly. | ||
## v4.5.0 | ||
@@ -4,0 +16,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"license": "BSD-2-Clause", | ||
"version": "4.5.1", | ||
"version": "4.6.0", | ||
"engines": { | ||
@@ -10,0 +10,0 @@ "node": ">=6.0.0" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1731188
7641