Skip to content

Do not export configuration needlessly - #169

Open
codesoap wants to merge 1 commit into
pion:mainfrom
codesoap:unexport_configuration
Open

Do not export configuration needlessly#169
codesoap wants to merge 1 commit into
pion:mainfrom
codesoap:unexport_configuration

Conversation

@codesoap

Copy link
Copy Markdown

Description

The Configuration type was previously exported, while not being used in any exported function. Thus there is no need to export it. I have made it an internal type in this pull request. In my opinion, this will reduce confusion, when reading the package documentation.

This is a breaking change, but since this library has not yet reached v1.0.0, breaking changes are still acceptable without new major versions, according to semantic versioning.

Reference issue

Addresses the first bullet point of #63.

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.

1 participant