Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@JordanMartinez JordanMartinez released this 27 Apr 21:54
2dd222d

Breaking changes:

Other improvements:

  • Replace all usages of F and FT with Except/ExceptT (NonEmptyList ForeignError) (#87 by @JordanMartinez)

    Often times, the F and FT aliases did more to hinder usage of this library than help. These aliases
    haven't been deprecated, but usage of them is now discouraged. All code in the library now uses
    the full type that is aliased by F and FT.