Skip to content

v1.0.0

Choose a tag to compare

@enginustun enginustun released this 07 Oct 17:39
· 22 commits to master since this release

v1.0.0 is ready to release

All of planned features have been provided and they can be used. New improvements and features which developed after the latest release (v0.4.0) are listed below:

  • refreshById functioanality has been imlemented (refresh method is replaced with refreshList.),
  • full support of IE9 has been provided ("text node" rendering feature could not be supported for IE before.),
  • after cloning operation, only cloned item will be deeply rendered,
  • repetitive list rendering logic has been totally changed,
  • repetitive list's models are observable through its methods (it means that the DOM objects which are bound to a list will be automatically refreshed after predefined operations such as push, pop, reverse, etc.),
  • template syntax usage functionality has been provided for nested lists, too,
  • "render/not render" logic has been exactly provided.