elexis/package.json
defaultkavy b3f28dbf86 v0.0.7
change: Router.open(), .replace() .back(), .events change to static
add: $.open(), $.replace(), $.back()
add: $.html() convert html string to $Element
update: $State support output format
update: $Util.from() convert children node to $Element
change: $Node.parent change to getter
change: using $StateArgument<T>
new: $SVGElement, $HTMLElement
new: $AsyncNode
add: $Image.load()
2024-04-23 18:18:43 +08:00

22 lines
636 B
JSON

{
"name": "fluentx",
"description": "Fast, fluent, simple web builder",
"version": "0.0.7",
"type": "module",
"module": "index.ts",
"author": {
"name": "defaultkavy",
"email": "defaultkavy@gmail.com",
"url": "https://github.com/defaultkavy"
},
"keywords": ["web", "front-end", "lib", "fluent", "framework"],
"homepage": "https://github.com/defaultkavy/fluentx",
"repository": {
"type": "git",
"url": "git+https://github.com/defaultkavy/fluentx.git"
},
"bugs": {
"url": "https://github.com/defaultkavy/fluentx/issues"
},
"license": "ISC"
}