Releases: wiedem/enum-case-labeling
Releases · wiedem/enum-case-labeling
1.1.0
1.0.1
Bugfixes
- Fixed declaration of
CaseLabel
andcaseLabel
on the expanded enum not using a public access control when the enum itself is declared as being public.
Note: Due to the limitations of how Swift macros work, the access control cannot be recognized in every case. Enums should therefore not be declared in public extensions and thus made public. Instead, the access control of an enum to be extended should always be set explicitly.