Skip to content

v4.0.0

Compare
Choose a tag to compare
@rwaldron rwaldron released this 07 Jun 21:26
· 203 commits to master since this release
Commit Message/Description
08c4390 4.0.0
4ea6f7b README.md: cleanup docs, put all options object properties and descriptions into tables; reorganize sections; add missing documentation
3dc6f73 ConsoleAgent: eliminate duplicate fs operation by caching raw source by basename (for the life of evalScript call)
77cc221 Tests: isSkipped default to false; add comment re: JSC module support
c119d44 ChakraAgent: Rename -ESModule -> -Module and disable until further notice.
ca5a8fd Module Support: complete implementation
17d4dc1 ChakraAgent: disable the "-Test262" host argument until we can guarantee the build
9d36c9e ChakraAgent: don't pave the args property
c479a68 D8Agent: implement evalScript with handling for d8 specific evaluation flags
734ad98 ConsoleAgent: update evalScript to accept a second options argument
feab940 eshost: convert concatenated strings to templates
b772bb7 CI: Node 6 & 8
bcce706 Agents: SpiderMonkey & ChakraCore
e514382 Engines without agents should throw exceptions with useful error messages
520aabe Expose "$262.agent.monotonicNow()" for use in testing Atomic operation timeouts
499fca4 Document xs support