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

Cleaned up the code a bit #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Cleaned up the code a bit #2

wants to merge 7 commits into from

Commits on Nov 2, 2016

  1. Added '.gitignore'

    Sean MacIsaac committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    31eed1a View commit details
    Browse the repository at this point in the history
  2. '.eslintrc'

    Sean MacIsaac committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    dbe501c View commit details
    Browse the repository at this point in the history
  3. Added optimizations like using 'indexOf' and an array of the argument…

    …s as opposed to the arguments object which can't be optimized by V8 and leaks. Moved the declaration of 'mergeFn' to the top of the file because of hoisting.
    Sean MacIsaac committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    3aceebe View commit details
    Browse the repository at this point in the history
  4. Added 'eslint' dependencies to the 'package.json'

    Sean MacIsaac committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    3663c67 View commit details
    Browse the repository at this point in the history
  5. renamed 'nestRE' to 'isSpecialProp'

    Sean MacIsaac committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    d7d2a4c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Upped version number, increased clarity of variable names, removed so…

    …rt due to concern for performance.
    Sean MacIsaac committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    729184e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90dc805 View commit details
    Browse the repository at this point in the history