@jinntec/fore 1.7.0 → 1.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -41,12 +41,14 @@ conjunction with it.
41
41
  * state engine with dependency tracking for optimized updating
42
42
  * lifecycle with detailed state events
43
43
  * descriptive actions for data mutations (setvalue, insert, delete)
44
- * multiple XML (or JSON) data instances
44
+ * binding for structured data like XML, HTML and JSON
45
45
  * group, repeat, dialog + switch container components
46
- * generic UI control to bind any kind of control
47
- * bound template expressions
46
+ * generic UI control binding any native control or third-party component
47
+ * auto-updating Template Expressions
48
48
  * powerful XPath/XQuery 3.1 support in the browser
49
49
  * Submission module declaratively wrapping the fetch API
50
+ * efficient partial DOM updates
51
+ * no build (tool) required
50
52
 
51
53
 
52
54
  ## An xformish framework in Web Components