- Bugfix release, the last release forgot to include files that improve autocompletion for builtin libraries. Fixed.
0.8.0
Added
- Support Jedi-powered diagnostics
0.7.2
Changed
- Server does not initialize non-initialization features if `"jedi.enabled": false`
0.7.1
Changed
- `lookup_feature_id` initialized in `__init__`; no longer a class variable - although tests are still mostly missing, `test_cli` now imports `cli`; helps determine if there are any runtime errors on import
0.7.0
Added
- Support user-configuration rooted at `jedi`. Only 1 option for now: `jedi.completion.triggerCharacters`. Same defaults as version `0.6.1`. - Message flashes after initialization.
Changed
- `pygls` types now checked. Version `0.9.0` provides type-hint checking support.
0.6.8
================
- fixed logger (95) - fixed adding "self" after calling completion after "dot" (87) - fixed settings example (94) - fixed messages.json (96)