Commit Graph

175 Commits

Author SHA1 Message Date
Sara Vieira 527ab6fe15 Merge branch 'main' of github.com:axodotdev/axohtml into allow_unsafe 2022-12-23 16:00:28 +00:00
Sara Vieira 0384d4e4fb only allow unsafe 2022-12-23 15:59:28 +00:00
ashley williams f392e6daac
Merge pull request #10 from axodotdev/fix-data
Fix data attributes && add ability to have script in HTML
2022-12-23 09:31:17 -06:00
ashley williams f2cbaa9e07
Merge pull request #11 from axodotdev/aria-orientation
type aria orientation
2022-12-23 09:28:36 -06:00
Sara Vieira 59fa2fd099 allow unsafe text in script 2022-12-22 21:34:50 +00:00
Sara Vieira a2fd84ab5e type aria orientation 2022-12-22 17:35:41 +00:00
Sara Vieira da3e87a38e move implementatipn 2022-12-22 15:02:41 +00:00
Sara Vieira ae1462cdb8 fix data attrs, support scfript 2022-12-22 14:28:12 +00:00
ashley williams 19af976dcb
Merge pull request #9 from axodotdev/0.2.0
0.2.0
2022-12-19 15:50:19 -06:00
Ashley Williams 5f88f45c30 0.2.0 2022-12-19 15:37:02 -06:00
ashley williams b7a52d3e3d
Merge pull request #11 from SaraVieira/aria
add support for aria
2022-12-19 14:45:46 -06:00
ashley williams ea94ab2f2b
Merge branch 'main' into aria 2022-12-19 14:38:08 -06:00
Sara Vieira 4a6e42bbd5
Merge pull request #13 from axodotdev/contrib
feat: add CONTRIBUTING.md
2022-12-19 15:34:51 -05:00
Sara Vieira da6905cb6d
Merge branch 'main' into contrib 2022-12-19 15:34:44 -05:00
Ashley Williams c85655fe26 feat: add CONTRIBUTING.md 2022-12-19 13:59:00 -06:00
Sara Vieira e3599fd81f
Merge branch 'main' into aria 2022-12-19 14:28:47 -05:00
Sara Vieira 3e2d9282f6 add support for aria 2022-12-19 19:27:48 +00:00
ashley williams e073a67193
Merge pull request #8 from SaraVieira/meta-proprety
Add proprety in meta tags
2022-12-19 11:03:39 -06:00
Sara Vieira 5a92c5994c revert bump 2022-12-19 16:11:56 +00:00
Sara Vieira 44984f451c up version 2022-12-19 14:06:21 +00:00
Sara Vieira 9d8c50f4d5 add proprety in meta tags 2022-12-19 14:04:06 +00:00
ashley williams acb80eeb0b
Merge pull request #7 from axodotdev/0.1.0
release: 0.1.0
2022-12-16 10:37:25 -06:00
Ashley Williams ec7b781723 release: 0.1.0 2022-12-16 09:53:38 -06:00
ashley williams f4b4afcc5c
Merge pull request #6 from axodotdev/see-aye-yi-yi
fix(doc): update example text for rustdoc
2022-12-16 09:29:03 -06:00
Ashley Williams 73cb76a2d4 fix(doc): update example text for rustdoc 2022-12-16 09:14:31 -06:00
ashley williams 478dd674fd
Merge pull request #5 from axodotdev/see-aye-yi-yi
doc(badges): add ci and crates.io badges to readme
2022-12-16 08:40:08 -06:00
Ashley Williams e30c8e7315 fork: remove release config 2022-12-16 08:22:44 -06:00
Ashley Williams 9978e91518 doc(license): add badge 2022-12-16 08:19:15 -06:00
Ashley Williams ce1f5666f3 doc(badges): add ci and crates.io badges to readme 2022-12-16 08:17:10 -06:00
ashley williams 0dca44a39e
Merge pull request #1 from axodotdev/see-aye-yi-yi
feat(infra): add rust clippy, fmt, tests github action
2022-12-16 08:13:54 -06:00
Ashley Williams 3c62510e12 fix(clippy): appease 2022-12-16 07:56:49 -06:00
Ashley Williams ab9c20f180 fix(infra): simplify workflow name 2022-12-16 07:33:06 -06:00
Ashley Williams 837f63ba46 feat(infra): add rust clippy, fmt, tests github action 2022-12-16 07:31:03 -06:00
Ashley Williams 8910909cf6 fix(readme): edit to remove stdweb 2022-12-16 07:30:24 -06:00
Ashley Williams 37c410a53c fork: remove dodrio and stdweb stuff for now 2022-12-15 17:27:58 -06:00
Ashley Williams d4bec7a233 fork: update authors, editions 2022-12-15 17:19:41 -06:00
Ashley Williams b4048f1317 fork: reset changelog 2022-12-15 16:46:39 -06:00
Ashley Williams c977e23154 fork: remove code of conduct 2022-12-15 16:45:08 -06:00
Ashley Williams 01fe66fade fix(readme): add missing link 2022-12-15 16:44:35 -06:00
Ashley Williams 8936e34b05 fork: remove link to original project's CI 2022-12-15 16:43:24 -06:00
Ashley Williams eb275df9a9 fix: add missing brackets to link in readme 2022-12-15 16:42:30 -06:00
Ashley Williams e5f2b5c106 style: appease clippy 2022-12-15 16:40:54 -06:00
Ashley Williams ddc8bc12d0 fork: rename and reversion 2022-12-15 16:35:42 -06:00
Bodil Stokke e18d328951 Bump all the deps and appease Clippy, 2022 edition. 2022-01-27 19:38:31 +00:00
Samuel El-Borai 95764776f2 Remove use of deprecated proc_macro_hack
This fixes the error:
"unresolved macro `$crate::proc_macro_call_dodrio!`" from the file
examples/dodrio/counter/src/lib.rs.

