Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 863 Bytes

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 863 Bytes

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