Skip to content

Releases: causaly/array-fp-utils

v0.7.0

30 Jan 07:26
02fcbf9
Compare
Choose a tag to compare

Minor Changes

v0.6.0

16 Jul 07:39
378cc12
Compare
Choose a tag to compare

Minor Changes

  • b993706: Force update of vulnerable transitive dependencies to resolve security issues

v0.5.0

01 Jul 07:12
ee33bc3
Compare
Choose a tag to compare

Minor Changes

  • 99751c1: When a NonEmptyArray is being passed to uniqueBy() the output will always be a NonEmptyArray

v0.4.0

15 May 13:00
Compare
Choose a tag to compare

Minor Changes

  • ebd06a7: Add a types section on the exports section of package.json file

v0.3.4

21 Apr 07:51
494491b
Compare
Choose a tag to compare

Patch Changes

  • 7a04cce: Ensure unique works successfully with fp-ts pipe

v0.3.3

21 Apr 06:10
80feb4d
Compare
Choose a tag to compare

Patch Changes

  • 4f2d7c3: Fix issue with build pipeline emitting only ts declarations

v0.3.2

20 Apr 15:34
Compare
Choose a tag to compare

Patch Changes

  • ff172eb: Fix invalid reference in package.json

v0.3.1

20 Apr 13:34
Compare
Choose a tag to compare

Patch Changes

  • 8c9b691: When a NonEmptyArray is being passed to unique() the output will always be a NonEmptyArray.

v0.3.0

10 Mar 09:42
Compare
Choose a tag to compare

Minor Changes

  • c8e3e4a: Add isSameValueSet() function to determine whether an array contains the same set of values with another array.

Patch Changes

  • abc7ad7: Contraint functions use Set internally to primitive types only.

v0.2.0

22 Nov 11:10
Compare
Choose a tag to compare

Minor Changes

  • 58e76d4: Mark input args as Readonly since functions are pure.