Commit Graph

23 Commits

Author SHA1 Message Date
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
dependabot-preview[bot] d639db7913 Update console_log requirement from 0.1.2 to 0.2.0
Updates the requirements on [console_log](https://github.com/iamcodemaker/console_log) to permit the latest version.
- [Release notes](https://github.com/iamcodemaker/console_log/releases)
- [Commits](https://github.com/iamcodemaker/console_log/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-22 12:26:54 +01:00
Bodil Stokke 810fc82069 Bump what can be bumped. 2020-03-06 18:07:02 +00:00
Bodil Stokke d97c8fa03c Clippy appeasement. 2019-06-28 14:45:44 +01:00
Jonathan Kingston 8c340453eb Add Send to all output types 2019-05-28 16:30:53 +02:00
Jonathan Kingston 105156542e Adding support for the ARIA role attribute 2019-05-28 16:03:12 +02:00
Bodil Stokke 66320b0bdb Replace Rocket example with Iron example, which builds on stable rustc. 2019-04-08 16:47:00 +01:00
Bodil Stokke a39ccf737f Support boolean attrs, child blocks, and port TodoMVC example. 2019-03-16 21:14:38 +00:00
Bodil Stokke c892a9f27e Pre-build static arrays of attrs etc to save on allocations. 2019-03-16 16:24:23 +00:00
Bodil Stokke 813121b3a7 Dodrio support with a bespoke macro. 2019-03-16 03:18:49 +00:00
Bodil Stokke dbb4ba8738 2018 edition. 2019-03-15 23:37:20 +00:00
Bodil Stokke 818c8ebdac Make it generic on event type, determined by output type.
Unfortunately, this means the macro now requires a type annotation when 
using event handlers.

Closes #6, #17.
2018-12-01 18:33:34 +00:00
Bodil Stokke 270e3b52e1 Implement IntoIterator for all marker traits.
Further closes #12.
2018-11-29 16:37:07 +00:00
Bodil Stokke e80c8e6d88
Merge pull request #16 from jonathanKingston/self-closing-tags
Support allow list of self-closing tags. Fixes #15
2018-11-29 15:50:34 +00:00
Jonathan Kingston 7cb9441820 Support allow list of self-closing tags. Fixes #15 2018-11-24 16:17:03 +00:00
Jonathan Kingston b74e8e5bc1 Handle bool attributes. Fixes #13 2018-11-24 13:21:41 +00:00
Ronni Egeriis Persson 13a9828776 Add instructions and web server to wasm example 2018-11-19 23:28:05 +01:00
David Tolnay 0ec3be89cc
Support nested invocations of html macro 2018-11-18 02:45:07 -08:00
David Tolnay 893566118d
Remove proc_macro_hygiene feature 2018-11-18 02:45:06 -08:00
Bodil Stokke 5a72616f97 Remove need to enable feature(try_from). 2018-11-17 21:49:04 +00:00
Bodil Stokke c0d9d679db Reorganise examples. 2018-11-17 19:39:57 +00:00