Releases: nhanfu/htmljs
Releases · nhanfu/htmljs
Apply object oriented paradigm
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
- 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
This release includes bug fixing and code refactoring
- Use strict, jshint, remove _html variable
- Allow us to customize how error message displays
- Notify dependencies after validation
- Add ToDoMVC app into examples (available in gh-pages branch)
Offical realease HtmlJs version 1.0.0
Finish every modules for Single Page Application.
- MVVM
- Validation
- Routing
- Dynamic script loading
- Modules management
- Ajax