Update validate.js to the latest version 🚀 #61
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.
The dependency validate.js was updated from
0.11.1
to0.13.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for 0.13.0
• added missing 'var' to avoid leaking to the global namespace (#242)
• There is now a type validator that will check the value's type. Thanks Dmitry Kirilyuk for suggesting this.
• make a best guess at prettifying object with no toString (#284)
• Support for data URIs (#278)
• Fix some issues with the email validation. Thanks Yusuf Aji Wibowo for reporting it.
• If
within
in the exclusion validator is an object the values are now used when formatting${value}
in the message. Thanks Rhys Lloyd for reporting it.Commits
The new version differs by 46 commits.
95c3cd0
Release version 0.13.0
648695a
Update examples.html (#260)
ce39894
Fix typo in changelog (#253)
1fcc548
feature: make a best guess at prettifying object with no prototype (#284)
366d519
Update a typo in the docs (#286)
3b87db5
Corrected a typo on index.html (#293)
c7553ff
fix typo aainst -> against (#289)
e913a41
Add an npmignore file
e98811b
Anonymize the google analytics IP
e68360a
Support for data URIs (#278)
cccc345
added missing 'var' to avoid leaking to the global namespace (#242)
c54cd8e
Add a type validator
55d4e3a
Update jQuery
854501a
Stop logging errors when validating things without a length property
9b7c88a
Use the values for within when formatting exclusion messages
There are 46 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