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)