Releases: atom-community/atom-ide-signature-help
Releases · atom-community/atom-ide-signature-help
v0.16.0
0.16.0 (2021-06-09)
Bug Fixes
- accurate type handling (522828a)
- add eslint and run eslint --fix (b6f64d1)
- apply the className to the element (5ae58e6)
- await showSignatureHelp (ccefc38)
- default showSignatureHelpOnTyping to true (6e97d2f)
- fix package-deps loading (e3d7741)
- make mountSignatureHelp a free function (a1028a2)
- update dependencies (5779df8)
Features
- convert to solid (0fecdb9)
v0.15.4
v0.15.3
v0.15.2
v0.15.1
v0.15.0
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)