Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 09:14
· 105 commits to master since this release

2.0.0 (2022-09-25)

Bug Fixes

  • float: prevent error when opening empty float. (#143) (98d57ce)

Features

  • hover: edit evaluated expression (922a347), closes #139

BREAKING CHANGES

  • hover: Previously the edit mapping would edit the value of the
    expression being evaluated. In the context of a hover this makes less
    sense and is far less likely to be the use case than changing what is
    being evaluated.