Skip to content

Latest commit

 

History

History
46 lines (20 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

46 lines (20 loc) · 1.39 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.0 (2019-07-26)

Bug Fixes

Features

  • Add mock interpreter for FileSystem effects (f83bc25)
  • Remove onPure (c9b0c06)
  • Update function definition for run and FileSystem.writeFile (2f92484)
  • Update function names and parameters (104c4e8)

0.3.0 (2019-04-03)

Features

0.2.1 (2019-01-27)

Bug Fixes

  • Correct main path and ignore unneeded files (3e4bd54)

0.2.0 (2019-01-27)

Features

  • Add Eff, FileSystem, Input, Output, Reader, and State (df1d76e)