Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 15:21
· 3 commits to main since this release

0.2.0 (2025-02-24)

Features

  • Added new option / prop: parseJson (#19)
    • If true, string nodes will check if the string starts with '{' or '[' and attempt to parse it as JSON and display the parsed value.
    • A note will be shown to indicate that an object or array is parsed from a string
  • Add expandPath prop/option
    • Array of string path to initially expanded nodes
  • Use original inspect-theme theme as default
  • export InspectOptions type (d52649c)

Bug fixes

  • Disable key hover style/title if in preview scope