0.3.0 (2026-01-17)
-
Introduced
#[trait_alias]attribute that allows additional customization.See the docs for more information.
-
Internals were refactored to be more modular.
-
All internal documentation was removed.
0.2.0 (2025-12-27)
-
The input of
trait_aliases!is now traversed fully, and any occurrences of the reserved__Tidentifier cause compilation to fail; that is, snippets likeuse trait_aliases::trait_aliases; trait_aliases! { trait __T = Sized; }
now fail with
identifier `__T` is reserved for blanket implementations
-
All the internal functionality has been documented. It can be viewed locally via
$ cargo doc --document-private-items -
UI tests have been added in order to ensure correctness.
0.1.0 (2025-12-24)
Initial release.