Comparing version 5.1.3 to 5.1.4
{ | ||
"name": "deleight", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"description": "A library with 9 modules for writing more expressive web applications with traditional HTML, CSS and JavaScript.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -74,3 +74,3 @@ # Deleight | ||
Primitives to help with loading and using stylesheets. Using **css**, you can | ||
Primitives for loading and using stylesheets. Using **css**, you can | ||
@@ -107,3 +107,3 @@ - create `CSSStyleSheet` instances from CSS files or text | ||
Uing **sharedmember**, you can add more structure and concision in your code. Using **deepmember**, you can help trivially implement things like routing. | ||
Uing **sharedmember**, you can add more structure and concision in your code by manipulating multiple objects with a single action. Using **deepmember**, you can trivially implement things like routing. Async deep member access can be used to access server data like other objects on the client. | ||
@@ -142,6 +142,5 @@ ```js | ||
Many simple steps have been implemented to do things like call functions with the same scope and arguments, pipe functions, access properties on multiple objects, spread and compact values, etc. | ||
Many simple steps have been implemented to do things like call functions with the same scope and arguments, chain functions, access properties on multiple objects, spread and compact values, etc. | ||
Think of a `Process` here as a function whose lines are as items in an array. We can manipulate them however we want. We can also define the meaning of | ||
all the keywords. It is helpful for creating DSLs or generating code on the fly, such as from markup. | ||
Think of a `Process` here as a function whose lines are as items in an array. We can manipulate them however we want. We can also define the meaning of all the keywords. Process is meant for generating and modifying code on the fly without using Function constructor. We can use it to setup reactivity among other things. | ||
@@ -148,0 +147,0 @@ ### [proxy](https://mksunny1.github.io/deleight-api-docs/main/modules/deleight.Proxy.html) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
405232
155