Quoting proc_macro_hack documentation:
> Note: As of Rust 1.45 this crate is superseded by native support for
> #[proc_macro] in expression position. Only consider using this crate
> if you care about supporting compilers between 1.31 and 1.45.

Source: https://docs.rs/proc-macro-hack/latest/proc_macro_hack/index.html
2022-01-27 18:16:32 +00:00
Samuel El-Borai 9d5f32ba9b cargo clippy --fix -- --allow unused_braces
- The '--allow unused_braces' is to avoid removing the extra curly
  braces used within html! macro calls.
2022-01-27 18:16:32 +00:00
Samuel El-Borai d1525a38ff Fix build errors for examples
- The type signature for the method 'render' of Render trait seems to
  have changed, causing examples to fail.
2022-01-27 18:16:32 +00:00
dependabot-preview[bot] 4c13ecca50 Update dodrio requirement from 0.1.0 to 0.2.0
Updates the requirements on [dodrio](https://github.com/fitzgen/dodrio) to permit the latest version.
- [Release notes](https://github.com/fitzgen/dodrio/releases)
- [Commits](https://github.com/fitzgen/dodrio/commits/0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 15:15:14 +01:00
Josh Stone d95ce1a293 Use Vec to implement the Events iterators
Using `vec::IntoIter` is much simpler than a deeply nested `Chain`,
compiling faster and avoiding the deeper recursion limit reported in
[rust#71359](https://github.com/rust-lang/rust/issues/71359).
2020-04-24 16:37:26 +01:00
chrysn 7a884f9561 ui: Acknowledge added and changed compiler output about errors in macros
Recent Rust versions give "this error originates in a macro" more
frequently, and on one occasion removed the "outside of the current
crate" remark.

This acknowledges the change in the stderr of the test cases, given the
information makes sense and does not deteriorate user experience.
2020-04-24 16:35:39 +01:00