Skip to content

Releases: wiedem/enum-case-labeling

1.1.0

23 Sep 17:09
Compare
Choose a tag to compare

New Features and Improvements

  • The CaseLabel and caseLabel code extensions now use a public access level. This prevents some issues when the enum has a private access level.

1.0.1

23 Sep 01:22
Compare
Choose a tag to compare

Bugfixes

  • Fixed declaration of CaseLabel and caseLabel 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.

1.0.0

22 Sep 22:30
Compare
Choose a tag to compare

First public release.