You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
static-eval Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.1.0
-
Add
allowAccessToMethodsOnFunctions
option to restore 1.x behaviour so that cwise can upgrade. (@archmoj in #31)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.
2.0.5
- Fix function bodies being invoked during declaration. (@RoboPhred in #30)
2.0.4
- Short-circuit evaluation in
&&
and||
expressions. (@RoboPhred in #28) - Start tracking changes.