Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 829 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 829 Bytes

1.0.3 (November 2, 2022)

  • The YAMLDecodeFunc cty function now correctly handles both entirely empty documents and explicit top-level nulls. Previously it would always return an unknown value in those cases; it now returns a null value as intended. (#7)

1.0.2 (June 17, 2020)

  • The YAML decoder now follows the YAML specification more closely when parsing numeric values. (#6)

1.0.1 (July 30, 2019)

  • The YAML decoder is now correctly treating quoted scalars as verbatim literal strings rather than using the fuzzy type selection rules for them. Fuzzy type selection rules still apply to unquoted scalars. (#4)

1.0.0 (May 26, 2019)

Initial release.