Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 13:40

0.5.0 (2025-03-17)

Bug Fixes

  • also display name of object constructor as type when the constructor does not start with "class" (dfad305)
  • avoid passing non html elements to html view. inspecting document should now work. (a5b87e5)
  • don't display name, length and prototype as "static" when inspecting class constructors (f7093b8)
  • enable undefined to be displayed when previewing single values (e.g. promise results, getters, stores) (ab4c000)

Features

  • support for stores and observables. enable/disable with stores prop. enabled by default. (10980ff)