Skip to content

v0.2.4

Compare
Choose a tag to compare
@David-OConnor David-OConnor released this 26 Jan 22:13
· 961 commits to master since this release
  • Changed render func to use a new pattern (Breaking)
  • Default mount point added: "app" for element id
  • View func now takes a ref to the model instead of the model itself
  • Routing refactored; now works dynamically
  • Update function now returns an enum that returns Render or Skip,
    to allow conditional rendering (Breaking)
  • Elements can now store more than 1 text node.