What's Changed
- Remove the word "simple" from gem description by @RyanBrushett in #153
- Add semantic token for keywords and keyword rest parameters by @wildmaples in #142
- Return error response when exceptions are raised by @st0012 in #160
- Sanitize home directory from telemetry URI by @vinistock in #171
- Avoid making semantic tokens for special ruby methods by @wildmaples in #162
- Respect RuboCop file exclusion by @vinistock in #173
- Clear diagnostics after closing file by @vinistock in #174
- Include all token types in legend by @vinistock in #182
- Refactor RuboCop requests with separate runners by @vinistock in #183
- Do not push ranges for single line comments by @adisonlampert in #185
- Include the last line in folding ranges by @adisonlampert in #181
- Remove RuboCop dependency and fallback to SyntaxTree formatting by @vinistock in #184
New Contributors
- @adisonlampert made their first contribution in #185
Full Changelog: v0.1.0...v0.2.0