Skip to content

Releases: JohnnyCurran/TimeTravel

v0.3.2

Choose a tag to compare

@JohnnyCurran JohnnyCurran released this 26 Dec 23:51

Support for LiveComponents

v0.2.2

Choose a tag to compare

@JohnnyCurran JohnnyCurran released this 11 Dec 22:46

Include all built assets instead of just JS module

v0.2.1 - Include JS package

Choose a tag to compare

@JohnnyCurran JohnnyCurran released this 11 Dec 22:13

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

v0.2.0

Choose a tag to compare

@JohnnyCurran JohnnyCurran released this 11 Dec 22:03
16219b6

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