Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hapijs/validate

hapi core internal validation support
https://github.com/hapijs/validate

Unit test for inherited fields from Any

13ba8e5ff948e00f69a1cfab16203365ca433aa1 authored about 10 years ago
Make alternatives.describe more consistent

Fixes hapijs/joi#211

Updates alternatives.describe from an array of descriptions to use the
pro...

971951bcdba09a3138781abb13fd9b47784d83cf authored about 10 years ago
Add any.raw(). Closes #509.

a22aa554b5219643d7592ef25cbe079d3a6bab07 authored about 10 years ago
Update CONTRIBUTING.md

a1f46d9038e45a23f2c9dbf3d927ab91835c35b4 authored about 10 years ago
5.0.2

d0ea5ec5e5411eb0034ac240f2e30af4070c41a5 authored about 10 years ago
Merge pull request #505 from fampinheiro/master

Convert date regex to date before comparison. Closes #503.

66e04b57ae8d5c0e12eb6bfc5b4d04573963983d authored about 10 years ago
Change required to clone to better describe the test

8892eebac537d31ad6537eafcaf1f320ac12bde7 authored about 10 years ago
Change string convertion to toString.

And add missing semicolon.

b66598152b0f57c0472d6ae37c22d3ed628028c9 authored about 10 years ago
Convert date regex to date before comparison. Closes #503.

9576fa9ee8a176b0138978d7afaa196c3e63c7f5 authored about 10 years ago
5.0.1

da9e0d580a44f67346a406a6e8d7be3d424e848b authored about 10 years ago
Do not convert array values in place

Fixes #502.

7da40986073bf61c6e3e0d7038076e64006834b6 authored about 10 years ago
Add ignored files

5bb6698a3cbfa5fe87ce1f7a4316515f1a8decf7 authored about 10 years ago
5.0.0

c412e7eb6c3be7ff5466c2a68afcd27a2e8be29b authored about 10 years ago
Fix language on array().single()

5ab2906873f2908dcfdef6fb3611b243103b3101 authored about 10 years ago
Deal with array of arrays in array().single()

35e8f3c42da86e8fd6d6b09a234ed84b962a7164 authored about 10 years ago
Only use allowSingle if in convert mode

5db3cf4506e7a14df6e2105440a01852f323bd1d authored about 10 years ago
Add array().allowSingle()

Fixes #474 and #498.

8ccf31b87371e03e7e3f239cd09a942b0276c387 authored about 10 years ago
Perform deep comparison on array().unique()

Fixes #497.

0dff718039fbe4ffce8c766dc9918c623e77c688 authored about 10 years ago
Deny Infinity in numbers.

Fixes #494.

a9d0d53224202143223c919206a6af03d3643797 authored about 10 years ago
Add label to describe()

d7034af4acbd7d93ab5df833610bd61c16ae649c authored about 10 years ago
Also output the context with errors

Fixes #462.

8db651d6ff433fcc9c026ebcc5c11b86146c5713 authored about 10 years ago
Apply number().precision() when converts is true

Fixes #485.

311671d36929c346062b7cba8106773521218ab7 authored about 10 years ago
Deny sparse arrays by default

Fixes #486.

eb5e74edc96cdd6794ae1425b09636ffd4107e90 authored about 10 years ago
Merge pull request #491 from mrlannigan/master

Fixed anchor link for string.regex

1cc84cc84d24ce4856e5ceaa082e9b0c4dcea904 authored about 10 years ago
fixed anchor link for string.regex

59c62b4382695856a9fa828e216a8e4d802bfbb1 authored about 10 years ago
Merge pull request #489 from lloydbenson/master

add missing semicolon

40b0b72f25b5c0961dff3ddd23ee8c5c4e8c1958 authored about 10 years ago
add missing semicolon

d1130590481794c8db5e6de85452112718088b62 authored about 10 years ago
Add a few badges

4fdb580cf7bba3e81d8dd713a9b6161e13647d92 authored about 10 years ago
4.9.0

8ac258348e45a3c2a0def6667137c7e8841c56e5 authored about 10 years ago
Fix #487: 2nd part

105b26f808886c2fe8aaaac633a32796c39da85f authored about 10 years ago
Fix #487: use correct exist form

829b13edd12f4b3fe34cf05374b9b7e36db7c6bb authored about 10 years ago
Merge pull request #481 from jagoda/feat-regex

Validate object constructor.

2d48b4d8157a9d7dbc92cd15aa63758c9d7dd0ef authored about 10 years ago
Validate object constructor.

Closes #408.

b3027b3764bb149bde19c05f2fbc1ec6ed32f4da authored about 10 years ago
Enable node 0.11 builds

