Skip to content

2.0.0

Compare
Choose a tag to compare
@gigobyte gigobyte released this 18 Mar 13:01
· 84 commits to master since this release

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