Skip to content

v0.0.0-pre.37

Pre-release
Pre-release

Choose a tag to compare

@smartthingspi smartthingspi released this 11 Feb 22:45

0.0.0-pre.37 (2022-02-11)

⚠ BREAKING CHANGES

The YAML parser was updated and seems to be more strict with certain YAML types. One known case is using a merge key with an empty anchor now causes a YAMLException. There are also some edge-case issues with previously dumped files. See js-yaml/migrate_v3_to_v4 for tips on checking data dumped with the previous version.

Bug Fixes

  • deps: update dependencies (24d0c23)

Features

  • hide uncommon flags from help to reduce clutter (deaebb4)
  • log warning headers when present (5583bde)

Performance Improvements