Releases: davidscheutz/SwiftUDF
Releases · davidscheutz/SwiftUDF
v0.0.4
v0.0.3
Stable
SwiftUDF
now depends on the first release version v0.0.1 of SwiftEvolution.
v0.0.2
Welcome Demo Project
BindableView
now is backed by SwiftUI'sView
for improved readability.- Code generation for the
Loop
update functionality doesn't implicitly rely on SwiftCopy anymore. - A demo project to demonstrate the library in action, including tests.
For further details please take a look at the updated README.
v0.0.1
The Fundation
Contains the initial set of functionality to simplify binding SwiftUI views with the application logic.
Each view is created with exactly two parameters
State
, containing all the necessary information for the view to render correctly, but not moreEventHandler
, a callback receiving all user inputs from the UI
SwiftUDF
takes care of the glue code, how to bind the view and provide updates on the main thread.