Skip to content

Releases: nhanfu/htmljs

Apply object oriented paradigm

08 Dec 15:22
Compare
Choose a tag to compare

This release includes

  • Rename html.data to html.observable and html.observableArray
  • Apply OOP for html.observable and html.observableArray
  • Replace getter and setter by data property
  • Remove createElementNoParent() function

Release 1.0.3 - stable version

05 Mar 15:41
Compare
Choose a tag to compare
  • Fix bug for ajax header
  • Fix bug for dropdown, css binding
  • Break circular dependencies of observers
  • Add typeahead, listview control (from a real world project)

Offical release HtmlJs version 1.0.2

17 Mar 17:40
Compare
Choose a tag to compare

This release includes bug fixing and code refactoring

  1. Use strict, jshint, remove _html variable
  2. Allow us to customize how error message displays
  3. Notify dependencies after validation
  4. Add ToDoMVC app into examples (available in gh-pages branch)

Offical realease HtmlJs version 1.0.0

24 Nov 14:43
Compare
Choose a tag to compare

Finish every modules for Single Page Application.

  1. MVVM
  2. Validation
  3. Routing
  4. Dynamic script loading
  5. Modules management
  6. Ajax