Skip to content

Changelog

Version v0.7.0

0.7.0 (2025-04-26)

Features

  • Inspect.Panel - a fixed position drawer/panel version of Inspect (506a81f)
  • new option for displaying stores - 'value-only' - simply shows store value, skipping extra properties on store / observable. Displays a note that it’s a store. (6a649ff)
  • new prop values - like Inspect.Values will list all enumerable properties of passed value (781331a)
  • Move position of node notes (“json” / “store” etc.)

Bug Fixes

  • object view could error if value went from object to undefined or null (6946c57)
  • pass restprops to promiseview (c931d0e)