Sara Vieira
54b70652bb
v0.4.0
2023-01-24 15:22:58 -06:00
Sara Vieira
ecb0029c20
0.3.0
2023-01-02 14:36:14 -06:00
Ashley Williams
5f88f45c30
0.2.0
2022-12-19 15:37:02 -06:00
Ashley Williams
d4bec7a233
fork: update authors, editions
2022-12-15 17:19:41 -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
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
Bodil Stokke
810fc82069
Bump what can be bumped.
2020-03-06 18:07:02 +00:00
Bodil Stokke
5f652f1840
Release 0.2.2
2020-02-07 17:42:35 +00:00
Bodil Stokke
652bc9f1c3
Bump some deps, lock another.
2019-10-01 14:44:21 +01:00
Bodil Stokke
f70c00b460
Release 0.2.1
2019-06-28 14:51:32 +01:00
Bodil Stokke
2a6390e849
Merge branch 'master' into dependabot/cargo/strum-0.15.0
2019-04-08 15:18:22 +01:00
dependabot[bot]
c2d0fa7a97
Update strum_macros requirement from 0.14.0 to 0.15.0
...
Updates the requirements on [strum_macros](https://github.com/Peternator7/strum ) to permit the latest version.
- [Release notes](https://github.com/Peternator7/strum/releases )
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Peternator7/strum/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-27 06:02:55 +00:00
dependabot[bot]
95233e4d7b
Update strum requirement from 0.14.0 to 0.15.0
...
Updates the requirements on [strum](https://github.com/Peternator7/strum ) to permit the latest version.
- [Release notes](https://github.com/Peternator7/strum/releases )
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Peternator7/strum/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-27 06:02:45 +00:00
Bodil Stokke
d63c2ef07b
Release 0.2.0
2019-03-16 21:53: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
10ad3b2abc
Bump some deps.
2019-03-15 14:05:05 +00:00
dependabot[bot]
bd4d4dec81
Update strum requirement from 0.13.0 to 0.14.0
...
Updates the requirements on [strum](https://github.com/Peternator7/strum ) to permit the latest version.
- [Release notes](https://github.com/Peternator7/strum/releases )
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Peternator7/strum/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-05 05:38:52 +00:00
Bodil Stokke
77888b20e5
Alias the Uri type to String.
...
Closes #30 .
Closes #31 .
2019-01-17 12:56:22 +00:00
Bodil Stokke
eff3f2289a
Bump strum.
2019-01-04 22:39:33 +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
77a3c6d840
Back to dev mode.
2018-11-30 13:44:37 +00:00
Bodil Stokke
d4c5121172
Release 0.1.1
2018-11-29 17:52:08 +00: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
43550de7b8
Prepare for initial release.
2018-11-17 22:37:19 +00:00
Bodil Stokke
28513b93e9
Docs and cleanups.
2018-11-17 14:25:32 +00:00
Bodil Stokke
a9dc58da9c
Event handlers!
2018-11-15 23:25:38 +00:00
Bodil Stokke
cc8e7219a2
Reorganise, docs, HTML escaping.
2018-11-14 18:25:05 +00:00
Bodil Stokke
2806bde178
Such work.
2018-10-28 00:48:34 +01:00
Bodil Stokke
858b16cf34
Drop the bad Rust 2018 Cargo forces on you. Rewrite to work with actual native proc_macros.
2018-10-27 19:49:52 +01:00
Bodil Stokke
4f8b4e2b20
The nastiest element declaration macro.
2018-10-27 03:11:00 +01:00
Bodil Stokke
3bc444068c
Make it so.
2018-10-26 22:02:21 +01:00