Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(namespaces): api.namespaces('foo') usage #190

Merged
merged 1 commit into from
Feb 11, 2018
Merged

fix(namespaces): api.namespaces('foo') usage #190

merged 1 commit into from
Feb 11, 2018

Conversation

silasbw
Copy link
Contributor

@silasbw silasbw commented Feb 11, 2018

Fixes #187

BREAKING CHANGE: Removes default namespace feature. With a default namespace,
api.namespaces.get is potentially ambiguous: get the default namespaces or
get all namespaces. Remove the default namespace to be consistent with other
code.

Fixes #187
Closes #169

BREAKING CHANGE: Removes default namespace feature. With a default namespace,
`api.namespaces.get` is potentially ambiguous: get the default namespaces or
get all namespaces. Remove the default namespace to be consistent with other
code.
@austinkelleher
Copy link

Thanks for getting this fix out quickly @silasbw. Really appreciate it. I've tested your fix and it works great. Do you have plans to publish a new version soon? Thanks again.

@silasbw
Copy link
Contributor Author

silasbw commented Feb 12, 2018

Hey @austinkelleher . I'm trying to get the major release out today or tomorrow. There's one other thing I want to include. I'm putting the PRs together now. I'll update #187 when we publish to npm.

@silasbw
Copy link
Contributor Author

silasbw commented Feb 13, 2018

@austinkelleher, I just published 4.0.0 to npm. Thanks for testing this change out.

@austinkelleher
Copy link

Everything is working great on 4.0.0 @silasbw. Thanks again for the quick fix.

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.

None yet

3 participants