Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

53 lines (27 loc) · 2.87 KB

@statelyai/inspect

0.3.1

Patch Changes

0.3.0

Minor Changes

  • #24 9cfc0b3 Thanks @davidkpiano! - The serialize option will now pre-serialize the event using superjson before the custom serialization.

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

  • #12 c878733 Thanks @mellson! - Adds createSkyInspector, which allows you to inspect machines in Node or the browser. The inspection will send the events to a server backend through websockets and allows you to open and share a live inspection URL.

0.2.2

Patch Changes

0.2.1

Patch Changes

  • #8 ea5bab4 Thanks @davidkpiano! - Safely stringify snapshots from XState events to deal with circular references

  • #9 12fe68e Thanks @mellson! - Update to the latest version of XState and move it to peer dependencies.

0.2.0

Minor Changes

  • 3fe7315: Handle window being undefined when trying to create a browser inspector in isomorphic (server/browser) environments