Skip to content

Releases: JohnnyCurran/TimeTravel

v0.3.2

26 Dec 23:51
Compare
Choose a tag to compare

Support for LiveComponents

v0.2.2

11 Dec 22:46
Compare
Choose a tag to compare

Include all built assets instead of just JS module

v0.2.1 - Include JS package

11 Dec 22:13
Compare
Choose a tag to compare

This point release includes the compiled JS assets in order for the TimeTravel import in app.js to work correctly

v0.2.0

11 Dec 22:03
16219b6
Compare
Choose a tag to compare

v0.2.0 of TimeTravel is here!

  • Removes dependency on PubSub
  • Installation is much simpler
    • use TimeTravel instead of copy/pasting callbacks
    • import {TimeTravel} from "time_travel" in app.js instead of copy/pasting JS code
  • Supports the LiveView crashing & re-mounting
  • "Clear storage" button now clears the LiveView state on the GenServer as well