Changelog
v0.1.3
0.1.3 (2025-02-17)
Bug Fixes
- remove console output on preview transition end (1c7327f)
v0.1.2
0.1.2 (2025-02-17)
Bug Fixes
- publish updated readme (66943d4)
v0.1.1
0.1.1 (2025-02-17)
Bug Fixes
v0.1.0
0.1.0 (2025-02-17)
Bug Fixes
- Options set with props now override options set with
setGlobalInspectOptionsorInspectOptionsProvider - Support undefined/null as keys in map preview (#13) (132f99a)
Features
- Getters and setters supported
- Iterators and generators supported
- Add options provider component (#10) (27508ea)
- New options (props) added:
renderIf- render condition forInspect.Makes it easier to conditionally render Inspect for different values using global optionselementView- determines how html element nodes are displayed.simplefor minimal, auto updating.fullfor listing all properties of elements using their getters and setterspreviewDepth- depth of previewing nested values before simply showing its typespreviewEntries- how many nested values to previewflashOnUpdate- enable/disable node indicators flashing when values are updated
Custom components (beta)
- Make it possible to conditionally use default or custom component using a predicate
- Export helper function ensuring proper typing for props transform function and predicate
v0.0.2
Inspect Svelte Value v0.0.1
Consider this a pre-release