Releases: causaly/array-fp-utils
Releases · causaly/array-fp-utils
v0.7.0
30 Jan 07:26
Compare
Sorry, something went wrong.
No results found
v0.6.0
16 Jul 07:39
Compare
Sorry, something went wrong.
No results found
Minor Changes
b993706 : Force update of vulnerable transitive dependencies to resolve security issues
v0.5.0
01 Jul 07:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Minor Changes
ebd06a7 : Add a types section on the exports section of package.json file
v0.3.4
21 Apr 07:51
Compare
Sorry, something went wrong.
No results found
Patch Changes
7a04cce : Ensure unique works successfully with fp-ts pipe
v0.3.3
21 Apr 06:10
Compare
Sorry, something went wrong.
No results found
Patch Changes
4f2d7c3 : Fix issue with build pipeline emitting only ts declarations
v0.3.2
20 Apr 15:34
Compare
Sorry, something went wrong.
No results found
Patch Changes
ff172eb : Fix invalid reference in package.json
v0.3.1
20 Apr 13:34
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Minor Changes
58e76d4 : Mark input args as Readonly since functions are pure.