-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Migrate to ES6 #496
Merged
Merged
Migrate to ES6 #496
Commits on Feb 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 61906f0 - Browse repository at this point
Copy the full SHA 61906f0View commit details -
* Move each validation function to its own module, so you can now require only the functions you need e.g. require('validator/isEmail') instead of bundling the whole library in your scripts. * Use babel to build for node * Use rollup to generate an optimized browser bundle in umd format * Use npm scripts instead of make.
1Configuration menu - View commit details
-
Copy full SHA for d369a39 - Browse repository at this point
Copy the full SHA d369a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc5c24 - Browse repository at this point
Copy the full SHA 5dc5c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ebb3b4 - Browse repository at this point
Copy the full SHA 0ebb3b4View commit details -
* define is a giant hack, looks like it will handle everything you throw at it * Here is the implementation https://github.com/jrburke/requirejs/blob/a1da39714bc3eea9ab85c77e47d544e815e2699f/require.js#L2049
Configuration menu - View commit details
-
Copy full SHA for 2487421 - Browse repository at this point
Copy the full SHA 2487421View commit details
Commits on Feb 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 95f853b - Browse repository at this point
Copy the full SHA 95f853bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b73512 - Browse repository at this point
Copy the full SHA 9b73512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 150667d - Browse repository at this point
Copy the full SHA 150667dView commit details -
* build no longer runs tests or cleans broken builds * add clean:browser and clean:node * add minify runs uglifyjs to generate validator.min.js * add pretest (alias to build) which is run automatically before tests * build-browser => build:browser * build-node => build:node * build:browser now eliminates dead code for unminified build
Configuration menu - View commit details
-
Copy full SHA for 51aaaa9 - Browse repository at this point
Copy the full SHA 51aaaa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d53fe - Browse repository at this point
Copy the full SHA d5d53feView commit details
Commits on Feb 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for daa442a - Browse repository at this point
Copy the full SHA daa442aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa4a57 - Browse repository at this point
Copy the full SHA 8aa4a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238248a - Browse repository at this point
Copy the full SHA 238248aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 850286d - Browse repository at this point
Copy the full SHA 850286dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7832ee3 - Browse repository at this point
Copy the full SHA 7832ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a264a0 - Browse repository at this point
Copy the full SHA 1a264a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5c980 - Browse repository at this point
Copy the full SHA ad5c980View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for c9efde6 - Browse repository at this point
Copy the full SHA c9efde6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 760015d - Browse repository at this point
Copy the full SHA 760015dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cdb173 - Browse repository at this point
Copy the full SHA 3cdb173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a3a92d - Browse repository at this point
Copy the full SHA 2a3a92dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81337be - Browse repository at this point
Copy the full SHA 81337beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0283443 - Browse repository at this point
Copy the full SHA 0283443View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd5e68b - Browse repository at this point
Copy the full SHA bd5e68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5197625 - Browse repository at this point
Copy the full SHA 5197625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11c98c8 - Browse repository at this point
Copy the full SHA 11c98c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e53389a - Browse repository at this point
Copy the full SHA e53389aView commit details
Commits on Feb 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bf9232a - Browse repository at this point
Copy the full SHA bf9232aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf5088 - Browse repository at this point
Copy the full SHA eaf5088View commit details
Commits on Feb 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e25b884 - Browse repository at this point
Copy the full SHA e25b884View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c4471 - Browse repository at this point
Copy the full SHA a2c4471View commit details
Commits on Feb 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8b84882 - Browse repository at this point
Copy the full SHA 8b84882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 369b753 - Browse repository at this point
Copy the full SHA 369b753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f355c - Browse repository at this point
Copy the full SHA 95f355cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e44ca88 - Browse repository at this point
Copy the full SHA e44ca88View commit details
Commits on Feb 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f919358 - Browse repository at this point
Copy the full SHA f919358View commit details
Commits on Feb 21, 2016
-
Upgrade to ESLint 2, remove unnecessary deps
* Note: Looks like ESLint 2 has a bug with the rule "prefer-const", so it is disabled for now
Configuration menu - View commit details
-
Copy full SHA for af94fb7 - Browse repository at this point
Copy the full SHA af94fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ff8bc - Browse repository at this point
Copy the full SHA b1ff8bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf16624 - Browse repository at this point
Copy the full SHA bf16624View commit details -
Configuration menu - View commit details
-
Copy full SHA for be9fb9c - Browse repository at this point
Copy the full SHA be9fb9cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a33b64b - Browse repository at this point
Copy the full SHA a33b64bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.