Skip to content

Releases: toss/es-toolkit

v1.27.0

10 Nov 12:27
Compare
Choose a tag to compare

Released on November 10th, 2024.

We sincerely thank @scato3, @ssi02014, @filipsobol, @mass2527, @Gyumong, @D-Sketon, @dayongkr, @kyvg, @Na-hyunwoo, @kaehehehe, and @bhollis for their contributions. Special thanks to @cruelladevil for improving the documentation. We appreciate your great efforts!

v1.26.1

25 Oct 05:26
Compare
Choose a tag to compare

Released on October 25th, 2024.

  • Fixed a bug in isMatch that did not strictly compare null in objects.

This version includes contributions from @D-Sketon. Thank you for your valuable contributions!

v1.26.0

24 Oct 13:07
Compare
Choose a tag to compare

Released on October 24th, 2024.

This version includes contributions from @dayongkr, @Na-hyunwoo, @ssi02014, @kaehehehe, @jakvbs, @D-Sketon, and @seonghun0828. Thank you for your valuable contributions!

v1.25.2

16 Oct 01:08
Compare
Choose a tag to compare

Released on October 16th, 2024.

This version includes contributions from @D-Sketon. Thank you for your valuable contributions!

v1.25.1

14 Oct 15:15
Compare
Choose a tag to compare

Released on October 15th, 2024.

This version includes contributions from @D-Sketon. Thank you for your valuable contributions!

v1.25.0

14 Oct 06:39
Compare
Choose a tag to compare

Released on October 14th, 2024.

This version includes contributions from @D-Sketon, @mass2527, @dayongkr, @lukaszkowalik2, @Gyumong, @Dohun-choi, @belgattitude, and @chhw130. Thank you for your valuable contributions!

v1.24.0

07 Oct 13:28
Compare
Choose a tag to compare

Released on October 7th, 2024.

v1.23.0

01 Oct 14:14
Compare
Choose a tag to compare

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!

v1.22.0

28 Sep 15:38
Compare
Choose a tag to compare

Released on September 28th, 2024.

  • Added support for flow, flowRight, isMap, and isSet.

  • Added compatibility functions for filter, includes, every, flip, and dropWhile.

  • Fixed a bug in throttle that prevented it from throttling after the initial throttleMs.

  • Fixed a bug in cloneDeep that caused it to not clone the offset and length of DataView.

  • Fixed a bug in clone that threw an error if SharedArrayBuffer is unavailable.

This version includes contributions from @dayongkr, @k-jeonghee, @D-Sketon, @iDevGon, @mass2527, @wojtekmaj, @jonganebski, @hyesungoh, and @chhw130. Thank you for your valuable contributions!

v1.21.0

25 Sep 07:41
Compare
Choose a tag to compare

Released on September 25th, 2024.

This version includes contributions from @hyesungoh, @D-Sketon, @mass2527, @gweesin, @VVSOGI, @coding-honey, @seonghun0828, and @jsparkdev. Thank you for your valuable contributions!