Releases: soutaro/steep
Releases · soutaro/steep
Version 1.2.0.pre.1
Type checker core
- Support type checking block/proc self type binding (#637)
- Type check multiple assignment on block parameters (#641, #643)
- Make more multiple assignments type check (#630)
- Refactor shape calculation (#635, #649)
- Report type errors if argument mismatch on yield (#640)
- Relax caching requirements to cache more results (#651)
Commandline tool
- Add
steep checkfile
command (#650)
Miscellaneous
- Add docs for sublime text integration (#633)
Version 1.1.1
Changes
Type checker core
Version 1.1.0
Version 1.1.0.pre.1
Changes
Type checker core
- Type refinement with method calls (#590)
- Better multiple assignment type checking (#605)
- Fix generics issues around proc types (#609, #611)
- Fix type application validation (#607; backport from 1.0.2)
- Add class variable validation (#593)
- Fix type application validation (#607)
Commandline tool
- Appends "done!" to the watch output when the type check is complete (#596)
Language server
- Fix hover on multiple assignment (#606)