Skip to content

v4.3.0

Compare
Choose a tag to compare
@htorianik htorianik released this 16 Jan 13:54
3ad6a70

What's Changed

  • Refactor tests. in #114
  • Remove pycodestyle, add black, add numerous pre-commit checks. in #115
  • Add tests for multiline comments inside a tuple. in #118
  • Support empty heredoc and fix catastrophic backtracking issue in #117
  • Add feature to parse comments in function args and list elems. in #119
  • Use Lark with its cache feature, instead of creating a standalone parser by @erezsh in #53
  • Add __begin_line__ and __end_line__ meta parameters. Migrate tests. in #120
  • Update CHANGELOG.md in #121

New Contributors

Full Changelog: v4.2.0...v4.3.0