Releases: soutaro/steep
Releases · soutaro/steep
1.9.0.dev.2
1.9.0.dev.1
1.8.3
1.8.2
1.8.1
1.8.0
1.8.0.pre.2
1.8.0.pre.1
Type checker core
- Fix some subtyping problems (#1221)
- Support optional keys in record types (#1223)
- Revert implicit generic upper bound (#1220)
- Improve generics (#1216)
- Delete meta data from
MethodType
andTypes::*
(#1201) - Delete
ContextArray
(#1199) - Fix shape calculation error (#1197)
- Skip
#:
syntax inData.define
andStruct.new
(#1196) - Support literals for Rational and Complex (#1178)
- Ignore type assertions on arguments/receiver on
def
/defs
(#1179) - Ignore
#:
annotation onattr_*
calls (#1176)
Commandline tool
Language server
- Make type checking a LSP request, not a LSP notification (#1218)
- No
timeout: nil
(#1217) - Print
loading project
message via LSP (#1213) - Load files in main process (#1206)