Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 297 Bytes

CHANGELOG.md

File metadata and controls

8 lines (7 loc) · 297 Bytes

0.2.x -> 0.3.x:

  • Fetchable is now Fetchable a (can't unwrap existential types, duh)
  • Functor and Comonad instances now exist for Fetchable

0.1.x -> 0.2.x:

  • Switch from Req to Wreq (See issue #9)
  • Breaking api change to UploadFile, now UploadFile fileName file (file arg remains a LBS)