Skip to content

Releases: websockets/ws

optionalDependencies

29 Jan 12:14
Compare
Choose a tag to compare

The ws module have been plagued with build failures that was caused by it's optional compilation of binary add-ons. It used an installation hack instead of using optionalDependencies for it. Now if optional dependencies work correctly.. There shouldn't be any more build failures because of the binary addon building failed.

And as you might have noticed, we moved the repository to a new organization: websockets this allows us to more easily onboard people, split up everything in to more tiny maintainable modules etc.

IO.js

22 Jan 16:32
Compare
Choose a tag to compare

The 0.7 release ensures io.js compatibility by shipping with a new version of the NaN library which polyfills the differences between various of V8 and Node.js APIs.

Another notable change is that way we've exported the binary parts of the module. They seem to have caused some build failures in the past and thanks to patches of @pjump they are now resolved.

0.7 Is also the first release without a HISTORY.md file as we're moving everything to Github's release feature.