New
v0.10.4
Fixes
- Fixes issue where sometimes results of specs returning a struct would remove some or all struct fields. (c.f. #78 and PR #82 )
- Related: Ensures that when a
@type!containing a%__MODULE__{}is used before that module'sdefstruct, a clear CompileError is created (c.f. #83).