Skip to content

Latest commit

 

History

History
46 lines (21 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

46 lines (21 loc) · 1.76 KB

2.0.3 (2021-07-25)

Bug Fixes

  • remove @babel/traverse from dependencies (4d23f4c)

2.0.2 (2021-07-24)

Bug Fixes

  • do not restore context properties if they were changed during debugging (a949822)

2.0.1 (2021-07-23)

Bug Fixes

  • always override repl context (e22ac93)

2.0.0 (2021-07-23)

Features

  • add overrideProperties option to debugAsync (4dccaf1)

BREAKING CHANGES

  • by default variables will override context properties; rename "babel" entry point to "babel-plugin"

1.0.0 (2021-07-22)

Bug Fixes

Features