Skip to content

Releases: remeda/remeda

v2.33.6

09 Feb 12:15
4eac1b8

Choose a tag to compare

2.33.6 (2026-02-09)

Bug Fixes

v2.33.5

05 Feb 13:07
04f8855

Choose a tag to compare

2.33.5 (2026-02-05)

Bug Fixes

v2.33.4

15 Jan 19:19
f9e681a

Choose a tag to compare

2.33.4 (2026-01-15)

Bug Fixes

  • funnel: Avoid calling setTimeout with negative numbers (#1255) (f9e681a)

v2.33.3

13 Jan 18:50
e3967b3

Choose a tag to compare

2.33.3 (2026-01-13)

Bug Fixes

v2.33.2

13 Jan 12:55
4bdee70

Choose a tag to compare

2.33.2 (2026-01-13)

Bug Fixes

v2.33.1

02 Jan 18:46
8c3f7c6

Choose a tag to compare

2.33.1 (2026-01-02)

Bug Fixes

  • Refine typing for optional tuple elements when exactOptionalPropertyTypes is enabled (#1246) (8c3f7c6)

This change affects the following utilities when dealing with optional tuple elements:

  • chunk
  • drop
  • filter
  • groupByProp
  • hasAtLeast
  • isEmptyish
  • mergeAll
  • omit
  • partialBind
  • partialLastBind
  • pick
  • prop
  • sample

v2.33.0

31 Dec 13:48
4f0668f

Choose a tag to compare

2.33.0 (2025-12-31)

Features

v2.32.2

30 Dec 14:35
78740e7

Choose a tag to compare

2.32.2 (2025-12-30)

Bug Fixes

  • omit: handle complex tuple inputs, unions, and unbounded keys (#1240) (78740e7), closes #1186

v2.32.1

29 Dec 20:30
fbc907c

Choose a tag to compare

2.32.1 (2025-12-29)

Bug Fixes

  • groupByProp: narrow union types in simple arrays correctly (#1232) (fbc907c)

v2.32.0

18 Sep 15:27
9086669

Choose a tag to compare

2.32.0 (2025-09-18)

Features