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

Add support for node v4.x Closes: #59 #65

Merged
merged 1 commit into from
Oct 13, 2015
Merged

Add support for node v4.x Closes: #59 #65

merged 1 commit into from
Oct 13, 2015

Conversation

AlexMeah
Copy link
Contributor

The comments in #59 indicate that there are no changes between io.js 3.x and node 4.x, thought a PR might be accepted that uses the logic from io.js 3.x.

All the tests are passing in travis for Node v4.2 in travis.

@tschaub
Copy link
Owner

tschaub commented Oct 13, 2015

Thanks @AlexMeah. I think this is a pragmatic solution. In fact there are differences in the fs module between io.js 3.x and Node 4.x, but mock-fs will likely work with this patched 3.x version.

I still would like to make some changes so that it requires less monkey patching to support a new version. But I haven't found the time yet. So I think it is time to get this in and make improvements as people find limitations.

tschaub added a commit that referenced this pull request Oct 13, 2015
Add support for node v4.x

Fixes: #59
@tschaub tschaub merged commit 2d80493 into tschaub:master Oct 13, 2015
@AlexMeah
Copy link
Contributor Author

Thanks for merging this would it be possible to publish it to npm?

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