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

use buffer 3.0.0 #1040

Closed
wants to merge 1 commit into from
Closed

use buffer 3.0.0 #1040

wants to merge 1 commit into from

Commits on Dec 24, 2014

  1. use buffer 3.0.0

    New Buffer major version: 3.0.0
    
    It has some breaking changes, but they improve compatibility with node!
    The whole node buffer test suite passes now, thanks to @jessetane!
    
    - toString('ascii') and slice('ascii') work correctly (strip off high
    order bits)
    - correct exception types thrown (RangeError instead of TypeError in
    many places)
    - do not encode partial code units to utf16
    - do not encode partial or invalid code points to utf8
    - copy() correctly returns length
    feross committed Dec 24, 2014
    Configuration menu
    Copy the full SHA
    6516f9e View commit details
    Browse the repository at this point in the history