Skip to content

Conversation

Rk1821389
Copy link

Details

This change updates the access control of the DayComponents initializer from internal to public. This enables developers to instantiate DayComponents directly when using the package via Swift Package Manager, which is currently impossible due to the restricted access level.

// Before
init(month: MonthComponents, day: Int) { ... }

// After
public init(month: MonthComponents, day: Int) { ... }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants