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

CHORE(lib): deprecate util, validate, sanitize #84

Merged
merged 1 commit into from
Feb 11, 2016

Commits on Feb 11, 2016

  1. CHORE(lib): deprecate util, validate, sanitize

    This commit deprecates and deletes the vast majority of code in the
    following files:
     - lib/util.js
     - lib/validate.js
     - lib/sanitize.js
    
    Any remaining methods have been wrapped in NodeJS's util.deprecate()
    method to indicate that they should not be used.  These methods will be
    completely removed in the coming month.
    
    Additionally, lodash has been added as a dependency.  This serves to
    fill some of the needs left by the deletion and deprecation of our lib
    functions.
    
    Closes #32.
    jniles committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    3f23814 View commit details
    Browse the repository at this point in the history