Skip to content

0.17.1: Flying Cat

Compare
Choose a tag to compare
@jpsim jpsim released this 03 Apr 01:13
· 815 commits to main since this release
2924208

This release is dedicated to flying cats. Dare to dream. And to @norio-nomura, @KelvinJin and @Lukas-Stuehrk for their contributions.

Breaking
  • None.
Enhancements
  • Added a new field numBytesToErase in CodeCompletionItem to indicate how
    many bytes should be deleted prior to the cursor in order to finish the
    completion.
    @KelvinJin

  • Support Swift 3.1 on macOS. sourcekitInProc appears to be broken on Linux
    as of Swift 3.1.
    Norio Nomura
    #348

Bug Fixes
  • Fix a crash that occurred when a documentation comment ended with an extended
    grapheme cluster.
    Lukas Stührk
    #350