Releases: gigobyte/purify
Releases · gigobyte/purify
2.1.0
EitherAsync
- Add
ExtractLeft
andExtractRight
helper types (documentation)
MaybeAsync
- Add
ExtractJust
helper type (documentation)
Maybe and Either
- TS 5.5 support
Function
- Change
Order
from const enum to handrolled enum
2.0.3
2.0.2
2.0.1
2.0.0
Breaking changes
- Change default compile target from "es5" to "es2015"
- Remove
/es
build, leaving only the default one and the new/esm
MaybeAsync
- Export
MaybeAsyncTypeRef
type
EitherAsync
- Export
EitherAsyncTypeRef
type
Internal changes
- New esm output script
- Migrated from jest to vitest to reduce test time, dependencies and configs