Skip to content

Releases: amplify-education/python-hcl2

v5.1.1

15 Oct 09:14
eb2032a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

15 Oct 08:40
2056d37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

07 Oct 14:56
1dff4d7
Compare
Choose a tag to compare

This closes #23

What's Changed

  • Support full reconstruction of HCL from parse tree by @weaversam8 in #169

New Contributors

Full Changelog: v4.3.5...v5.0.0

v4.3.5

06 Aug 08:23
92f2ee2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.4...v4.3.5

v4.3.4

12 Jun 11:13
04c3f6d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.3...v4.3.4

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