Releases: chipnertkj/delegate-match
Releases · chipnertkj/delegate-match
v0.2.0
-
Relaxed comma restrictions for
matcharms.matcharms that resolve to block expressions no longer require a trailing comma. -
Improved parsing of associated items (
$assoc_ts).Associated items can now be one of the following:
- an expression,
- a statement,
- a pattern,
- a type.
The parser attempts to interpret tokens in the above order. If none match, the item is considered invalid.
This replaces the previous ad hoc parsing logic, which failed to handle some edge cases.
-
Removed lockfile, updated dependency requirements.
Since this is a procedural macro library, the
Cargo.lockfile has been removed. Dependencies now use more flexible version specifications (e.g.,syn = "2.0"instead of pinning exact versions).
v0.1.0
Initial release.