Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 246 Bytes

changelog.md

File metadata and controls

17 lines (10 loc) · 246 Bytes

0.3.1

  • support ghc-8.8

0.3

  • add foldWhile, foldWhile1, satisfy, satisfyMaybe

0.2

  • make Scanner a newtype instead of data, see #3
  • improve string performance
  • add scanWith

0.1

  • initial release