Breaking changes:
- Migrate FFI to ES modules (#86 by @kl0tl and @JordanMartinez)
Other improvements:
-
Replace all usages of
F
andFT
withExcept
/ExceptT (NonEmptyList ForeignError)
(#87 by @JordanMartinez)Often times, the
F
andFT
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 byF
andFT
.