Skip to content

0.0.3

Compare
Choose a tag to compare
@gcanti gcanti released this 28 Feb 17:32
· 2853 commits to master since this release
  • New Feature
    • make Array a HKT and deprecate to,from helper functions, fix #5 (@gcanti)
    • add Traced comonad (@bumbleblym)
    • add getOrElse method to Option (@gcanti)
    • add NonEmptyArray, fix #12 (@gcanti)
  • Polish
    • add tslint
  • Bug Fix