All Versions
33
Latest Version
Avg Release Cycle
92 days
Latest Release
955 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.22.3 Changes
September 27, 2021 -
v0.22.2 Changes
January 09, 2021 -
v0.22.1 Changes
November 02, 2020 -
v0.22.0 Changes
June 20, 2020- โก๏ธ [Changed] Update Actix to 2.0.0. Actix 1.0.0 is no longer supported. #182
-
v0.21.0 Changes
July 21, 2019- 0๏ธโฃ [Added] Default tag name to
div
when a class or ID is provided #173 - [Changed] Maud has a new website! Check it out at https://maud.lambda.xyz/.
- ๐ [Changed] Update Actix to 1.0. Pre-release versions of Actix are no longer supported. #176
- ๐ [Fixed] Use absolute imports in generated code #170
- ๐ [Fixed] Use
syn
instead ofliteralext
#174
- 0๏ธโฃ [Added] Default tag name to
-
v0.20.0 Changes
March 28, 2019 -
v0.19.0 Changes
January 16, 2019- [Added] Allow arbitrary syntax in class and ID shorthand #128
- ๐ [Added] Actix 0.7 support #144
- [Added] Warn on keywords without a leading
@
#91 - [Changed] Disallow elements that mention the same attribute twice #129
- ๐ [Removed] Dropped support for the
maud_lints
crate 66ddbca - โก๏ธ [Fixed] Update to rustc 1.31.0-nightly (77af31408 2018-10-11)
- The feature flags have changed again! Remove
#![feature(use_extern_macros)]
and#![feature(proc_macro_non_items)]
, and add#![feature(proc_macro_hygiene)]
in their place. See the [documentation][getting-started] for a working example.
- The feature flags have changed again! Remove
-
v0.18.1 Changes
July 18, 2018- โก๏ธ [Fixed] Update to rustc 1.29.0-nightly (1ecf6929d 2018-07-16)
- The
proc_macro
feature was recently stabilized (rust-lang/rust#52081). As a result of this change, you may get "unresolved import" errors after updating your Rust compiler. To fix this error, replace any#![feature(proc_macro)]
in your crate with#![feature(use_extern_macros)]
. See the documentation for a working example.
- The
- โก๏ธ [Fixed] Update to rustc 1.29.0-nightly (1ecf6929d 2018-07-16)