Skip to content

Releases: gigobyte/purify

1.2.2

04 Jun 19:51
Compare
Choose a tag to compare

General

  • Add new TS 4.7 module schema

1.2.0

03 Mar 10:18
Compare
Choose a tag to compare

Either

  • Improve ap and join type definitions

EitherAsync

  • Improve ap and join type definitions

1.1.0

06 Oct 18:50
Compare
Choose a tag to compare

MaybeAsync

  • Add caseOf and finally

NonEmptyList

  • Improve concat type signature

1.0.0

14 Jul 17:36
Compare
Choose a tag to compare

V1 Finally!

Either

  • Remove either

EitherAsync

  • Add caseOf and finally

Function

  • Export type for curried function: CurriedFn

0.16.3

06 May 11:49
Compare
Choose a tag to compare

Maybe

  • Add altLazy

Either

  • Add altLazy

Codec

  • Fix JSON schemas for array and maybe

0.16.2

15 Apr 14:54
Compare
Choose a tag to compare

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

0.16.1

21 Nov 20:51
Compare
Choose a tag to compare
  • Release 0.16 under the correct license

0.16

07 Nov 13:21
Compare
Choose a tag to compare

Check out the official changelog

0.15

30 Apr 17:37
Compare
Choose a tag to compare

Check out the official changelog

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

0.14.1

26 Jan 18:49
Compare
Choose a tag to compare
  • Add Either#chainLeft #135
  • Add an entry point to the package. This makes imports like import { Maybe } from 'purify-ts' possible.