Skip to content

v0.3.0

Compare
Choose a tag to compare
@David-OConnor David-OConnor released this 13 Mar 11:52
· 848 commits to master since this release
  • update function now takes a mutable ref of the model. (Breaking)
  • Update (update's return type) is now a struct. (Breaking)
  • Async, etc events are now handled through messages, instead of passing App
    through the view func. (breaking)
  • Fixed some bugs with empty elements
  • Internal code cleanup
  • Added commented-out release command to example build files
  • Added more tests