diff --git a/docs/compatibility.md b/docs/compatibility.md index d610c1bc..9b57cb5d 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -248,11 +248,11 @@ It's worth noting that even if an implementation is labeled as "in review", it m | [ceil](https://lodash.com/docs/4.17.15#ceil) | ❌ | | [divide](https://lodash.com/docs/4.17.15#divide) | ❌ | | [floor](https://lodash.com/docs/4.17.15#floor) | ❌ | -| [max](https://lodash.com/docs/4.17.15#max) | ❌ | +| [max](https://lodash.com/docs/4.17.15#max) | ✅ | | [maxBy](https://lodash.com/docs/4.17.15#maxBy) | 📝 | | [mean](https://lodash.com/docs/4.17.15#mean) | 📝 | | [meanBy](https://lodash.com/docs/4.17.15#meanBy) | 📝 | -| [min](https://lodash.com/docs/4.17.15#min) | 📝 | +| [min](https://lodash.com/docs/4.17.15#min) | ✅ | | [minBy](https://lodash.com/docs/4.17.15#minBy) | 📝 | | [multiply](https://lodash.com/docs/4.17.15#multiply) | ❌ | | [round](https://lodash.com/docs/4.17.15#round) | ❌ | diff --git a/docs/ko/compatibility.md b/docs/ko/compatibility.md index 1fdaccf1..7f377321 100644 --- a/docs/ko/compatibility.md +++ b/docs/ko/compatibility.md @@ -249,11 +249,11 @@ chunk([1, 2, 3, 4], 0); | [ceil](https://lodash.com/docs/4.17.15#ceil) | ❌ | | [divide](https://lodash.com/docs/4.17.15#divide) | ❌ | | [floor](https://lodash.com/docs/4.17.15#floor) | ❌ | -| [max](https://lodash.com/docs/4.17.15#max) | ❌ | +| [max](https://lodash.com/docs/4.17.15#max) | ✅ | | [maxBy](https://lodash.com/docs/4.17.15#maxBy) | 📝 | | [mean](https://lodash.com/docs/4.17.15#mean) | 📝 | | [meanBy](https://lodash.com/docs/4.17.15#meanBy) | 📝 | -| [min](https://lodash.com/docs/4.17.15#min) | 📝 | +| [min](https://lodash.com/docs/4.17.15#min) | ✅ | | [minBy](https://lodash.com/docs/4.17.15#minBy) | 📝 | | [multiply](https://lodash.com/docs/4.17.15#multiply) | ❌ | | [round](https://lodash.com/docs/4.17.15#round) | ❌ | diff --git a/docs/zh_hans/compatibility.md b/docs/zh_hans/compatibility.md index a86ab175..7adfddbb 100644 --- a/docs/zh_hans/compatibility.md +++ b/docs/zh_hans/compatibility.md @@ -248,11 +248,11 @@ chunk([1, 2, 3, 4], 0); | [ceil](https://lodash.com/docs/4.17.15#ceil) | ❌ | | [divide](https://lodash.com/docs/4.17.15#divide) | ❌ | | [floor](https://lodash.com/docs/4.17.15#floor) | ❌ | -| [max](https://lodash.com/docs/4.17.15#max) | ❌ | +| [max](https://lodash.com/docs/4.17.15#max) | ✅ | | [maxBy](https://lodash.com/docs/4.17.15#maxBy) | 📝 | | [mean](https://lodash.com/docs/4.17.15#mean) | 📝 | | [meanBy](https://lodash.com/docs/4.17.15#meanBy) | 📝 | -| [min](https://lodash.com/docs/4.17.15#min) | 📝 | +| [min](https://lodash.com/docs/4.17.15#min) | ✅ | | [minBy](https://lodash.com/docs/4.17.15#minBy) | 📝 | | [multiply](https://lodash.com/docs/4.17.15#multiply) | ❌ | | [round](https://lodash.com/docs/4.17.15#round) | ❌ |