- Added preliminary support for parsing Python 3.5 and Python 3.6 source. - Added scope analysis metadata provider. - Added mypy type support for built package.
Fixed
- Several typos in documentation are fixed.
0.1.2
Added
- Added attribute visitor hooks. - Added base visit/leave methods which can be subclassed. - Hypothesis fuzz testing suite, courtesy of Zac Hatfield-Dodds.
Fixed
- Metadata documentation is much more complete. - Fixed several whitespace validation issues caught by Hypothesis. - Parser syntax errors are now used inside parser.
0.1.1
Added
- Metadata interface is now exported.
Fixed
- Dependencies are now specified with minimum revisions. - Lots of documentation fixes.
0.1
Added
- First public release of LibCST. - Complete, fully typed syntax tree for Python 3.6. - Full suite of tests for each defined node type.