Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 08:33
· 52 commits to master since this release

0.15.0 (2021-02-06)

Bug Fixes

  • signature.parameters might be undefined (b889ea8)
  • accept null in updateCurrentEditor (286a0f1)
  • do not null set editorSubscriptions (2e93f07)
  • do not null set signatureHelpDisposables (3ae024d)
  • do not null set subs (ff548d8)
  • handle the signature documentation and parameter documentation better (761545f)
  • move props from constructor to props (516cf00)
  • remove undefined value (92d81a3)
  • triggerCharacters might be undefined (8aaabc9)
  • watchEditor might return null (b5583e2)

Features

  • convert main to TypeScript (e39d52c)
  • convert SignatureHelpManager to TypeScript (6c18c0b)
  • convert to typescript (e334fc6)