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

readline: remove deprecated methods #6423

Merged
merged 1 commit into from
May 2, 2016
Merged

Commits on May 2, 2016

  1. readline: remove deprecated methods

    This commit removes the deprecated exports getStringWidth(),
    stripVTControlCharacters(), and isFullWidthCodePoint(). It also
    removes codePointAt() in its entirety, as it was deprecated and
    not being used by core.
    
    Refs: nodejs#3862
    PR-URL: nodejs#6423
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Brian White <mscdex@mscdex.net>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    cjihrig committed May 2, 2016
    Configuration menu
    Copy the full SHA
    8a87b29 View commit details
    Browse the repository at this point in the history