Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

50 lines (40 loc) · 1.19 KB

v3.6.2 (2018-07-05)

[fix] Security fixes

v3.6.1 (2018-06-27)

[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

v3.5.2 (2017-10-04)

[fix] Prevent slow unsafe alloc for Buffers

v3.5.1 (2017-10-04)

[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)

v3.4.0 (2017-03-28)

[new] Added experimental VM.protect method

v3.3.1 (2017-03-27)

[new] Added VM.freeze method

v3.2.0 (2017-02-10)

[new] Added support for pre-compiled scripts via VMScript

v3.1.0 (2016-09-03)

[new] Added option wrapper (Alizain Feerasta)

v3.0.1 (2016-07-20)

Initial release