Skip to content

Releases: hashicorp/terraform-plugin-framework-jsontypes

v0.1.0

28 Jul 15:32
Compare
Choose a tag to compare

FEATURES:

  • jsontypes: Add new Exact custom type implementation, representing a JSON string that must match byte-for-byte (#2)
  • jsontypes: Add new Normalized custom type implementation, representing a JSON string that considers differing whitespace and property ordering between values to be semantically equal (#2)