Purify Versions Save

Functional programming library for TypeScript - https://gigobyte.github.io/purify/

v1.2.0

2 years ago

Either

  • Improve ap and join type definitions

EitherAsync

  • Improve ap and join type definitions

v1.1.0

2 years ago

MaybeAsync

  • Add caseOf and finally

NonEmptyList

  • Improve concat type signature

v1.0.0

2 years ago

V1 Finally!

Either

  • Remove either

EitherAsync

  • Add caseOf and finally

Function

  • Export type for curried function: CurriedFn

v0.16.3

3 years ago

Maybe

  • Add altLazy

Either

  • Add altLazy

Codec

  • Fix JSON schemas for array and maybe

v0.16.2

3 years ago

Function

  • Add curry

EitherAsync

  • Add EitherAsync.all
  • Add EitherAsync#void
  • ap and alt now lazily evaluate the other argument

MaybeAsync

  • Add MaybeAsync#void
  • ap and alt now lazily evaluate the other argument

Maybe

  • Add Maybe.sequence

Codec

  • Allow multiple values to be passed to exactly
  • Improve unsafeDecode implementation
  • Add map codec
  • Make encode result type overwritable

v0.16.1

3 years ago
  • Release 0.16 under the correct license

v0.16

3 years ago

Check out the official changelog

v0.15

4 years ago

Check out the official changelog

  • NOTE: version 0.15.1 should be used, 0.15.0 is a broken build

v0.14.1

4 years ago
  • Add Either#chainLeft #135
  • Add an entry point to the package. This makes imports like import { Maybe } from 'purify-ts' possible.

v0.14

4 years ago

Check out the official changelog