Skip to content

Changelog

Version v0.2.0

0.2.0 (2025-02-24)

Features

  • Added new option / prop: parseJson (https://github.com/ampled/svelte-inspect-value/pull/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