Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
XmiliaH committed May 14, 2021
1 parent 4ead241 commit 12e721b
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
v3.9.3 (2020-04-07)
-------------------
[fix] Security fixes
[fix] Security fixes
[fix] Fixed problems when Promise object is deleted (XmiliaH)
[fix] Fixed oversight that write ability can change on non configurable properties (XmiliaH)
[fix] Support shebang as node does (XmiliaH)
Expand All @@ -9,143 +9,143 @@ v3.9.3 (2020-04-07)

v3.9.2 (2020-04-29)
-------------------
[new] Added NodeVM options to pass argv & env to process object (XmiliaH)
[fix] Fixed breakouts in NodeVM (XmiliaH)
[fix] Made async check more robust (XmiliaH)
[new] Added NodeVM options to pass argv & env to process object (XmiliaH)
[fix] Fixed breakouts in NodeVM (XmiliaH)
[fix] Made async check more robust (XmiliaH)

v3.9.1 (2020-03-29)
-------------------
[fix] Require helpers statically in main (XmiliaH)
[fix] Fix for non-configurable property access (XmiliaH)
[fix] Require helpers statically in main (XmiliaH)
[fix] Fix for non-configurable property access (XmiliaH)

v3.9.0 (2020-03-21)
-------------------
[new] Added vm.Script `lineOffset` and `columnOffset` options (azu)
[new] Allow to specify a compiler per VMScript (XmiliaH)
[new] Add option to disable async (XmiliaH)
[new] Added allot of jsdoc (XmiliaH)
[fix] Fix access to frozen or unconfigurable properties (XmiliaH)
[fix] Double wrap Objects to prevent breakout via inspect (XmiliaH)
[fix] Compile now compiles VM code (XmiliaH)
[new] Added vm.Script `lineOffset` and `columnOffset` options (azu)
[new] Allow to specify a compiler per VMScript (XmiliaH)
[new] Add option to disable async (XmiliaH)
[new] Added allot of jsdoc (XmiliaH)
[fix] Fix access to frozen or unconfigurable properties (XmiliaH)
[fix] Double wrap Objects to prevent breakout via inspect (XmiliaH)
[fix] Compile now compiles VM code (XmiliaH)

v3.8.4 (2019-09-13)
-------------------
[fix] Do not allow precompiling VMScript (XmiliaH)
[fix] Security fixes (XmiliaH)
[fix] Do not allow precompiling VMScript (XmiliaH)
[fix] Security fixes (XmiliaH)

v3.8.3 (2019-07-31)
-------------------
[fix] Security fixes
[fix] Security fixes

v3.8.2 (2019-06-13)
-------------------
[fix] toString() on builtin objects
[fix] toString() on builtin objects

v3.8.1 (2019-05-02)
-------------------
[fix] Module resolver fixes
[fix] require('events') works correctly in Node 12
[fix] SyntaxError not being instanceOf Error
[fix] Module resolver fixes
[fix] require('events') works correctly in Node 12
[fix] SyntaxError not being instanceOf Error

v3.8.0 (2019-04-21)
-------------------
[new] Allow prohibiting access to eval/wasm in sandbox context
[new] Allow transitive external dependencies in sandbox context (Idan Attias)
[new] Allow using wildcards in module-names passed using the external attribute (Harel Moshe)
[fix] Default to index.js when specified "main" does not exist (Harel Moshe)
[fix] Security fixes
[new] Allow prohibiting access to eval/wasm in sandbox context
[new] Allow transitive external dependencies in sandbox context (Idan Attias)
[new] Allow using wildcards in module-names passed using the external attribute (Harel Moshe)
[fix] Default to index.js when specified "main" does not exist (Harel Moshe)
[fix] Security fixes

v3.7.0 (2019-04-15)
-------------------
[new] Add require.resolve (Idan Attias)
[new] Support multiple root paths (Idan Attias)
[new] Add require.resolve (Idan Attias)
[new] Support multiple root paths (Idan Attias)

v3.6.11 (2019-04-08)
-------------------
[fix] Contextification of EvalError and URIError
[fix] Security fixes
[fix] Contextification of EvalError and URIError
[fix] Security fixes

v3.6.10 (2019-01-28)
-------------------
[fix] Add missing console.debug function in NodeVM
[fix] Security fixes
[fix] Add missing console.debug function in NodeVM
[fix] Security fixes

v3.6.9 (2019-01-26)
-------------------
[fix] Security fixes
[fix] Security fixes

v3.6.8 (2019-01-26)
-------------------
[fix] Security fixes
[fix] Security fixes

v3.6.7 (2019-01-26)
-------------------
[fix] Security fixes
[fix] Security fixes

v3.6.6 (2019-01-01)
-------------------
[fix] Security fixes
[fix] Security fixes

v3.6.5 (2018-12-31)
-------------------
[fix] Security fixes
[fix] Security fixes

v3.6.4 (2018-10-17)
-------------------
[fix] Added new to vmwerror when trying to load coffeescipt but can't (dotconnor)
[fix] Add arguments to process.nextTick proxy (Patrick Engström)
[fix] Added new to vmwerror when trying to load coffeescipt but can't (dotconnor)
[fix] Add arguments to process.nextTick proxy (Patrick Engström)

v3.6.3 (2018-08-06)
-------------------
[fix] Security fixes
[fix] Security fixes

v3.6.2 (2018-07-05)
-------------------
[fix] Security fixes
[fix] Security fixes

v3.6.1 (2018-06-27)
-------------------
[fix] Security fixes
[fix] Security fixes

v3.6.0 (2018-05-11)
-------------------
[new] Support for custom source extensions
[new] WIP support for disallowing Promise
[fix] Prevent slow unsafe alloc for Buffers
[fix] Refactors around defaults
[fix] Types definition update
[new] Support for custom source extensions
[new] WIP support for disallowing Promise
[fix] Prevent slow unsafe alloc for Buffers
[fix] Refactors around defaults
[fix] Types definition update

v3.5.2 (2017-10-04)
-------------------
[fix] Prevent slow unsafe alloc for Buffers
[fix] Prevent slow unsafe alloc for Buffers

v3.5.1 (2017-10-04)
-------------------
[fix] Prevent unsafe alloc for Buffers
[fix] Prevent unsafe alloc for Buffers

v3.5.0 (2017-08-31)
-------------------
[new] Allow a custom compiler to recieve the filetype (Orta Therox)
[new] Allow in-sandbox requires to also get called through the compiler (Orta Therox)
[new] Support whitelisting modules inside a VM (Orta Therox)
[new] Add TypeScript definition (Orta Therox)
[new] Allow a custom compiler to recieve the filetype (Orta Therox)
[new] Allow in-sandbox requires to also get called through the compiler (Orta Therox)
[new] Support whitelisting modules inside a VM (Orta Therox)
[new] Add TypeScript definition (Orta Therox)

v3.4.0 (2017-03-28)
-------------------
[new] Added experimental VM.protect method
[new] Added experimental VM.protect method

v3.3.1 (2017-03-27)
-------------------
[new] Added VM.freeze method
[new] Added VM.freeze method

v3.2.0 (2017-02-10)
-------------------
[new] Added support for pre-compiled scripts via VMScript
[new] Added support for pre-compiled scripts via VMScript

v3.1.0 (2016-09-03)
-------------------
[new] Added option wrapper (Alizain Feerasta)
[new] Added option wrapper (Alizain Feerasta)

v3.0.1 (2016-07-20)
-------------------
Initial release
Initial release

0 comments on commit 12e721b

Please sign in to comment.