7751f398f4d8182f23ebf34ef133c53cd7800cd2 authored about 10 years ago
4.8.1

37ac6ebfcec8ca1e9e2ae9af3a86371d00d07556 authored over 10 years ago
Fix #480 - Compute 'now' on validation

e8b8f4f0ccd691cefa0d497bda58ddd167e28d06 authored over 10 years ago
Merge pull request #479 from tuhoojabotti/master

Document object.keys extending schema.

4dc2072b96bf5ec2c2fa967e257e387f760cbf7e authored over 10 years ago
Document object.keys extending schema.

Original wording just said that it sets the allowed keys, but it can also "extend" an object.

497431c22e3b4c20ab3d0202ecdc9dfb164aa596 authored over 10 years ago
4.8.0

50a9d25ecfb87b99799d9b0c14b529ba3a5ad37e authored over 10 years ago
Fix for negative date numbers

91266d12730c084a14b694d9b82f2c875d85cc0b authored over 10 years ago
Added test that proves that integers as strings are okay but negative integers are not working.

20bb686fd5d00c2fb6751b373fef76d5772ac6ee authored over 10 years ago
Merge pull request #478 from hapijs/object-shortcut

Retain object reference when no rules specified

7d4ff2a03e0261092b27746efa236f77512bf4e6 authored over 10 years ago
Retain object reference when no rules specified

2bbbf6f12a4d7503ae7404e5613a10b6d8d51fbb authored over 10 years ago
Upgrade to lab 5.x

Fixes #476.

b55f28ae78e197fcefac42853d8522efea40c261 authored over 10 years ago
Enable to pass "now" in date.min and date.max

It is not currently possible to validate a date relatively to the
current time. For example, the...

a636d9e9b8e49b3f82ccaac73222190b0024f6ab authored over 10 years ago
Add test for #456

4d2eaae0d1e2e3374f247a0c48bfcc5499c9acf2 authored over 10 years ago
fix #454 : handle 0 and null arguments

d50a75cd0f4e14df9210d957d383fa6d90bdfb23 authored over 10 years ago
Switched from using language.root to language.label

512d66ebfeaa473fbc7f620300544bc98699d029 authored over 10 years ago
Added any.label method

24d591e7fb073511a6874129dafee371fae4ebb7 authored over 10 years ago
Example for #447

96b2fdf57a4c5a0fbb20db969cb042c0f433a0b1 authored over 10 years ago
implements nand

7814d6323dee9d5d3b6008e0caa0c5927799b44b authored over 10 years ago
readme grammar for nand

29b745355d8591b17c7668edd518e4de00365606 authored over 10 years ago
Address internationalization issues.

6d9daa1fa5e753ca5793e333c835687f8ec08443 authored over 10 years ago
Named string regex patterns.

Closes #439.

9fc771f36c0782d5494d6fe10abfd420c0df5761 authored over 10 years ago
Add greater() and less() to number type. Closes #411

65423740bca38e1edf61847e72db8a23fd4aa323 authored over 10 years ago
Stricter ISO and reuse of date in string.isoDate

c5c6cb8ca2e2278a9cd3e111caf471ba13e7e954 authored over 10 years ago
Update docs

9940ef03f82eeccc14bb3f886adaffe1ffed61e6 authored over 10 years ago
Add format and iso to date type

ecfe7a64e6428dfbf12ba9079c4b5d55b19e668f authored over 10 years ago
Integrate #428 unit tests

40e7e1f091549b1e87ac3dc68adbaa3e9ba2f348 authored over 10 years ago
fix readme index

9ffe2ddc9131067db0b3f36dafa8839eb1e1aefe authored over 10 years ago
fix readme index

3b1c8b9f47b7ddf4119aa023d153394f946be7a1 authored over 10 years ago
change implementation of creditcard to use string

35ad2d5e924c6a3768a25a4f1da954f354f3f49a authored over 10 years ago
Use Object.create in Any.clone to improve IE9 support

ba6d850e02a14e3451ec5561553480b529d6b6bc authored over 10 years ago
Used Object.create() instead of __proto__

e2c6899aabbc2a8294c9e5683c1e33fc20604853 authored over 10 years ago
New lead maintainer

a2f761a5b283806a0d0d107e72ac53a212e70c2d authored over 10 years ago
Merge pull request #467 from nlindley/creditCardReadme

Updating README since number.creditCard takes no arguments

003e4a69163e3fad8e0d7e295fdde93f6bf047a1 authored over 10 years ago
Updating README since number.creditCard takes no arguments

68bcdf05d55079ae772c956197f683d650ead854 authored over 10 years ago
Merge pull request #465 from danielb2/creditcard

