Skip to content

1.2.26

Compare
Choose a tag to compare
@darwin darwin released this 29 Jan 00:56
· 1306 commits to master since this release
v1.2.26

Allow nested REPL evaluations

The highlight of this release is a possibility to use (js-debugger) in your REPL interactions (issue #74). It properly pauses in the debugger and lets you evaluate other code in REPL while paused at a breakpoint.

Also I noticed that formatting of the help screen of dirac special REPL command is broken. I implemented a workaround for the time being.

Rolling DevTools

Merged commits 7c1cff4...bcef523 from official DevTools.
Should work best with Chrome ~66.0.3333.2.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.

Notable commits

9026cdb runtime: work around recent issue with console formatting
31f2999 lib: teach weasel to work with nested eval requests (issue #74)
a7c75b7 implant: relax strong serialisation assumption in eval queue (issue #74)

All new work: v1.2.25...v1.2.26