Skip to content

Releases: drlau/tfplanparse

v0.0.15

Choose a tag to compare

@drlau drlau released this 06 Mar 11:31
8e6fe03

What's Changed

New Contributors

Full Changelog: v0.0.14...v0.0.15

v0.0.14

Choose a tag to compare

@drlau drlau released this 02 Feb 06:17

This release naively implements jsonencode. The underlying UpdateType of the top level Map or Array may be incorrect, but now parsing will actually succeed.

v0.0.13

Choose a tag to compare

@drlau drlau released this 02 Feb 02:49

This release fixes a bug with parsing destroyed maps where the null delimiter is on the same line as the map delimiter:

- map {
    ...
  } -> null

v0.0.12

Choose a tag to compare

@drlau drlau released this 12 Oct 06:51

This release fixes initializing multiline attributes from colored text.

v0.0.11

Choose a tag to compare

@drlau drlau released this 23 Sep 08:25

This release fixes the breaking bug in v0.0.10.

v0.0.10

Choose a tag to compare

@drlau drlau released this 23 Sep 08:22

This release fixes parsing a resource with a colored line.

v0.0.9

Choose a tag to compare

@drlau drlau released this 18 Sep 09:24

This release adds a IgnoreNoOp option and overhauls the internal handling of attribute changes.

v0.0.8

Choose a tag to compare

@drlau drlau released this 16 Sep 10:22

This release removes the unused heredoc token and fixes parsing plans with a heredoc.

v0.0.7

Choose a tag to compare

@drlau drlau released this 16 Sep 09:33

This releases fixes skipping every other resource and removing extra double quotes.

v0.0.6

Choose a tag to compare

@drlau drlau released this 15 Sep 08:12
f117ce4
  • Added array resource support
  • Added experimental heredoc support
  • Added support for no-op resources