v0.23.2
v0.23.2
✨ Enhancements
- Infer types for method calls on immediately instantiated objects (#3007) by @vinistock
- Move RuboCop file watching to the server (#2982) by @vinistock
- Index documents on modification (#2941) by @vinistock
- Handle module_function with no arguments (#3018) by @vinistock
- Only reindex documents if declarations are being modified (#2942) by @vinistock
🐛 Bug Fixes
- Locate targets under mutex lock (#2976) by @vinistock
- Go back to returning
nil
for cancelled requests (#3024) by @vinistock