Skip to content

1.0.0

Compare
Choose a tag to compare
@domenic domenic released this 11 Jun 02:30
· 25 commits to master since this release

Added recursive sandboxing support; dependencies of sandboxed modules will now be sandboxed as well. On by default, but can be turned off with singleOnly: true. (@Illniyar, #27)

Added support for mocking out .json modules. (@Illniyar, #27)

Fixed the Istanbul transformer when using Istanbul programatically. (@robrich, #31)