Skip to content

Releases: amplify-education/python-hcl2

v4.3.3

27 Mar 14:41
19299e7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.2...v4.3.3

v4.3.2

24 May 11:19
e3f1192
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.1...v4.3.2

v4.3.1

02 May 15:08
fa7120a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.3.1

v4.3.0

16 Jan 13:54
3ad6a70
Compare
Choose a tag to compare

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

v4.2.0

28 Dec 16:36
5665c0e
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Dropped support of the lark <1.0.
  • Added code improvements

v4.1.0

27 Dec 19:52
f4872c3
Compare
Choose a tag to compare

What's Changed

  • Drop support of the python 3.6
  • Add support for the python 3.10, 3.11
  • Migrate from setup.py to pyproject.toml and build by @KOLANICH in #98
  • Split github workflows to PR check and publish
  • Update tox version
  • Migrate from nose to nose2