Releases: Andrew-Clow/ElmTauriGUI
Releases · Andrew-Clow/ElmTauriGUI
v0.3.0.0 TaskUtils as a separate module, Persistent.init now recovers from bad or missing Json
v0.2.1.0 new, better API for chaining
It turns out to be much easier to chain Tasks when you can edit the return values with a record.
Task error (Result Msg a)
is very chainable with the new Tauri.andThen
and Tauri.andThenWithoutResult
v0.2.0.1 new, better API for chaining
It turns out to be much easier to chain Tasks when you can edit the return values with a record.
Task Error (Result Msg a)
is very chainable with the new Tauri.andThen
and Tauri.andThenWithoutResult
v0.2.0.0 new, better API for chaining
It turns out to be much easier to chain Tasks when you can edit the return values with a record.
Task Error (Result Msg a)
is very chainable with the new Tauri.andThen
and Tauri.andThenWithoutResult
v0.1.2.0 added ifOK, ifYes, ifPickedOne, ifPickedSome for easier chaining of Dialogs with actions afterwards
v0.1.1.0
added writeFileIfDifferent
v0.1.0.0 Working!
Delete Simple.elm