-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from ivanceras/develop
Develop
- Loading branch information
Showing
21 changed files
with
91 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sauron" | ||
version = "0.60.7" | ||
version = "0.61.0" | ||
authors = [ "Jovansonlee Cesar <[email protected]>" ] | ||
license = "MIT" | ||
description = "A versatile web framework and library for building client-side and/or server-side web applications" | ||
|
@@ -14,9 +14,9 @@ edition = "2021" | |
maintenance = { status = "actively-developed" } | ||
|
||
[dependencies] | ||
sauron-core = { version = "0.60", path = "crates/core", default-features = false } | ||
sauron-macro = { version = "0.60", path = "crates/macro", optional = true } | ||
sauron-html-parser = { version = "0.60", path = "crates/html-parser", optional = true } | ||
sauron-core = { version = "0.61", path = "crates/core", default-features = false } | ||
sauron-macro = { version = "0.61", path = "crates/macro", optional = true } | ||
sauron-html-parser = { version = "0.61", path = "crates/html-parser", optional = true } | ||
|
||
[features] | ||
default = ["with-dom", "with-node-macro", "custom_element", "with-interning", "with-jss"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sauron-core" | ||
version = "0.60.7" | ||
version = "0.61.2" | ||
authors = [ "Jovansonlee Cesar <[email protected]>" ] | ||
license = "MIT" | ||
description = "An html library for building client side webapps" | ||
|
@@ -14,7 +14,7 @@ edition = "2021" | |
maintenance = { status = "actively-developed" } | ||
|
||
[features] | ||
default = ["with-dom", "ensure-check", "ensure-attr-set"] | ||
default = ["with-dom", "ensure-check", "ensure-attr-set", "with-lookup"] | ||
with-dom = ["wasm-bindgen", "js-sys", "web-sys", "wasm-bindgen-futures"] # for client-side usage | ||
with-lookup = [] #enumerates html tags and attributes | ||
with-measure = [] # log traces for measurements in various parts of the system where performance matters. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.