Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@satabin satabin released this 12 Jun 17:00
0.7.0

This release brings various improvements to the library:

  • General
    • A website with full documentation and examples
    • use of RaiseThrowable instead of ApplicativeError in the pipe signatures (see #22)
  • CSV
    • CSV encoders to write back your transformed CSV to a file (see #29)
    • Better CSV decoder documentation and easier API to make it easier for newcomers to use them (see #26)
  • JSON
    • More JSON utilities, including pretty printers (see #27)

For a complete list of merged PR, see the milestone

This release was brought to you by these contributors:

$ git shortlog -sn --no-merges 0.6.1..0.7.0
    26  Lucas Satabin
     9  Yannick Heiber
     2  Andrew W
     1  Andrew Ward
     1  ybasket