|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | # static-eval Change Log
|
|---|
| 2 | All notable changes to this project will be documented in this file.
|
|---|
| 3 | This project adheres to [Semantic Versioning](http://semver.org/).
|
|---|
| 4 |
|
|---|
| 5 | ## 2.1.1
|
|---|
| 6 | * Update `escodegen`. [@FabianWarnecke](https://github.com/FabianWarnecke) in [#43](https://github.com/browserify/static-eval/pull/43)
|
|---|
| 7 |
|
|---|
| 8 | escodegen doesn't officially support all the Node.js versions that `static-eval` supports, but so far it still works on them.
|
|---|
| 9 | This has been the case for both v1.x and v2.1.0 of escodegen, so the upgrade doesn't change that situation.
|
|---|
| 10 |
|
|---|
| 11 | ## 2.1.0
|
|---|
| 12 | * Add `allowAccessToMethodsOnFunctions` option to restore 1.x behaviour so that [cwise](https://github.com/scijs/cwise) can upgrade. ([@archmoj](https://github.com/archmoj) in [#31](https://github.com/browserify/static-eval/pull/31))
|
|---|
| 13 |
|
|---|
| 14 | Do not use this option if you are not sure that you need it, as it had previously been removed for security reasons. There is a known exploit to execute arbitrary code. Only use it on trusted inputs, like the developer's JS files in a build system.
|
|---|
| 15 |
|
|---|
| 16 | ## 2.0.5
|
|---|
| 17 | * Fix function bodies being invoked during declaration. ([@RoboPhred](https://github.com/RoboPhred) in [#30](https://github.com/browserify/static-eval/pull/30))
|
|---|
| 18 |
|
|---|
| 19 | ## 2.0.4
|
|---|
| 20 | * Short-circuit evaluation in `&&` and `||` expressions. ([@RoboPhred](https://github.com/RoboPhred) in [#28](https://github.com/browserify/static-eval/pull/28))
|
|---|
| 21 | * Start tracking changes.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.