Skip to content

v1.8.0

Compare
Choose a tag to compare
@ko1 ko1 released this 09 May 03:00
· 78 commits to master since this release

This release supports TraceInspector functionality on VSCode, and other fixes.

What's Changed

  • CLI
    • Fix info c <exp> when doesn't return a constant by @st0012 in #952
    • no_lineno config optiopn (default: false) by @ko1 in #973
  • Core
    • add Session#exnted_feature API as experimental by @ko1 in #960
    • Move Session#exnted_feature into Session class by @ono-max in #964
    • Enable trap function accept Integer(Non-String) by @MasanoriOnishi in #976
    • work correctly with trap(Integer,...) by @ko1 in #977
  • DAP
  • CDP
    • CDP: send "Debugger.scriptParsed" only when a new file path is found by @ono-max in #953
  • Test
    • Kill a debuggee process fastly if a test fails by @ono-max in #955
    • Retry connecting in test for attaching to CDP server by @ono-max in #956
    • Improve assert_repl_result for CDP by @st0012 in #951
    • Terminate a test early when it fails by @ono-max in #974
  • Misc
    • Fixes typo lengthddsfsd by @egenerat in #962
    • Omit test_finish_0 because it failed with only reline environment by @hsbt in #970

New Contributors

Full Changelog: v1.7.2...v1.8.0