Releases: causaly/array-fp-utils
Releases · causaly/array-fp-utils
v0.6.0
Minor Changes
- b993706: Force update of vulnerable transitive dependencies to resolve security issues
v0.5.0
Minor Changes
- 99751c1: When a NonEmptyArray is being passed to uniqueBy() the output will always be a NonEmptyArray
v0.4.0
Minor Changes
- ebd06a7: Add a types section on the exports section of package.json file
v0.3.4
Patch Changes
- 7a04cce: Ensure unique works successfully with fp-ts pipe
v0.3.3
Patch Changes
- 4f2d7c3: Fix issue with build pipeline emitting only ts declarations
v0.3.2
Patch Changes
- ff172eb: Fix invalid reference in package.json
v0.3.1
Patch Changes
- 8c9b691: When a NonEmptyArray is being passed to unique() the output will always be a NonEmptyArray.
v0.3.0
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
Minor Changes
- 58e76d4: Mark input args as Readonly since functions are pure.