Skip to content

v4.0.0

Compare
Choose a tag to compare
@nsaunders nsaunders released this 13 Feb 14:06
· 43 commits to master since this release
1b1ddea

Breaking changes:

  • loadFile and loadContents now return Aff Unit. (#40 by @nsaunders)

    Note
    Although this is technically a breaking change, existing code that discards the return value will continue to work without modification, e.g.

    _ <- loadFile -- Still works, although there is no need to explicitly discard `Unit`.

Bugfixes:

Other improvements: