Commit Graph

35 Commits

Author SHA1 Message Date
Ashley Williams f6f0a0385d release: 0.5.0 2023-03-30 08:36:22 -05:00
Ashley Williams cd0f7f4eb4 feat(deps): ansi-term -> console 2023-03-29 14:51:27 -05:00
Ashley Williams 35d8061436 fix(deps): update all deps 2023-03-29 12:06:19 -05:00
Ashley Williams a2097243ed fix(deps): update lalrpop to 0.19.9 2023-03-29 12:00:02 -05:00
Adrian Heine 46a2794a87 Rename more typed-html references
This also fixes the documentation links from axohtml_macros to axohtml.
2023-03-14 13:36:23 +01:00
Ashley Williams 67e74aabcb 0.4.1 2023-01-24 18:22:10 -06:00
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 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 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
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
dependabot-preview[bot] 1fc4f0bc64 Update ansi_term requirement from 0.11.0 to 0.12.0
Updates the requirements on [ansi_term](https://github.com/ogham/rust-ansi-term) to permit the latest version.
- [Release notes](https://github.com/ogham/rust-ansi-term/releases)
- [Commits](https://github.com/ogham/rust-ansi-term/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-26 15:30:31 +01:00
Bodil Stokke f70c00b460 Release 0.2.1 2019-06-28 14:51:32 +01:00
Bodil Stokke 15c6ca1143 Bump lalrpop-util. 2019-05-28 17:07:56 +01:00
Bodil Stokke e3e5cd3f09 Bump version_check to 0.9.1. 2019-05-28 16:05:56 +01:00
dependabot[bot] 93ae347603
Update lalrpop requirement from 0.16.1 to 0.17.0
Updates the requirements on [lalrpop](https://github.com/lalrpop/lalrpop) to permit the latest version.
- [Release notes](https://github.com/lalrpop/lalrpop/releases)
- [Changelog](https://github.com/lalrpop/lalrpop/blob/0.17.0/RELEASES.md)
- [Commits](https://github.com/lalrpop/lalrpop/compare/0.16.1...0.17.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-08 06:18:39 +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 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
David Tolnay 54f35aae28
Remove proc_macro_span feature 2018-11-18 02:45:06 -08:00
David Tolnay 78f0e9b1e6
Remove proc_macro_quote feature 2018-11-17 23:38:39 -08:00
Bodil Stokke 43550de7b8 Prepare for initial release. 2018-11-17 22:37:19 +00:00
Bodil Stokke 7d1e95f262 Completely transitioned to LALRPOP and new declare macro. 2018-11-14 16:22:07 +00:00
Bodil Stokke cb7e148310 A mess of LALRPOP. 2018-11-14 00:30:59 +00: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 3bc444068c Make it so. 2018-10-26 22:02:21 +01:00