Skip to content

Changelog

Version v0.6.0

0.6.0 (2025-04-07)

Bug Fixes

  • handle asyncgenerator and asyncIterator (9c05a4b)
  • InspectErrorView now hides error-value behind a getter as to avoid recursive erroring (0f9b949)
  • make max initial expandLevel 30 to avoid range error (b169660)

Features

  • “plain” theme now uses currentColor and css color-mix to make what should be a readable theme (74eb078)
  • Inspect.Values, a version of Inspect that will inspect any value passed to it. It inherits options set via setGlobalInspectOptions / InspectOptionsProvider but can also be configured using Inspect.Values.withOptions or chainable inline configurations in the template, like so: <Inspect.Values.Config.DarkTheme.Ok /> (7598ce1)
  • add “none” alternative to quotes prop (7574fb0)