Skip to content

Releases: nsaunders/purescript-typedenv

v2.0.1

13 Feb 14:22
763377a
Compare
Choose a tag to compare

Other improvements:

v2.0.0

10 Feb 19:45
7e716db
Compare
Choose a tag to compare

Breaking changes:

  • Updated to v0.15 of the compiler, dropping support for previous versions. (#5 by @nsaunders)
  • New API drops the <: operator. Instead, fromEnv looks up the environment variable name corresponding to each row label. (#6 by @nsaunders)
  • Support for accumulating multiple errors (#3 by @johncowie)
  • Accumulate errors in a List EnvError, eliminating the need for an EnvErrors constructor. (#8 by @nsaunders)
  • Update fromEnv to accept a record type instead of a row type (#10 by @nsaunders)

Other improvements:

v1.0.0

10 Feb 19:44
Compare
Choose a tag to compare

Breaking changes:

  • Updated to v0.14 of the compiler, dropping support for previous versions. (452b2b8 by @nsaunders)

Other improvements:

  • Various documentation updates.

v0.0.1

10 Feb 19:44
Compare
Choose a tag to compare

Initial release