implements credit card validation

c33809301acc5fd89eff3c7d7042d4e2aa6a7518 authored over 10 years ago
implements credit card validation

05b4b0f7124422215320f2385c20cae5d33d703f authored over 10 years ago
Delete AUTHORS

462fc205695c9c310a814f5cdb0a7928192beae3 authored over 10 years ago
Merge branch 'master' of github.com:hapijs/joi

d4c9eca82365c055e4040489261ab5a4679e51ea authored over 10 years ago
Optional message prefix in assert(). Closes #437

30afaa69e0de5fdc8644db31c645e72239aa96ca authored over 10 years ago
Merge pull request #429 from csabapalfi/patch-1

Add missing comma in example

b7781f754758e763267c3819b24dc80a7f906a2f authored over 10 years ago
Merge pull request #434 from gergoerdosi/typo

Fix typo.

2340d148c60abf7d6d66834b2a55ab6925e93cc8 authored over 10 years ago
git push origin masterMerge branch 'gaastonsr-array-unique'

419b1d95d8b74ec69f0797b0a09f52dc1cec405a authored over 10 years ago
Cleanup for #403

2c9333a5ba949af6e2e7d5a49e28c27cf20eb886 authored over 10 years ago
Fix typo.

3ee7bab52fe1e21ea3c827c4f32b34e6eb2d47a8 authored over 10 years ago
Cleanup for #427

6d630aee68e0448523817888fc6184f8d6d78806 authored over 10 years ago
Merge pull request #427 from rtomlinson/master

Added ability to validate the number of decimal places

97c6754c45dbdbdadfd8e384fb3ac92ed9cd30a4 authored over 10 years ago
Merge pull request #433 from hapijs/issue/432

Override default presence

a114f34463eabfdcf6d559f79250a2734cbc351f authored over 10 years ago
Override default presence

91fd686b94fef4613c9d235c468737e60fed44db authored over 10 years ago
Add missing comma in example

3a862793b11360f572872993e9fcd90b5a8989ea authored over 10 years ago
Implement array.unique as a rule and not an exception

919ab663bbe6f0f0092ecabd6b72309ef0c61dbc authored over 10 years ago
Update README.md

Signed-off-by: Richard Tomlinson <[email protected]>

d76c8a1ff59087636f2dbb84c6bd3ac9822ab40a authored over 10 years ago
Update README.md

Signed-off-by: Richard Tomlinson <[email protected]>

179b9dc8b721a2f9fa95945e9a911993795dca89 authored over 10 years ago
Updated tests for precision

Signed-off-by: Richard Tomlinson <[email protected]>

735e19a550574a68ff93894b94d294cfabed782a authored over 10 years ago
Add ability to limit the number of decimal places

Signed-off-by: Richard Tomlinson <[email protected]>

bfb457b43bd0b6aee6aa89de17314cf6fd59ddce authored over 10 years ago
Merge pull request #385 from danielb2/key.fixes

Path for array includes to contain key

760a69499e0e36d06bb87f55974f487973449769 authored over 10 years ago
style

f03296cc03b21710c0bfceb2c97ec3a0b694d236 authored over 10 years ago
Add duplicates validation to array

dc7f516afca4f408d24dc23213a154fdd5d8fbab authored over 10 years ago
Example for #395

d1ce905397c608a8425ef44e470c5b4a6c0378a3 authored over 10 years ago
Merge pull request #389 from arb/array-error

Default Assert Message

811ab32343048e83dd0ca87a845710ebdd887387 authored over 10 years ago
Add object pattern to describe. Closes #383

373938dcbf3400679ff06a40ced15716a339e63b authored over 10 years ago
Remove global regex flag. Closes #397

23e9be63225cf34e571f0bdb4fa09091d76a8afa authored over 10 years ago
Merge pull request #397 from arb/pattern-fix

Added check for global flag in pattern.

68fa78d8eab49ee2a8a75ca18f2fd58628a16099 authored over 10 years ago
Exmaple for #384

6b0411d49c07e231777369c90a781bbbda564062 authored over 10 years ago
Upgrade lab. Closes #398

58c0a962cfec53d95f5781074c640140ccf224db authored over 10 years ago
Added check for global flag in pattern.

a359876eed07403e32cd2720005ef96fd864e398 authored over 10 years ago
Merge pull request #382 from briansorahan/master

Add info to README about validate callback being optional

8ebbb1eee5c1d1f3b980ef877941849c76253cda authored over 10 years ago
removed assert from README

c4f129cecdef47eeac90358c6a3a118f0050105b authored over 10 years ago