Update joi to the latest version π
Version 13.1.0 of joi was just published.
| Dependency | joi |
|---|---|
| Current Version | 12.0.0 |
| Type | dependency |
The version 13.1.0 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.
It might be worth looking into these changes and trying to get this project onto the latest version of joi.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 17 commits.
e2498c613.1.02cc5c28Merge pull request #1386 from choffmeister/fix-object-pattern90c53eaMerge pull request #1389 from fauzanhilmi/masterb7b40d7Fix typo in string.min & string.length docsb992da4Fix object pattern in combination with empty1075980Fix messages documentation on key/labelcc53881Add .editorconfig .npmrc and .nvmrcc711c7313.0.261107b5Merge pull request #1354 from WesTyler/remove_example_validation06ae912Remove validation from .examplea34deb3Bump to lab 15b681727node 93d097d313.0.1bd97db7Accepts empty language key. Fixes #1334.8c68c3fRemove circular reference. Fixes #1333.
There are 17 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 :palm_tree:
Version 13.1.1 just got published.
Version 13.1.2 just got published.
Version 13.1.3 just got published.
Update to this version instead π
Commits
The new version differs by 29 commits.
b64b61813.1.34dbc593Use prototype-less dictionaries. Fixes #1476.2193506Update LICENSEd3ded10Merge pull request #1464 from dwelle/singleDocb906909doc: clarify array().single() behavior5d9cf7bRemove Buffer constructor usage6f6ab17Add documentation for #14528224db3Merge pull request #1452 from rocketspacer/feature/validate-port00f76e1Add new validation number().port()5d680a5Fixes language leak after #14231a5b87cMerge pull request #1423 from kanongil/redundant-copy-fixcb7a481Merge pull request #1448 from fluxsauce/master35505cbMerge pull request #1435 from darknode/master7a1b413Merge pull request #1433 from ArtemySinitsa/pre-split-array-reach-paramec8a4b9Include describe documentation in API. Fixes #1447
There are 29 commits in total.
See the full diff
Version 13.3.0 just got published.
Update to this version instead π
Commits
The new version differs by 14 commits.
780b85c13.3.06e8fd72Provide current value to any.invalid errors. Fixes #1479.7a0582dRedo 803e3bd betterff10af1Add convert support for byteAligned. Cleanup for #1422.ed65256Merge pull request #1422 from kanongil/hex-byte-align803e3bdRestore unknown size check. Cleanup for #1438.61849e8Merge pull request #1438 from kanongil/set-unprocessed-keys8948420Cleanup for #1415.da8d6b8Merge pull request #1415 from kanongil/faster-has-with-seta366d2fUse Set() for handling of unprocessed keysfbe7093Add byteAligned option to hex string. Closes #14217426273Additional set optimizations49bcc52Additional optimisations5e1ac2bUse Set for internal Set backend
See the full diff
Version 13.4.0 just got published.
Update to this version instead π
Commits
The new version differs by 13 commits.
f75f0d313.4.0759c558Cleanup for #1499.d97ca0dMerge pull request #1499 from rgoble4/dynamic-keys8a1eb96Consider extended types parameterseaefa17review changes3a84adcupdate docsb747016Allow pattern to support schema objects944dbe9Fix empty path reach. Fixes #1515.1f39ed4Update issue templatesee15213Merge pull request #1514 from radicand/fix/1513f097e37remove indirect require reference to index.jse520c6dMerge pull request #1500 from logoran/feature-date-greater-less97fb85cadd date greater less rules
See the full diff
Version 13.5.0 just got published.
Update to this version instead π
Commits
The new version differs by 21 commits.
63492d413.5.0334c1e3Cleanup for #1532.3372df0Merge pull request #1532 from rokoroku/patch-13414eb7Update documentation for string.trim([enabled])0a82b61Add assertion for string.trim()bcc5f12Cleanup for #1510.8b39221Merge pull request #1510 from Shudrum/dataUri2391f72Cleanup for #1487.7aa0df0Merge pull request #1487 from BolajiOlajide/ft-allow-square-brackets-param-url-validator37d3588AddcreateErrordocumentation. Fixes #999.77012b2Add enabled flag to string.trim()8eefd0dDon't initialize options uselessly52fd99bPadding option added to dataUri like base64840eaadMove the dataUri tests after the base64 one83eb8ebMerge pull request #1511 from WesTyler/unique_ignoreUndefined_#1498
There are 21 commits in total.
See the full diff
Version 13.5.2 just got published.
Version 13.6.0 just got published.
Update to this version instead π
Commits
The new version differs by 7 commits.
5eff33e13.6.0fd28a30More ES6: use super.describe() insteadaf83fa4Update travis4e894c5Remove stale example. Fixes #1561.88b2a42Remove obsolete sentencec9ce43bDocument the extension params behavior. Fixes #966.d29b6cdPass value to number.base error
See the full diff
- The
dependencyjoi was updated from12.0.0to13.7.0.
Update to this version instead π
Commits
The new version differs by 9 commits.
e4b82f613.7.06bbbdafAdd documentation for #1562.1e837deMerge pull request #1599 from rluba/patch-1fd1911aLink to isemail for email() optionsa496210Merge pull request #1572 from dnalborczyk/patch-173f3efdUpdate API.mdda70a73Merge pull request #1562 from kanongil/symbol-support070d3c9Remove symbol key for map and revise stringification8f7f242Add symbol() type
See the full diff
- The
dependencyjoi was updated from12.0.0to14.0.0.
Update to this version instead π
Commits
The new version differs by 34 commits.
24c843214.0.0b3774efBump lab and fix linting6705a85Merge branch 'v14'3baeda0Parent override nested messages. Fixes #1568.c16aedfMerge pull request #1609 from JasonEtco/patch-1272cf63Tiny typod790369Fix tests466d9e5Merge pull request #1554 from BolajiOlajide/ft-add-support-for-nested-objectsca74181Add errors documentation to symbol8026c0eMerge branch 'master' into v146aedbb2Document all errors and improve some of them. Fixes #1004.67ae968Fixes any.valid with insensitive. Fixes #1191.f225d91Add once flag on lazy schemas. Fixes #1258.e7cf726Change default behavior of stripUnknown: true. Part of #1559.427a3c2Fix a few more edge cases for #1504.
There are 34 commits in total.
See the full diff
- The
dependencyjoi was updated from12.0.0to14.0.1.
- The
dependencyjoi was updated from12.0.0to14.0.2.
- The
dependencyjoi was updated from12.0.0to14.0.3.
- The
dependencyjoi was updated from12.0.0to14.0.4.
- The
dependencyjoi was updated from12.0.0to14.0.5.
Update to this version instead π
Commits
The new version differs by 13 commits.
a483e1814.0.56e9581eMerge pull request #1621 from johannesschobel/patch-1cebb4f3Merge pull request #1638 from paxa1887/#1637.Using_Number.MAX_SAFE_INTEGER_throw_error12a4666Fixes for #1642.7c442ebMerge pull request #1642 from kanongil/more-benchmarksf1a4072Merge pull request #1641 from kanongil/benchmark-fix2522316Additional tests0f2d7f5Fix wrong data in reporta72af2ffix linting erroreb37582fix condition, add tests for safe numbersb411b8eAdd another benchmark and report errors8adf1d8Add initial benchmarks6b3a6c4Update README.md
See the full diff
- The
dependencyjoi was updated from12.0.0to14.0.6.
- The
dependencyjoi was updated from12.0.0to14.1.0.
Update to this version instead π
Commits
The new version differs by 7 commits.
8e5c0c614.1.0dc42412Merge pull request #1654 from hapijs/lab-bumpbb7d80dBump to lab@18. Fixes #1653.4653c3cMerge pull request #1647 from hapijs/16283a38d9aFix tests155c3dfCleanup docs76dcb36Add object().oxor(). Closes #1628
See the full diff
- The
dependencyjoi was updated from12.0.0to14.1.1.
- The
dependencyjoi was updated from12.0.0to14.2.0.
- The
dependencyjoi was updated from12.0.0to14.3.0.
- The
dependencyjoi was updated from12.0.0to14.3.1.
Update to this version instead π
Commits
The new version differs by 8 commits.
454d06c14.3.1be992bdAdd more methods to bind. Fixes #1691.9cdec92Add minSamples on benchmarks7f7560eMerge pull request #1676 from leesei/patch-131728faUpdate API.md61ccb77Add example forwhen()to express complex logic25894cdMerge pull request #1669 from rouanw/master2980640Fix typo: non -> none
See the full diff