Skip to content

0.2.0

Choose a tag to compare

@domenic domenic released this 11 Jun 02:37
· 44 commits to master since this release

Fixed sandboxed modules that were in strict mode to now stay in strict mode. (@domenic, #16, #17, a543553)

Fixed sandboxed modules to inherit the global constructors (Object, Array, etc.) from their parent, unless overriden. (@domenic, #13, e4355ba)

Removed apparently-broken global-leak detecting feature. (@domenic, 92a3824, 7d8aa9c)