jpf 5.0.52 → 5.0.53
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,4 +18,4 @@ The tooling support to make sure that the View with its binding expressions is i
|
|
|
18
18
|
1. **Sharing the same GUI logic for multiple presentations. Having one ViewModel with multiple Views for example for Desktop and Mobile**
|
|
19
19
|
1. **Eliminate the use of text based templating**
|
|
20
20
|
1. **Support binding expression checking at development time instead of runtime**
|
|
21
|
-
1. **Discover programming errors at compile time instead of runtime
|
|
21
|
+
1. **Discover programming errors at compile time instead of runtime..**
|