1.4.01.3.3
Reading changes from the repo…
groupBy
and countBy
functions, making it easier to categorize and count items in your data. _.sortedIndex
function now accepts a string as an iterator, enhancing its flexibility for sorting operations. _.defaults
documentation is now clearer, helping you understand how to use this function effectively. _.omit
function now uses _.include
instead of delete, improving its performance and reliability. omit
includes prototype properties, ensuring that only the intended properties are omitted from objects.