-
Notifications
You must be signed in to change notification settings - Fork 8
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
updated dependencies #6
Conversation
Go ahead and merge, you have the commit bit! |
@mcollina once I know what exactly I can |
please, do |
renaming done! how do we go about deprecating augmented |
The renaming is coded in a way such that if you just augment I'm open to namespacing, too. I think it's better and it will avoid us problems later, so go for it! |
changing still both give nice deprecation warnings when used 😄 I'll look at keeping it namespaced... BTW I should have created feature branch for this one here... first though that will just bump few dependencies 😕 |
i think about merging those few changes here and after that creating v0.4.0-wip branch to work on changing the way we do N3 specific searches? |
I'm ok with this. If you want to 'kill' the search feature for |
updated dependencies + s/join/search/
Is this ready for release? ;) |
after #7 which looks like it will break current API... |
should I also rename
join()
andjoinStream()
tosearch()
andsearchStream()
?