v0.1.0
Minor Changes
-
eb3b55a: Export Octane hooks from segment-state, make Octane required, retain the renderer-free segment-state/core entry point, and remove segment-state/octane.
-
82fd047: Move SSR serialization and port attachment to tree-shakeable entry points with
standalonedehydrate,hydrate, andattachPortfunctions.Import SSR helpers from
segment-state/ssrand migrate
store.dehydrate(options)todehydrate(store, options)and
store.hydrate(payload, options)tohydrate(store, payload, options). Import
attachPortfromsegment-state/portsand migratestore.attach(port)to
attachPort(store, port).