Releases: mtshiba/pylyzer
Releases · mtshiba/pylyzer
v0.1.0-beta.0
Changes
Full Changelog: v0.0.27...v0.1.0-beta.0
v0.0.27
Minor changes
- pylyzer now recognizes the directory where
__init__.py
is placed as a module - Improved completion speed and accuracy (by erg-lang/erg#427)
Union
can take more than 3 options- Improved
Union/Mapping
error messages
Full Changelog: v0.0.26...v0.0.27
v0.0.26
Supported
Iterator
Sequence
Mapping
v0.0.25
v0.0.24
Supported
- default parameters
- keyword arguments
Fixed
- language server crashes
Full Changelog: v0.0.23...v0.0.24
v0.0.23
dict
,tuple
types are now checked.