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

Buffer.write is deprecated. #71

Merged
merged 1 commit into from
Jun 3, 2016
Merged

Conversation

diegossilveira
Copy link
Contributor

Buffer.write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead.

Since offset default value is 0 and encoding default value is utf-8, there's no need to pass these arguments.

Buffer.write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead.
@nickdbush
Copy link

Please can we implement this soon as we will be deploying to servers and need the main repository to be correct

@smebberson
Copy link

Would be great to have a new release with this addition.

@Carniatto
Copy link

+1

@activebiz
Copy link

👍

1 similar comment
@StevenDevooght
Copy link

👍

@raycmorgan raycmorgan merged commit e2db2ac into raycmorgan:master Jun 3, 2016
@raycmorgan
Copy link
Owner

Hey all. As you can tell I don't actively maintain this project anymore, and don't keep up with node much. I will go through the PRs now to get things in a stable state, but if someone is willing to pick up this project please reach out!

@raycmorgan
Copy link
Owner

Oh, and thanks for the patience here and for the PR, very much appreciated!

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.

7 participants