Skip to content

Roadmap

Soutaro Matsumoto edited this page Jul 14, 2023 · 11 revisions

This is a quick list of features and the planned version numbers to ship the feature.

1.6

Future

This is features without specific plan of release.

  • Better type-case on union with method return type
  • Variables over method parameter types
  • Top type assumption
  • Inline RBS declaration
  • Untyped Ruby code support
  • ruby-lsp integration

Released versions

  • SignatureHelp improvements
  • Keyword arguments completion
  • Unreachable branch detection
  • Type name completion in inline type annotations
  • Better completion in RBS
  • ... syntax support
  • Casting in Ruby code

1.2 - 2022-10-08

  • Proc/Block typing with self type
  • Better block arg support
  • Single file type checking

1.1 - 2022-07-27

  • Flexible flow-sensitive typing (#590)