1.1.61.1.5
Reading changes from the repo…
_.barrier
, allowing users to execute a function after a specified number of calls. This is perfect for scenarios like displaying a gallery after all images have been preloaded. _.invoke()
to support passing a function reference directly, making it easier to call methods with custom arguments while maintaining the correct context. _.after
by switching the order of arguments, making it more intuitive to use. _.every
to now require an iterator to be passed, ensuring stricter compliance with ECMA5 standards. _.extend
incorrectly copies keys for undefined values, enhancing the reliability of the function.