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 |