mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-28 12:05:41 +03:00
docs: Update compatibility table
This commit is contained in:
parent
8dc4fed848
commit
d02ef354d1
@ -330,7 +330,7 @@ Even if a feature is marked "in review," it might already be under review to ens
|
||||
| [escapeRegExp](https://lodash.com/docs/4.17.15#escapeRegExp) | ❌ |
|
||||
| [kebabCase](https://lodash.com/docs/4.17.15#kebabCase) | 📝 |
|
||||
| [lowerCase](https://lodash.com/docs/4.17.15#lowerCase) | 📝 |
|
||||
| [lowerFirst](https://lodash.com/docs/4.17.15#lowerFirst) | ❌ |
|
||||
| [lowerFirst](https://lodash.com/docs/4.17.15#lowerFirst) | ✅ |
|
||||
| [pad](https://lodash.com/docs/4.17.15#pad) | ❌ |
|
||||
| [padEnd](https://lodash.com/docs/4.17.15#padEnd) | ❌ |
|
||||
| [padStart](https://lodash.com/docs/4.17.15#padStart) | ❌ |
|
||||
@ -350,7 +350,7 @@ Even if a feature is marked "in review," it might already be under review to ens
|
||||
| [truncate](https://lodash.com/docs/4.17.15#truncate) | ❌ |
|
||||
| [unescape](https://lodash.com/docs/4.17.15#unescape) | ❌ |
|
||||
| [upperCase](https://lodash.com/docs/4.17.15#upperCase) | 📝 |
|
||||
| [upperFirst](https://lodash.com/docs/4.17.15#upperFirst) | 📝 |
|
||||
| [upperFirst](https://lodash.com/docs/4.17.15#upperFirst) | ✅ |
|
||||
| [words](https://lodash.com/docs/4.17.15#words) | ❌ |
|
||||
|
||||
### "Util" methods
|
||||
|
@ -331,7 +331,7 @@ chunk([1, 2, 3, 4], 0);
|
||||
| [escapeRegExp](https://lodash.com/docs/4.17.15#escapeRegExp) | ❌ |
|
||||
| [kebabCase](https://lodash.com/docs/4.17.15#kebabCase) | 📝 |
|
||||
| [lowerCase](https://lodash.com/docs/4.17.15#lowerCase) | 📝 |
|
||||
| [lowerFirst](https://lodash.com/docs/4.17.15#lowerFirst) | ❌ |
|
||||
| [lowerFirst](https://lodash.com/docs/4.17.15#lowerFirst) | ✅ |
|
||||
| [pad](https://lodash.com/docs/4.17.15#pad) | ❌ |
|
||||
| [padEnd](https://lodash.com/docs/4.17.15#padEnd) | ❌ |
|
||||
| [padStart](https://lodash.com/docs/4.17.15#padStart) | ❌ |
|
||||
@ -351,7 +351,7 @@ chunk([1, 2, 3, 4], 0);
|
||||
| [truncate](https://lodash.com/docs/4.17.15#truncate) | ❌ |
|
||||
| [unescape](https://lodash.com/docs/4.17.15#unescape) | ❌ |
|
||||
| [upperCase](https://lodash.com/docs/4.17.15#upperCase) | 📝 |
|
||||
| [upperFirst](https://lodash.com/docs/4.17.15#upperFirst) | 📝 |
|
||||
| [upperFirst](https://lodash.com/docs/4.17.15#upperFirst) | ✅ |
|
||||
| [words](https://lodash.com/docs/4.17.15#words) | ❌ |
|
||||
|
||||
### "Util" 메서드
|
||||
|
@ -330,7 +330,7 @@ chunk([1, 2, 3, 4], 0);
|
||||
| [escapeRegExp](https://lodash.com/docs/4.17.15#escapeRegExp) | ❌ |
|
||||
| [kebabCase](https://lodash.com/docs/4.17.15#kebabCase) | 📝 |
|
||||
| [lowerCase](https://lodash.com/docs/4.17.15#lowerCase) | 📝 |
|
||||
| [lowerFirst](https://lodash.com/docs/4.17.15#lowerFirst) | ❌ |
|
||||
| [lowerFirst](https://lodash.com/docs/4.17.15#lowerFirst) | ✅ |
|
||||
| [pad](https://lodash.com/docs/4.17.15#pad) | ❌ |
|
||||
| [padEnd](https://lodash.com/docs/4.17.15#padEnd) | ❌ |
|
||||
| [padStart](https://lodash.com/docs/4.17.15#padStart) | ❌ |
|
||||
@ -350,7 +350,7 @@ chunk([1, 2, 3, 4], 0);
|
||||
| [truncate](https://lodash.com/docs/4.17.15#truncate) | ❌ |
|
||||
| [unescape](https://lodash.com/docs/4.17.15#unescape) | ❌ |
|
||||
| [upperCase](https://lodash.com/docs/4.17.15#upperCase) | 📝 |
|
||||
| [upperFirst](https://lodash.com/docs/4.17.15#upperFirst) | 📝 |
|
||||
| [upperFirst](https://lodash.com/docs/4.17.15#upperFirst) | ✅ |
|
||||
| [words](https://lodash.com/docs/4.17.15#words) | ❌ |
|
||||
|
||||
### "Util" 工具
|
||||
|
Loading…
Reference in New Issue
Block a user