Skip to content

v1.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 14:14
· 165 commits to main since this release

Released on October 1st, 2024.

  • Added support for isEqualWith, isArrayBuffer, curryRight, isJSONValue, isJSONObject, isJSONArray.
  • Fixed a bug in merge that copied the reference from the source object to the target object.
  • Fixed a bug in includes that returned true for inherited properties.
  • Fixed a bug in startCase and other string methods that did not correctly split the words when using accented letters.
  • Fixed a bug in filter that did not provide correct arguments to the predicate function.
  • Fixed a bug in isMatch that did not strictly compare primitive falsy values.

This version includes contributions from @D-Sketon, @wojtekmaj, @mass2527, @chhw130, and @knott11. Thank you for your valuable contributions!