docs: Update docs for compatibility
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run

This commit is contained in:
raon0211 2024-07-25 12:17:18 +09:00
parent f79a31fa54
commit 834a71589a
3 changed files with 12 additions and 14 deletions

View File

@ -212,7 +212,7 @@ Even if a feature is marked "in review," it might already be under review to ens
| [isInteger](https://lodash.com/docs/4.17.15#isInteger) | ❌ | | [isInteger](https://lodash.com/docs/4.17.15#isInteger) | ❌ |
| [isLength](https://lodash.com/docs/4.17.15#isLength) | ✅ | | [isLength](https://lodash.com/docs/4.17.15#isLength) | ✅ |
| [isMap](https://lodash.com/docs/4.17.15#isMap) | ❌ | | [isMap](https://lodash.com/docs/4.17.15#isMap) | ❌ |
| [isMatch](https://lodash.com/docs/4.17.15#isMatch) | | | [isMatch](https://lodash.com/docs/4.17.15#isMatch) | |
| [isMatchWith](https://lodash.com/docs/4.17.15#isMatchWith) | ❌ | | [isMatchWith](https://lodash.com/docs/4.17.15#isMatchWith) | ❌ |
| [isNaN](https://lodash.com/docs/4.17.15#isNaN) | ❌ | | [isNaN](https://lodash.com/docs/4.17.15#isNaN) | ❌ |
| [isNative](https://lodash.com/docs/4.17.15#isNative) | ❌ | | [isNative](https://lodash.com/docs/4.17.15#isNative) | ❌ |
@ -298,8 +298,7 @@ Even if a feature is marked "in review," it might already be under review to ens
| [invoke](https://lodash.com/docs/4.17.15#invoke) | ❌ | | [invoke](https://lodash.com/docs/4.17.15#invoke) | ❌ |
| [keys](https://lodash.com/docs/4.17.15#keys) | ❌ | | [keys](https://lodash.com/docs/4.17.15#keys) | ❌ |
| [keysIn](https://lodash.com/docs/4.17.15#keysIn) | ❌ | | [keysIn](https://lodash.com/docs/4.17.15#keysIn) | ❌ |
| [mapKeys](https://lodash.com/docs/4.17.15#mapKeys) | ❌ | | [mapKeys](https://lodash.com/docs/4.17.15#mapKeys) | ✅ |
| [mapValues](https://lodash.com/docs/4.17.15#mapValues) | ❌ |
| [mapValues](https://lodash.com/docs/4.17.15#mapValues) | ❌ | | [mapValues](https://lodash.com/docs/4.17.15#mapValues) | ❌ |
| [merge](https://lodash.com/docs/4.17.15#merge) | ❌ | | [merge](https://lodash.com/docs/4.17.15#merge) | ❌ |
| [mergeWith](https://lodash.com/docs/4.17.15#mergeWith) | ❌ | | [mergeWith](https://lodash.com/docs/4.17.15#mergeWith) | ❌ |
@ -368,7 +367,7 @@ Even if a feature is marked "in review," it might already be under review to ens
| [flowRight](https://lodash.com/docs/4.17.15#flowRight) | ❌ | | [flowRight](https://lodash.com/docs/4.17.15#flowRight) | ❌ |
| [identity](https://lodash.com/docs/4.17.15#identity) | 📝 | | [identity](https://lodash.com/docs/4.17.15#identity) | 📝 |
| [iteratee](https://lodash.com/docs/4.17.15#iteratee) | ❌ | | [iteratee](https://lodash.com/docs/4.17.15#iteratee) | ❌ |
| [matches](https://lodash.com/docs/4.17.15#matches) | | | [matches](https://lodash.com/docs/4.17.15#matches) | |
| [matchesProperty](https://lodash.com/docs/4.17.15#matchesProperty) | ❌ | | [matchesProperty](https://lodash.com/docs/4.17.15#matchesProperty) | ❌ |
| [method](https://lodash.com/docs/4.17.15#method) | ❌ | | [method](https://lodash.com/docs/4.17.15#method) | ❌ |
| [methodOf](https://lodash.com/docs/4.17.15#methodOf) | ❌ | | [methodOf](https://lodash.com/docs/4.17.15#methodOf) | ❌ |
@ -379,7 +378,7 @@ Even if a feature is marked "in review," it might already be under review to ens
| [over](https://lodash.com/docs/4.17.15#over) | ❌ | | [over](https://lodash.com/docs/4.17.15#over) | ❌ |
| [overEvery](https://lodash.com/docs/4.17.15#overEvery) | ❌ | | [overEvery](https://lodash.com/docs/4.17.15#overEvery) | ❌ |
| [overSome](https://lodash.com/docs/4.17.15#overSome) | ❌ | | [overSome](https://lodash.com/docs/4.17.15#overSome) | ❌ |
| [property](https://lodash.com/docs/4.17.15#property) | | | [property](https://lodash.com/docs/4.17.15#property) | |
| [propertyOf](https://lodash.com/docs/4.17.15#propertyOf) | ❌ | | [propertyOf](https://lodash.com/docs/4.17.15#propertyOf) | ❌ |
| [range](https://lodash.com/docs/4.17.15#range) | 📝 | | [range](https://lodash.com/docs/4.17.15#range) | 📝 |
| [rangeRight](https://lodash.com/docs/4.17.15#rangeRight) | 📝 | | [rangeRight](https://lodash.com/docs/4.17.15#rangeRight) | 📝 |

View File

@ -213,7 +213,7 @@ chunk([1, 2, 3, 4], 0);
| [isInteger](https://lodash.com/docs/4.17.15#isInteger) | ❌ | | [isInteger](https://lodash.com/docs/4.17.15#isInteger) | ❌ |
| [isLength](https://lodash.com/docs/4.17.15#isLength) | ✅ | | [isLength](https://lodash.com/docs/4.17.15#isLength) | ✅ |
| [isMap](https://lodash.com/docs/4.17.15#isMap) | ❌ | | [isMap](https://lodash.com/docs/4.17.15#isMap) | ❌ |
| [isMatch](https://lodash.com/docs/4.17.15#isMatch) | | | [isMatch](https://lodash.com/docs/4.17.15#isMatch) | |
| [isMatchWith](https://lodash.com/docs/4.17.15#isMatchWith) | ❌ | | [isMatchWith](https://lodash.com/docs/4.17.15#isMatchWith) | ❌ |
| [isNaN](https://lodash.com/docs/4.17.15#isNaN) | ❌ | | [isNaN](https://lodash.com/docs/4.17.15#isNaN) | ❌ |
| [isNative](https://lodash.com/docs/4.17.15#isNative) | ❌ | | [isNative](https://lodash.com/docs/4.17.15#isNative) | ❌ |
@ -299,8 +299,7 @@ chunk([1, 2, 3, 4], 0);
| [invoke](https://lodash.com/docs/4.17.15#invoke) | ❌ | | [invoke](https://lodash.com/docs/4.17.15#invoke) | ❌ |
| [keys](https://lodash.com/docs/4.17.15#keys) | ❌ | | [keys](https://lodash.com/docs/4.17.15#keys) | ❌ |
| [keysIn](https://lodash.com/docs/4.17.15#keysIn) | ❌ | | [keysIn](https://lodash.com/docs/4.17.15#keysIn) | ❌ |
| [mapKeys](https://lodash.com/docs/4.17.15#mapKeys) | ❌ | | [mapKeys](https://lodash.com/docs/4.17.15#mapKeys) | ✅ |
| [mapValues](https://lodash.com/docs/4.17.15#mapValues) | ❌ |
| [mapValues](https://lodash.com/docs/4.17.15#mapValues) | ❌ | | [mapValues](https://lodash.com/docs/4.17.15#mapValues) | ❌ |
| [merge](https://lodash.com/docs/4.17.15#merge) | ❌ | | [merge](https://lodash.com/docs/4.17.15#merge) | ❌ |
| [mergeWith](https://lodash.com/docs/4.17.15#mergeWith) | ❌ | | [mergeWith](https://lodash.com/docs/4.17.15#mergeWith) | ❌ |
@ -369,7 +368,7 @@ chunk([1, 2, 3, 4], 0);
| [flowRight](https://lodash.com/docs/4.17.15#flowRight) | ❌ | | [flowRight](https://lodash.com/docs/4.17.15#flowRight) | ❌ |
| [identity](https://lodash.com/docs/4.17.15#identity) | 📝 | | [identity](https://lodash.com/docs/4.17.15#identity) | 📝 |
| [iteratee](https://lodash.com/docs/4.17.15#iteratee) | ❌ | | [iteratee](https://lodash.com/docs/4.17.15#iteratee) | ❌ |
| [matches](https://lodash.com/docs/4.17.15#matches) | | | [matches](https://lodash.com/docs/4.17.15#matches) | |
| [matchesProperty](https://lodash.com/docs/4.17.15#matchesProperty) | ❌ | | [matchesProperty](https://lodash.com/docs/4.17.15#matchesProperty) | ❌ |
| [method](https://lodash.com/docs/4.17.15#method) | ❌ | | [method](https://lodash.com/docs/4.17.15#method) | ❌ |
| [methodOf](https://lodash.com/docs/4.17.15#methodOf) | ❌ | | [methodOf](https://lodash.com/docs/4.17.15#methodOf) | ❌ |
@ -380,7 +379,7 @@ chunk([1, 2, 3, 4], 0);
| [over](https://lodash.com/docs/4.17.15#over) | ❌ | | [over](https://lodash.com/docs/4.17.15#over) | ❌ |
| [overEvery](https://lodash.com/docs/4.17.15#overEvery) | ❌ | | [overEvery](https://lodash.com/docs/4.17.15#overEvery) | ❌ |
| [overSome](https://lodash.com/docs/4.17.15#overSome) | ❌ | | [overSome](https://lodash.com/docs/4.17.15#overSome) | ❌ |
| [property](https://lodash.com/docs/4.17.15#property) | | | [property](https://lodash.com/docs/4.17.15#property) | |
| [propertyOf](https://lodash.com/docs/4.17.15#propertyOf) | ❌ | | [propertyOf](https://lodash.com/docs/4.17.15#propertyOf) | ❌ |
| [range](https://lodash.com/docs/4.17.15#range) | 📝 | | [range](https://lodash.com/docs/4.17.15#range) | 📝 |
| [rangeRight](https://lodash.com/docs/4.17.15#rangeRight) | 📝 | | [rangeRight](https://lodash.com/docs/4.17.15#rangeRight) | 📝 |

View File

@ -212,7 +212,7 @@ chunk([1, 2, 3, 4], 0);
| [isInteger](https://lodash.com/docs/4.17.15#isInteger) | ❌ | | [isInteger](https://lodash.com/docs/4.17.15#isInteger) | ❌ |
| [isLength](https://lodash.com/docs/4.17.15#isLength) | ✅ | | [isLength](https://lodash.com/docs/4.17.15#isLength) | ✅ |
| [isMap](https://lodash.com/docs/4.17.15#isMap) | ❌ | | [isMap](https://lodash.com/docs/4.17.15#isMap) | ❌ |
| [isMatch](https://lodash.com/docs/4.17.15#isMatch) | | | [isMatch](https://lodash.com/docs/4.17.15#isMatch) | |
| [isMatchWith](https://lodash.com/docs/4.17.15#isMatchWith) | ❌ | | [isMatchWith](https://lodash.com/docs/4.17.15#isMatchWith) | ❌ |
| [isNaN](https://lodash.com/docs/4.17.15#isNaN) | ❌ | | [isNaN](https://lodash.com/docs/4.17.15#isNaN) | ❌ |
| [isNative](https://lodash.com/docs/4.17.15#isNative) | ❌ | | [isNative](https://lodash.com/docs/4.17.15#isNative) | ❌ |
@ -298,7 +298,7 @@ chunk([1, 2, 3, 4], 0);
| [invoke](https://lodash.com/docs/4.17.15#invoke) | ❌ | | [invoke](https://lodash.com/docs/4.17.15#invoke) | ❌ |
| [keys](https://lodash.com/docs/4.17.15#keys) | ❌ | | [keys](https://lodash.com/docs/4.17.15#keys) | ❌ |
| [keysIn](https://lodash.com/docs/4.17.15#keysIn) | ❌ | | [keysIn](https://lodash.com/docs/4.17.15#keysIn) | ❌ |
| [mapKeys](https://lodash.com/docs/4.17.15#mapKeys) | | | [mapKeys](https://lodash.com/docs/4.17.15#mapKeys) | |
| [mapValues](https://lodash.com/docs/4.17.15#mapValues) | ❌ | | [mapValues](https://lodash.com/docs/4.17.15#mapValues) | ❌ |
| [mapValues](https://lodash.com/docs/4.17.15#mapValues) | ❌ | | [mapValues](https://lodash.com/docs/4.17.15#mapValues) | ❌ |
| [merge](https://lodash.com/docs/4.17.15#merge) | ❌ | | [merge](https://lodash.com/docs/4.17.15#merge) | ❌ |
@ -368,7 +368,7 @@ chunk([1, 2, 3, 4], 0);
| [flowRight](https://lodash.com/docs/4.17.15#flowRight) | ❌ | | [flowRight](https://lodash.com/docs/4.17.15#flowRight) | ❌ |
| [identity](https://lodash.com/docs/4.17.15#identity) | 📝 | | [identity](https://lodash.com/docs/4.17.15#identity) | 📝 |
| [iteratee](https://lodash.com/docs/4.17.15#iteratee) | ❌ | | [iteratee](https://lodash.com/docs/4.17.15#iteratee) | ❌ |
| [matches](https://lodash.com/docs/4.17.15#matches) | | | [matches](https://lodash.com/docs/4.17.15#matches) | |
| [matchesProperty](https://lodash.com/docs/4.17.15#matchesProperty) | ❌ | | [matchesProperty](https://lodash.com/docs/4.17.15#matchesProperty) | ❌ |
| [method](https://lodash.com/docs/4.17.15#method) | ❌ | | [method](https://lodash.com/docs/4.17.15#method) | ❌ |
| [methodOf](https://lodash.com/docs/4.17.15#methodOf) | ❌ | | [methodOf](https://lodash.com/docs/4.17.15#methodOf) | ❌ |
@ -379,7 +379,7 @@ chunk([1, 2, 3, 4], 0);
| [over](https://lodash.com/docs/4.17.15#over) | ❌ | | [over](https://lodash.com/docs/4.17.15#over) | ❌ |
| [overEvery](https://lodash.com/docs/4.17.15#overEvery) | ❌ | | [overEvery](https://lodash.com/docs/4.17.15#overEvery) | ❌ |
| [overSome](https://lodash.com/docs/4.17.15#overSome) | ❌ | | [overSome](https://lodash.com/docs/4.17.15#overSome) | ❌ |
| [property](https://lodash.com/docs/4.17.15#property) | | | [property](https://lodash.com/docs/4.17.15#property) | |
| [propertyOf](https://lodash.com/docs/4.17.15#propertyOf) | ❌ | | [propertyOf](https://lodash.com/docs/4.17.15#propertyOf) | ❌ |
| [range](https://lodash.com/docs/4.17.15#range) | 📝 | | [range](https://lodash.com/docs/4.17.15#range) | 📝 |
| [rangeRight](https://lodash.com/docs/4.17.15#rangeRight) | 📝 | | [rangeRight](https://lodash.com/docs/4.17.15#rangeRight) | 📝 |